Skip to content

bpo-39542: Declare _Py_AddToAllObjects() in pycore_object.h#18368

Merged
vstinner merged 1 commit intopython:masterfrom
vstinner:fix_trace_refs
Feb 5, 2020
Merged

bpo-39542: Declare _Py_AddToAllObjects() in pycore_object.h#18368
vstinner merged 1 commit intopython:masterfrom
vstinner:fix_trace_refs

Conversation

@vstinner
Copy link
Copy Markdown
Member

@vstinner vstinner commented Feb 5, 2020

_Py_AddToAllObjects() is used in bltinmodule.c and typeobject.c when
Py_TRACE_REFS is defined.

https://bugs.python.org/issue39542

_Py_AddToAllObjects() is used in bltinmodule.c and typeobject.c when
Py_TRACE_REFS is defined.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants