FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

bpo-35053: Add Include/tracemalloc.h by vstinner · Pull Request #10091 · python/cpython · GitHub

/ cpython Public

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

Merged
vstinner merged 1 commit into
python:masterfrom
vstinner:tracemalloc_h
Oct 25, 2018
Merged

bpo-35053: Add Include/tracemalloc.h#10091
vstinner merged 1 commit into
python:masterfrom
vstinner:tracemalloc_h

Conversation

vstinner commented Oct 25, 2018
edited by bedevere-bot
Loading

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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL