Message245573
| 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:25 | yselivanov | set | recipients: + yselivanov, gvanrossum, ncoghlan, larry, superluser |
| 2015-06-20 20:37:25 | yselivanov | set | messageid: <1434832645.74.0.900331709361.issue24468@psf.upfronthosting.co.za> |
| 2015-06-20 20:37:25 | yselivanov | link | issue24468 messages |
| 2015-06-20 20:37:25 | yselivanov | create | |