mirror of
https://github.com/python/cpython.git
synced 2025-08-27 04:05:34 +00:00
I've moved the remains of PyInt_ to the longobject.h header file and removed the inclusing of intobject.h from Python.h. Now the intobject.h exists only to provide some aliases for porters from Python 2.x.
This commit is contained in:
parent
2137b6aa99
commit
f78b1c6573
6 changed files with 34 additions and 47 deletions
|
@ -66,7 +66,6 @@
|
|||
|
||||
#include "bytesobject.h"
|
||||
#include "unicodeobject.h"
|
||||
#include "intobject.h"
|
||||
#include "longobject.h"
|
||||
#include "longintrepr.h"
|
||||
#include "boolobject.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue