summaryrefslogtreecommitdiffstats
path: root/PCbuild/pythoncore.vcxproj
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2022-02-24 16:07:12 (GMT)
committerGitHub <noreply@github.com>2022-02-24 16:07:12 (GMT)
commitec091bd47e2f968b0d1631b9a8104283a7beeb1b (patch)
tree7ca12e5891f3965a971da6d19098687f513839f7 /PCbuild/pythoncore.vcxproj
parenta52d2528a405c1e2bfeb6470cb3313a5338dc45f (diff)
downloadcpython-ec091bd47e2f968b0d1631b9a8104283a7beeb1b.zip
cpython-ec091bd47e2f968b0d1631b9a8104283a7beeb1b.tar.gz
cpython-ec091bd47e2f968b0d1631b9a8104283a7beeb1b.tar.bz2
bpo-45459: Add pytypedefs.h header file (GH-31527)
Move forward declarations of Python C API types to a new pytypedefs.h header file to solve interdependency issues between header files. pytypedefs.h contains forward declarations of the following types: * PyCodeObject * PyFrameObject * PyGetSetDef * PyInterpreterState * PyLongObject * PyMemberDef * PyMethodDef * PyModuleDef * PyObject * PyThreadState * PyTypeObject
Diffstat (limited to 'PCbuild/pythoncore.vcxproj')
-rw-r--r--PCbuild/pythoncore.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj
index c2f1a01..9699698 100644
--- a/PCbuild/pythoncore.vcxproj
+++ b/PCbuild/pythoncore.vcxproj
@@ -279,6 +279,7 @@
<ClInclude Include="..\Include\pystrtod.h" />
<ClInclude Include="..\Include\pythonrun.h" />
<ClInclude Include="..\Include\pythread.h" />
+ <ClInclude Include="..\Include\pytypedefs.h" />
<ClInclude Include="..\Include\rangeobject.h" />
<ClInclude Include="..\Include\setobject.h" />
<ClInclude Include="..\Include\sliceobject.h" />