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 scoder
Recipients gvanrossum, larry, ncoghlan, scoder, yselivanov
Date 2015-05-30.07:23:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432970636.42.0.418550392956.issue24325@psf.upfronthosting.co.za>
In-reply-to
Content
I would still like to see a patch in Py3.5 that only flips the bit in C when "_types" is available and otherwise falls back to the existing Python code that creates a new code object. This part is much cleaner and faster to do in C than in the current Python implementation.
History
Date User Action Args
2015-05-30 07:23:56scodersetrecipients: + scoder, gvanrossum, ncoghlan, larry, yselivanov
2015-05-30 07:23:56scodersetmessageid: <1432970636.42.0.418550392956.issue24325@psf.upfronthosting.co.za>
2015-05-30 07:23:56scoderlinkissue24325 messages
2015-05-30 07:23:56scodercreate