Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 319de0b

Browse files
authored
GH-104584: Add Include/cpython/optimizer.h to Makefile.pre.in (#106277)
1 parent 1a2652c commit 319de0b

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

Makefile.pre.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1697,6 +1697,7 @@ PYTHON_HEADERS= \
16971697
$(srcdir)/Include/cpython/object.h \
16981698
$(srcdir)/Include/cpython/objimpl.h \
16991699
$(srcdir)/Include/cpython/odictobject.h \
1700+
$(srcdir)/Include/cpython/optimizer.h \
17001701
$(srcdir)/Include/cpython/picklebufobject.h \
17011702
$(srcdir)/Include/cpython/pthread_stubs.h \
17021703
$(srcdir)/Include/cpython/pyctype.h \

PCbuild/pythoncore.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@
162162
<ClInclude Include="..\Include\cpython\object.h" />
163163
<ClInclude Include="..\Include\cpython\objimpl.h" />
164164
<ClInclude Include="..\Include\cpython\odictobject.h" />
165+
<ClInclude Include="..\Include\cpython\optimizer.h" />
165166
<ClInclude Include="..\Include\cpython\parser_interface.h" />
166167
<ClInclude Include="..\Include\cpython\picklebufobject.h" />
167168
<ClInclude Include="..\Include\cpython\pyarena.h" />

PCbuild/pythoncore.vcxproj.filters

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,9 @@
393393
<ClInclude Include="..\Include\cpython\odictobject.h">
394394
<Filter>Include</Filter>
395395
</ClInclude>
396+
<ClInclude Include="..\Include\cpython\optimizer.h">
397+
<Filter>Include</Filter>
398+
</ClInclude>
396399
<ClInclude Include="..\Include\cpython\unicodeobject.h">
397400
<Filter>Include\cpython</Filter>
398401
</ClInclude>

0 commit comments

Comments
 (0)