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 yselivanov
Recipients gvanrossum, larry, ncoghlan, superluser, yselivanov
Date 2015-06-20.20:37:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434832645.74.0.900331709361.issue24468@psf.upfronthosting.co.za>
In-reply-to
Content
Larry, Nick,

Attached patch exposes CO* constants in the '_opcode' module.

There is one slight complication though: importing '_opcode' in 'types' (required for issue24400) breaks Python compilation, as 'types' module is used by many tools at the point where '_opcode' module isn't yet compiled.

We should either make '_opcode' compiled earlier or move constants to the 'sys' module.
History
Date User Action Args
2015-06-20 20:37:25yselivanovsetrecipients: + yselivanov, gvanrossum, ncoghlan, larry, superluser
2015-06-20 20:37:25yselivanovsetmessageid: <1434832645.74.0.900331709361.issue24468@psf.upfronthosting.co.za>
2015-06-20 20:37:25yselivanovlinkissue24468 messages
2015-06-20 20:37:25yselivanovcreate