Message245573
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. |
|
| Date |
User |
Action |
Args |
| 2015-06-20 20:37:25 | yselivanov | set | recipients:
+ yselivanov, gvanrossum, ncoghlan, larry, superluser |
| 2015-06-20 20:37:25 | yselivanov | set | messageid: <[email protected]> |
| 2015-06-20 20:37:25 | yselivanov | link | issue24468 messages |
| 2015-06-20 20:37:25 | yselivanov | create | |
|