- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message371746
This issue tracker has been migrated to GitHub,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
| Author | vstinner |
|---|---|
| Recipients | vstinner |
| Date | 2020-06-17.14:47:58 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1592405278.1.0.944177332661.issue41006@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
> Currently, runpy imports +21 modules: > * ./python mod.py: Total 33 > * ./python -m mod: Total 54 (+21) Oops sorry, that's with my local changes! Currently, runpy imports not less than 37 modules: * ./python mod.py: Total 33 * ./python -m mod: Total 70 (+37) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-06-17 14:47:58 | vstinner | set | recipients: + vstinner |
| 2020-06-17 14:47:58 | vstinner | set | messageid: <1592405278.1.0.944177332661.issue41006@roundup.psfhosted.org> |
| 2020-06-17 14:47:58 | vstinner | link | issue41006 messages |
| 2020-06-17 14:47:58 | vstinner | create | |

