mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Merge from 3.5.
This commit is contained in:
commit
97abf97e45
1 changed files with 2 additions and 0 deletions
|
@ -122,6 +122,7 @@
|
||||||
<ClInclude Include="..\Include\node.h" />
|
<ClInclude Include="..\Include\node.h" />
|
||||||
<ClInclude Include="..\Include\object.h" />
|
<ClInclude Include="..\Include\object.h" />
|
||||||
<ClInclude Include="..\Include\objimpl.h" />
|
<ClInclude Include="..\Include\objimpl.h" />
|
||||||
|
<ClInclude Include="..\Include\odictobject.h" />
|
||||||
<ClInclude Include="..\Include\opcode.h" />
|
<ClInclude Include="..\Include\opcode.h" />
|
||||||
<ClInclude Include="..\Include\osdefs.h" />
|
<ClInclude Include="..\Include\osdefs.h" />
|
||||||
<ClInclude Include="..\Include\parsetok.h" />
|
<ClInclude Include="..\Include\parsetok.h" />
|
||||||
|
@ -313,6 +314,7 @@
|
||||||
<ClCompile Include="..\Objects\namespaceobject.c" />
|
<ClCompile Include="..\Objects\namespaceobject.c" />
|
||||||
<ClCompile Include="..\Objects\object.c" />
|
<ClCompile Include="..\Objects\object.c" />
|
||||||
<ClCompile Include="..\Objects\obmalloc.c" />
|
<ClCompile Include="..\Objects\obmalloc.c" />
|
||||||
|
<ClCompile Include="..\Objects\odictobject.c" />
|
||||||
<ClCompile Include="..\Objects\rangeobject.c" />
|
<ClCompile Include="..\Objects\rangeobject.c" />
|
||||||
<ClCompile Include="..\Objects\setobject.c" />
|
<ClCompile Include="..\Objects\setobject.c" />
|
||||||
<ClCompile Include="..\Objects\sliceobject.c" />
|
<ClCompile Include="..\Objects\sliceobject.c" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue