po-35134: Move Include/funcobject.h to Include/cpython/ (GH-28958)

Remove redundant "#ifndef Py_LIMITED_API" in funcobject.h.
This commit is contained in:
Victor Stinner 2021-10-15 01:50:28 +02:00 committed by GitHub
parent 7076bef8ba
commit 37b1d607bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 16 additions and 10 deletions

View file

@ -34,7 +34,6 @@ EXCLUDED_HEADERS = {
"datetime.h",
"dtoa.h",
"frameobject.h",
"funcobject.h",
"genobject.h",
"longintrepr.h",
"parsetok.h",