Message416498
> 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. |
|
Date |
User |
Action |
Args |
2022-04-01 16:23:10 | gvanrossum | set | recipients:
+ gvanrossum, rhettinger, scoder, vstinner, petr.viktorin, chris.jerdonek, Mark.Shannon, serhiy.storchaka, Guido.van.Rossum, ammar2, corona10, pablogsal, Dennis Sweeney, erlendaasland, Yonatan Goldschmidt, hauntsaninja, rkm, iritkatriel |
2022-04-01 16:23:09 | gvanrossum | set | messageid: <1648830190.0.0.603901249429.issue40222@roundup.psfhosted.org> |
2022-04-01 16:23:09 | gvanrossum | link | issue40222 messages |
2022-04-01 16:23:09 | gvanrossum | create | |
|