https://github.com/python/cpython/commit/f9d47fed9fbbe9313404838050f6dfe1c7fe6340 commit: f9d47fed9fbbe9313404838050f6dfe1c7fe6340 branch: main author: Victor Stinner <vstin...@python.org> committer: vstinner <vstin...@python.org> date: 2024-05-31T21:21:30+02:00 summary:
gh-119853: Add Include/refcount.h to projects (#119860) files: M Makefile.pre.in M PCbuild/pythoncore.vcxproj M PCbuild/pythoncore.vcxproj.filters diff --git a/Makefile.pre.in b/Makefile.pre.in index a3fca80d4448ca..9a2fc34f030662 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1055,6 +1055,7 @@ PYTHON_HEADERS= \ $(srcdir)/Include/pythread.h \ $(srcdir)/Include/pytypedefs.h \ $(srcdir)/Include/rangeobject.h \ + $(srcdir)/Include/refcount.h \ $(srcdir)/Include/setobject.h \ $(srcdir)/Include/sliceobject.h \ $(srcdir)/Include/structmember.h \ diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index 16fb424b11c6a8..96960f0579a936 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -349,6 +349,7 @@ <ClInclude Include="..\Include\pythread.h" /> <ClInclude Include="..\Include\pytypedefs.h" /> <ClInclude Include="..\Include\rangeobject.h" /> + <ClInclude Include="..\Include\refcount.h" /> <ClInclude Include="..\Include\setobject.h" /> <ClInclude Include="..\Include\sliceobject.h" /> <ClInclude Include="..\Include\structmember.h" /> diff --git a/PCbuild/pythoncore.vcxproj.filters b/PCbuild/pythoncore.vcxproj.filters index cf9bc0f4bc1c70..2e4bd786be47e9 100644 --- a/PCbuild/pythoncore.vcxproj.filters +++ b/PCbuild/pythoncore.vcxproj.filters @@ -207,6 +207,9 @@ <ClInclude Include="..\Include\rangeobject.h"> <Filter>Include</Filter> </ClInclude> + <ClInclude Include="..\Include\refcount.h"> + <Filter>Include</Filter> + </ClInclude> <ClInclude Include="..\Include\setobject.h"> <Filter>Include</Filter> </ClInclude> _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: arch...@mail-archive.com