cpython/Misc/NEWS.d/next/Core and Builtins/2023-06-10-21-38-49.gh-issu...

4 lines
163 B
ReStructuredText

The runtime can't guarantee that immortal objects will not be mutated by
Extensions. Thus, this modifies _PyStaticObject_CheckRefcnt to warn
instead of asserting.