- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message184299
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 | amaury.forgeotdarc |
|---|---|
| Recipients | amaury.forgeotdarc, ncoghlan, ned.deily, terry.reedy, theDarkBrainer |
| Date | 2013-03-16.08:17:57 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1363421877.32.0.937929320442.issue17408@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
In 3.2, typeobject.c did not cache the copyreg module in import_copyreg(); PyImport_Import was always called. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-03-16 08:17:57 | amaury.forgeotdarc | set | recipients: + amaury.forgeotdarc, terry.reedy, ncoghlan, ned.deily, theDarkBrainer |
| 2013-03-16 08:17:57 | amaury.forgeotdarc | set | messageid: <1363421877.32.0.937929320442.issue17408@psf.upfronthosting.co.za> |
| 2013-03-16 08:17:57 | amaury.forgeotdarc | link | issue17408 messages |
| 2013-03-16 08:17:57 | amaury.forgeotdarc | create | |

