Skip to content

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Oct 25, 2018

  • Modify object.h to ensure that pymem.h is included,
    to get _Py_tracemalloc_config variable.
  • Move _PyTraceMalloc_XXX() functions to tracemalloc.h,
    they need PyObject type. Break circular dependency between pymem.h
    and object.h.

https://bugs.python.org/issue35053

* Modify object.h to ensure that pymem.h is included,
  to get _Py_tracemalloc_config variable.
* Move _PyTraceMalloc_XXX() functions to tracemalloc.h,
  they need PyObject type. Break circular dependency between pymem.h
  and object.h.
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