mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
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:
parent
7076bef8ba
commit
37b1d607bf
8 changed files with 16 additions and 10 deletions
|
@ -60,7 +60,7 @@
|
|||
#include "setobject.h"
|
||||
#include "methodobject.h"
|
||||
#include "moduleobject.h"
|
||||
#include "funcobject.h"
|
||||
#include "cpython/funcobject.h"
|
||||
#include "classobject.h"
|
||||
#include "fileobject.h"
|
||||
#include "pycapsule.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue