mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
bpo-35134: Add Include/cpython/setobject.h header (GH-32384)
This commit is contained in:
parent
2390b2236d
commit
5c4d1f6e0e
5 changed files with 78 additions and 67 deletions
|
|
@ -1551,6 +1551,7 @@ PYTHON_HEADERS= \
|
|||
$(srcdir)/Include/cpython/pystate.h \
|
||||
$(srcdir)/Include/cpython/pythonrun.h \
|
||||
$(srcdir)/Include/cpython/pytime.h \
|
||||
$(srcdir)/Include/cpython/setobject.h \
|
||||
$(srcdir)/Include/cpython/sysmodule.h \
|
||||
$(srcdir)/Include/cpython/traceback.h \
|
||||
$(srcdir)/Include/cpython/tupleobject.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue