STINNER Victor <vstin...@python.org> added the comment:

The bpo-46476 added _Py_Deepfreeze_Fini() and _PyStaticCode_Dealloc() 
functions: commit c7f810b34d91a5c2fbe0a8385562015d2dd961f2. If we need to ajust 
_Py_RefTotal manually, *maybe* it can be done there?

I don't understand well how static/immortal code object lead to negative 
_Py_RefTotal. For me, Py_INCREF() and Py_DECREF() should still be used on these 
objects, no?

----------

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

Reply via email to