Guido van Rossum <gu...@python.org> added the comment:

> See bpo-47185: code.replace(co_code=new_code) no longer catch exceptions on 
> Python 3.11.

Surely the bigger issue is that the contents of new_code itself must be totally 
different? Also there are other tables that need to be adjusted if you really 
do change co_code, e.g. the debugging tables.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40222>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to