Author: guido.van.rossum
Date: Wed Aug 8 00:09:52 2007
New Revision: 56810
Modified:
python/branches/py3k-struni/PC/VC6/pythoncore.dsp
python/branches/py3k-struni/PC/os2emx/Makefile
python/branches/py3k-struni/PC/os2emx/python25.def
python/branches/py3k-struni/PC/os2vacpp/makefile
python/branches/py3k-struni/PC/os2vacpp/makefile.omk
python/branches/py3k-struni/PCbuild/pythoncore.vcproj
python/branches/py3k-struni/PCbuild8/pythoncore/pythoncore.vcproj
python/branches/py3k-struni/RISCOS/Makefile
Log:
Remove more references to intobject.
Modified: python/branches/py3k-struni/PC/VC6/pythoncore.dsp
==============================================================================
--- python/branches/py3k-struni/PC/VC6/pythoncore.dsp (original)
+++ python/branches/py3k-struni/PC/VC6/pythoncore.dsp Wed Aug 8 00:09:52 2007
@@ -431,10 +431,6 @@
# End Source File
# Begin Source File
-SOURCE=..\..\Objects\intobject.c
-# End Source File
-# Begin Source File
-
SOURCE=..\..\Objects\iterobject.c
# End Source File
# Begin Source File
Modified: python/branches/py3k-struni/PC/os2emx/Makefile
==============================================================================
--- python/branches/py3k-struni/PC/os2emx/Makefile (original)
+++ python/branches/py3k-struni/PC/os2emx/Makefile Wed Aug 8 00:09:52 2007
@@ -381,7 +381,6 @@
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 @@
Parser/printgrammar.c \
Parser/grammar.c \
Parser/firstsets.c) \
-
+
OBJ.PGEN= $(addprefix $(OUT),$(notdir $(SRC.PGEN:.c=$O)))
SRC.EXE= $(TOP)Modules/python.c
Modified: python/branches/py3k-struni/PC/os2emx/python25.def
==============================================================================
--- python/branches/py3k-struni/PC/os2emx/python25.def (original)
+++ python/branches/py3k-struni/PC/os2emx/python25.def Wed Aug 8 00:09:52 2007
@@ -339,21 +339,6 @@
"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"
Modified: python/branches/py3k-struni/PC/os2vacpp/makefile
==============================================================================
--- python/branches/py3k-struni/PC/os2vacpp/makefile (original)
+++ python/branches/py3k-struni/PC/os2vacpp/makefile Wed Aug 8 00:09:52 2007
@@ -158,7 +158,6 @@
$(PATHOBJ)\FloatObject.obj \
$(PATHOBJ)\FrameObject.obj \
$(PATHOBJ)\FuncObject.obj \
- $(PATHOBJ)\IntObject.obj \
$(PATHOBJ)\IterObject.obj \
$(PATHOBJ)\ListObject.obj \
$(PATHOBJ)\LongObject.obj \
@@ -1063,19 +1062,6 @@
$(PY_INCLUDE)\stringobject.h $(PY_INCLUDE)\structmember.h \
$(PY_INCLUDE)\sysmodule.h $(PY_INCLUDE)\traceback.h
$(PY_INCLUDE)\tupleobject.h
-intobject.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h
$(PY_INCLUDE)\classobject.h \
- $(PY_INCLUDE)\cobject.h $(PY_INCLUDE)\complexobject.h pyconfig.h \
- $(PY_INCLUDE)\dictobject.h $(PY_INCLUDE)\fileobject.h
$(PY_INCLUDE)\floatobject.h \
- $(PY_INCLUDE)\funcobject.h $(PY_INCLUDE)\import.h
$(PY_INCLUDE)\intobject.h \
- $(PY_INCLUDE)\intrcheck.h $(PY_INCLUDE)\listobject.h
$(PY_INCLUDE)\longobject.h \
- $(PY_INCLUDE)\methodobject.h $(PY_INCLUDE)\modsupport.h \
- $(PY_INCLUDE)\moduleobject.h $(PY_INCLUDE)\mymalloc.h
$(PY_INCLUDE)\myproto.h \
- $(PY_INCLUDE)\object.h $(PY_INCLUDE)\objimpl.h $(PY_INCLUDE)\pydebug.h
\
- $(PY_INCLUDE)\pyerrors.h $(PY_INCLUDE)\pyfpe.h $(PY_INCLUDE)\pystate.h
\
- $(PY_INCLUDE)\python.h $(PY_INCLUDE)\pythonrun.h
$(PY_INCLUDE)\rangeobject.h \
- $(PY_INCLUDE)\sliceobject.h $(PY_INCLUDE)\stringobject.h \
- $(PY_INCLUDE)\sysmodule.h $(PY_INCLUDE)\traceback.h
$(PY_INCLUDE)\tupleobject.h
-
listobject.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h
$(PY_INCLUDE)\classobject.h \
$(PY_INCLUDE)\cobject.h $(PY_INCLUDE)\complexobject.h pyconfig.h \
$(PY_INCLUDE)\dictobject.h $(PY_INCLUDE)\fileobject.h
$(PY_INCLUDE)\floatobject.h \
@@ -1609,4 +1595,3 @@
$(PY_INCLUDE)\rangeobject.h $(PY_INCLUDE)\sliceobject.h \
$(PY_INCLUDE)\stringobject.h $(PY_INCLUDE)\structmember.h \
$(PY_INCLUDE)\sysmodule.h $(PY_INCLUDE)\traceback.h
$(PY_INCLUDE)\tupleobject.h
-
Modified: python/branches/py3k-struni/PC/os2vacpp/makefile.omk
==============================================================================
--- python/branches/py3k-struni/PC/os2vacpp/makefile.omk (original)
+++ python/branches/py3k-struni/PC/os2vacpp/makefile.omk Wed Aug 8
00:09:52 2007
@@ -123,7 +123,6 @@
FloatObject.obj \
FrameObject.obj \
FuncObject.obj \
- IntObject.obj \
ListObject.obj \
LongObject.obj \
MethodObject.obj \
@@ -749,14 +748,6 @@
stringobject.h structmember.h sysmodule.h traceback.h \
tupleobject.h
-intobject.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \
- pyconfig.h dictobject.h fileobject.h floatobject.h funcobject.h \
- import.h intobject.h intrcheck.h listobject.h longobject.h \
- methodobject.h modsupport.h moduleobject.h mymalloc.h myproto.h \
- object.h objimpl.h pydebug.h pyerrors.h pyfpe.h pystate.h python.h \
- pythonrun.h rangeobject.h sliceobject.h stringobject.h sysmodule.h \
- traceback.h tupleobject.h
-
listobject.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \
pyconfig.h dictobject.h fileobject.h floatobject.h funcobject.h \
import.h intobject.h intrcheck.h listobject.h longobject.h \
Modified: python/branches/py3k-struni/PCbuild/pythoncore.vcproj
==============================================================================
--- python/branches/py3k-struni/PCbuild/pythoncore.vcproj (original)
+++ python/branches/py3k-struni/PCbuild/pythoncore.vcproj Wed Aug 8
00:09:52 2007
@@ -602,9 +602,6 @@
RelativePath="..\Python\importdl.c">
</File>
<File
- RelativePath="..\Objects\intobject.c">
- </File>
- <File
RelativePath="..\Objects\iterobject.c">
</File>
<File
Modified: python/branches/py3k-struni/PCbuild8/pythoncore/pythoncore.vcproj
==============================================================================
--- python/branches/py3k-struni/PCbuild8/pythoncore/pythoncore.vcproj
(original)
+++ python/branches/py3k-struni/PCbuild8/pythoncore/pythoncore.vcproj Wed Aug
8 00:09:52 2007
@@ -856,10 +856,6 @@
>
</File>
<File
- RelativePath="..\..\Objects\intobject.c"
- >
- </File>
- <File
RelativePath="..\..\Objects\iterobject.c"
>
</File>
Modified: python/branches/py3k-struni/RISCOS/Makefile
==============================================================================
--- python/branches/py3k-struni/RISCOS/Makefile (original)
+++ python/branches/py3k-struni/RISCOS/Makefile Wed Aug 8 00:09:52 2007
@@ -151,7 +151,6 @@
@.^.Objects.o.methodobject\
@.^.Objects.o.longobject\
@.^.Objects.o.listobject\
- @.^.Objects.o.intobject\
@.^.Objects.o.boolobject\
@.^.Objects.o.iterobject\
@.^.Objects.o.funcobject\
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins