[issue31197] Namespace disassembly omits some compiled objects

Nick Coghlan report at bugs.python.org
Mon Aug 14 02:44:55 EDT 2017


Nick Coghlan added the comment:

Note that the current dis._get_code_object() helper doesn't *quite* cover this, as it will implicitly compile raw strings, which isn't the desired behaviour for this use case.

----------

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


More information about the Python-bugs-list mailing list