PEP 626:
Rather than attempt to fix the co_lnotab attribute, a new method co_lines() will be added, which returns an iterator over bytecode offsets and source code lines.
Why not attempt to fix co_lnotab? -- ~Ethan~ _______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/JV77JETAIAXSGE6MTXTHXLCNH5OEAF5R/ Code of Conduct: http://python.org/psf/codeofconduct/
