diff options
author | Victor Stinner <vstinner@python.org> | 2020-02-05 01:11:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-05 01:11:10 +0100 |
commit | 40e547dfbb9052ca0c667b242f6825ed1c23c195 (patch) | |
tree | aebb9f8925156ed5a97bbd0daddb43e4c03e2839 /Python/dynload_win.c | |
parent | 2545fa87628b4caca519da8aeb0eeef368b9dc0d (diff) | |
download | cpython-git-40e547dfbb9052ca0c667b242f6825ed1c23c195.tar.gz |
bpo-39542: Make _Py_NewReference() opaque in C API (GH-18346)
_Py_NewReference() becomes a regular opaque function, rather than a
static inline function in the C API (object.h), to better hide
implementation details.
Move _Py_tracemalloc_config from public pymem.h to internal
pycore_pymem.h header.
Make _Py_AddToAllObjects() private.
Diffstat (limited to 'Python/dynload_win.c')
0 files changed, 0 insertions, 0 deletions