diff options
author | Victor Stinner <vstinner@python.org> | 2023-06-20 06:52:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-20 06:52:40 (GMT) |
commit | cb388c9a85a8dd6817ea7d969f53657002df6272 (patch) | |
tree | 9f7307d840a33aaae2d28643b399bf825a800d5d /Makefile.pre.in | |
parent | 03f1a132eeb34c738812161947ef171b21d58c25 (diff) | |
download | cpython-cb388c9a85a8dd6817ea7d969f53657002df6272.zip cpython-cb388c9a85a8dd6817ea7d969f53657002df6272.tar.gz cpython-cb388c9a85a8dd6817ea7d969f53657002df6272.tar.bz2 |
gh-105927: Add _PyWeakref_GET_REF() internal function (#105929)
Add new pycore_weakref.h internal header file.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 3a404b0..e9a8d8f 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1801,6 +1801,7 @@ PYTHON_HEADERS= \ $(srcdir)/Include/internal/pycore_unicodeobject.h \ $(srcdir)/Include/internal/pycore_unicodeobject_generated.h \ $(srcdir)/Include/internal/pycore_warnings.h \ + $(srcdir)/Include/internal/pycore_weakref.h \ $(DTRACE_HEADERS) \ @PLATFORM_HEADERS@ \ \ |