[issue42739] Crash when try to disassemble bogus code object

Ammar Askar report at bugs.python.org
Mon Dec 28 15:46:13 EST 2020


Ammar Askar <ammar at ammaraskar.com> added the comment:

This seems to be part 2 of the problems Mark mentioned in issue42562. Namely in this case the `co_lnotab` accessor uses PyLineTable_NextAddressRange which has that assertion.

----------
nosy: +ammar2

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42739>
_______________________________________


More information about the Python-bugs-list mailing list