mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Remove more references to intobject.
This commit is contained in:
parent
22201221cc
commit
0cb85a972f
8 changed files with 1 additions and 53 deletions
|
@ -381,7 +381,6 @@ SRC.OBJECT= $(addprefix $(TOP), \
|
|||
Objects/frameobject.c \
|
||||
Objects/funcobject.c \
|
||||
Objects/genobject.c \
|
||||
Objects/intobject.c \
|
||||
Objects/iterobject.c \
|
||||
Objects/listobject.c \
|
||||
Objects/longobject.c \
|
||||
|
@ -420,7 +419,7 @@ SRC.PGEN= $(SRC.PARSE1) \
|
|||
Parser/printgrammar.c \
|
||||
Parser/grammar.c \
|
||||
Parser/firstsets.c) \
|
||||
|
||||
|
||||
OBJ.PGEN= $(addprefix $(OUT),$(notdir $(SRC.PGEN:.c=$O)))
|
||||
|
||||
SRC.EXE= $(TOP)Modules/python.c
|
||||
|
|
|
@ -339,21 +339,6 @@ EXPORTS
|
|||
"PyGen_NeedsFinalizing"
|
||||
"PyGen_Type"
|
||||
|
||||
; From python25_s.lib(intobject)
|
||||
"PyInt_AsLong"
|
||||
"PyInt_AsUnsignedLongMask"
|
||||
"PyInt_AsUnsignedLongLongMask"
|
||||
"PyInt_FromString"
|
||||
"PyInt_AsSsize_t"
|
||||
"PyInt_Fini"
|
||||
"PyInt_FromUnicode"
|
||||
"PyInt_FromLong"
|
||||
"PyInt_FromSize_t"
|
||||
"PyInt_FromSsize_t"
|
||||
"PyInt_GetMax"
|
||||
"_PyInt_Init"
|
||||
"PyInt_Type"
|
||||
|
||||
; From python25_s.lib(iterobject)
|
||||
"PySeqIter_New"
|
||||
"PyCallIter_New"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue