Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

bpo-35053: Add Include/tracemalloc.h#10091

Merged
vstinner merged 1 commit into
python:masterpython/cpython:masterfrom
vstinner:tracemalloc_hCopy head branch name to clipboard
Oct 25, 2018
Merged

bpo-35053: Add Include/tracemalloc.h#10091
vstinner merged 1 commit into
python:masterpython/cpython:masterfrom
vstinner:tracemalloc_hCopy head branch name to clipboard

Conversation

@vstinner

@vstinner vstinner commented Oct 25, 2018

Copy link
Copy Markdown
Member
  • 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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.