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 christian.heimes
Recipients christian.heimes
Date 2013-10-09.14:21:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381328480.57.0.127685895203.issue19209@psf.upfronthosting.co.za>
In-reply-to
Content
The patch removes "import copyreg" from the os module and moves the registration of the hooks to copyreg. This speeds up the startup of the interpreter a tiny bit.
History
Date User Action Args
2013-10-09 14:21:20christian.heimessetrecipients: + christian.heimes
2013-10-09 14:21:20christian.heimessetmessageid: <1381328480.57.0.127685895203.issue19209@psf.upfronthosting.co.za>
2013-10-09 14:21:20christian.heimeslinkissue19209 messages
2013-10-09 14:21:20christian.heimescreate