bpo-35134: Add Include/cpython/setobject.h header (GH-32384)

This commit is contained in:
Victor Stinner 2022-04-07 01:26:24 +02:00 committed by GitHub
parent 2390b2236d
commit 5c4d1f6e0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 78 additions and 67 deletions

View file

@ -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 \