mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
bpo-35134, Include: Move pytime.h to cpython/pytime.h (GH-23988)
This change is backward compatible since C extension modules must not include "pytime.h" directly, but only include "Python.h".
This commit is contained in:
parent
871eb4237b
commit
17dbd4078b
6 changed files with 6 additions and 10 deletions
|
|
@ -147,6 +147,7 @@
|
|||
<ClInclude Include="..\Include\cpython\pymem.h" />
|
||||
<ClInclude Include="..\Include\cpython\pystate.h" />
|
||||
<ClInclude Include="..\Include\cpython\pythonrun.h" />
|
||||
<ClInclude Include="..\Include\cpython\pytime.h" />
|
||||
<ClInclude Include="..\Include\cpython\sysmodule.h" />
|
||||
<ClInclude Include="..\Include\cpython\traceback.h" />
|
||||
<ClInclude Include="..\Include\cpython\tupleobject.h" />
|
||||
|
|
@ -245,7 +246,6 @@
|
|||
<ClInclude Include="..\Include\pystrtod.h" />
|
||||
<ClInclude Include="..\Include\pythonrun.h" />
|
||||
<ClInclude Include="..\Include\pythread.h" />
|
||||
<ClInclude Include="..\Include\pytime.h" />
|
||||
<ClInclude Include="..\Include\rangeobject.h" />
|
||||
<ClInclude Include="..\Include\setobject.h" />
|
||||
<ClInclude Include="..\Include\sliceobject.h" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue