[issue24468] Expose compiler flag constants as code object attributes

Nick Coghlan report at bugs.python.org
Fri Jun 19 07:06:39 CEST 2015


Nick Coghlan added the comment:

In my last set of review comments on issue 24400 I suggested changing the Python level attributes for coroutine objects to cr_frame, cr_code, and cr_running.

It's possible that may provide a different way to eliminate some of the current compiler flag checks.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24468>
_______________________________________


More information about the Python-bugs-list mailing list