Message 199303 - Python tracker (original) (raw)

Message199303

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:20 christian.heimes set recipients: + christian.heimes
2013-10-09 14:21:20 christian.heimes set messageid: 1381328480.57.0.127685895203.issue19209@psf.upfronthosting.co.za
2013-10-09 14:21:20 christian.heimes link issue19209 messages
2013-10-09 14:21:20 christian.heimes create