Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
0cb85a97
Kaydet (Commit)
0cb85a97
authored
Agu 07, 2007
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove more references to intobject.
üst
22201221
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
1 addition
and
53 deletions
+1
-53
pythoncore.dsp
PC/VC6/pythoncore.dsp
+0
-4
Makefile
PC/os2emx/Makefile
+1
-2
python25.def
PC/os2emx/python25.def
+0
-15
makefile
PC/os2vacpp/makefile
+0
-15
makefile.omk
PC/os2vacpp/makefile.omk
+0
-9
pythoncore.vcproj
PCbuild/pythoncore.vcproj
+0
-3
pythoncore.vcproj
PCbuild8/pythoncore/pythoncore.vcproj
+0
-4
Makefile
RISCOS/Makefile
+0
-1
No files found.
PC/VC6/pythoncore.dsp
Dosyayı görüntüle @
0cb85a97
...
@@ -431,10 +431,6 @@ SOURCE=..\..\Modules\zlib\inftrees.c
...
@@ -431,10 +431,6 @@ SOURCE=..\..\Modules\zlib\inftrees.c
# End Source File
# End Source File
# Begin Source File
# Begin Source File
SOURCE=..\..\Objects\intobject.c
# End Source File
# Begin Source File
SOURCE=..\..\Objects\iterobject.c
SOURCE=..\..\Objects\iterobject.c
# End Source File
# End Source File
# Begin Source File
# Begin Source File
...
...
PC/os2emx/Makefile
Dosyayı görüntüle @
0cb85a97
...
@@ -381,7 +381,6 @@ SRC.OBJECT= $(addprefix $(TOP), \
...
@@ -381,7 +381,6 @@ SRC.OBJECT= $(addprefix $(TOP), \
Objects/frameobject.c
\
Objects/frameobject.c
\
Objects/funcobject.c
\
Objects/funcobject.c
\
Objects/genobject.c
\
Objects/genobject.c
\
Objects/intobject.c
\
Objects/iterobject.c
\
Objects/iterobject.c
\
Objects/listobject.c
\
Objects/listobject.c
\
Objects/longobject.c
\
Objects/longobject.c
\
...
@@ -420,7 +419,7 @@ SRC.PGEN= $(SRC.PARSE1) \
...
@@ -420,7 +419,7 @@ SRC.PGEN= $(SRC.PARSE1) \
Parser/printgrammar.c
\
Parser/printgrammar.c
\
Parser/grammar.c
\
Parser/grammar.c
\
Parser/firstsets.c
)
\
Parser/firstsets.c
)
\
OBJ.PGEN
=
$
(
addprefix
$(OUT)
,
$
(
notdir
$
(
SRC.PGEN:.c
=
$O
)))
OBJ.PGEN
=
$
(
addprefix
$(OUT)
,
$
(
notdir
$
(
SRC.PGEN:.c
=
$O
)))
SRC.EXE
=
$(TOP)
Modules/python.c
SRC.EXE
=
$(TOP)
Modules/python.c
...
...
PC/os2emx/python25.def
Dosyayı görüntüle @
0cb85a97
...
@@ -339,21 +339,6 @@ EXPORTS
...
@@ -339,21 +339,6 @@ EXPORTS
"PyGen_NeedsFinalizing"
"PyGen_NeedsFinalizing"
"PyGen_Type"
"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)
; From python25_s.lib(iterobject)
"PySeqIter_New"
"PySeqIter_New"
"PyCallIter_New"
"PyCallIter_New"
...
...
PC/os2vacpp/makefile
Dosyayı görüntüle @
0cb85a97
...
@@ -158,7 +158,6 @@ OBJECTS = \
...
@@ -158,7 +158,6 @@ OBJECTS = \
$(PATHOBJ)
\F
loatObject.obj
\
$(PATHOBJ)
\F
loatObject.obj
\
$(PATHOBJ)
\F
rameObject.obj
\
$(PATHOBJ)
\F
rameObject.obj
\
$(PATHOBJ)
\F
uncObject.obj
\
$(PATHOBJ)
\F
uncObject.obj
\
$(PATHOBJ)
\I
ntObject.obj
\
$(PATHOBJ)
\I
terObject.obj
\
$(PATHOBJ)
\I
terObject.obj
\
$(PATHOBJ)
\L
istObject.obj
\
$(PATHOBJ)
\L
istObject.obj
\
$(PATHOBJ)
\L
ongObject.obj
\
$(PATHOBJ)
\L
ongObject.obj
\
...
@@ -1063,19 +1062,6 @@ funcobject.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h $(PY_INCLUDE)\cla
...
@@ -1063,19 +1062,6 @@ funcobject.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h $(PY_INCLUDE)\cla
$(PY_INCLUDE)
\s
tringobject.h $(PY_INCLUDE)
\s
tructmember.h
\
$(PY_INCLUDE)
\s
tringobject.h $(PY_INCLUDE)
\s
tructmember.h
\
$(PY_INCLUDE)
\s
ysmodule.h $(PY_INCLUDE)
\t
raceback.h $(PY_INCLUDE)
\t
upleobject.h
$(PY_INCLUDE)
\s
ysmodule.h $(PY_INCLUDE)
\t
raceback.h $(PY_INCLUDE)
\t
upleobject.h
intobject.obj
:
$(PY_INCLUDE)
\a
bstract.h $(PY_INCLUDE)
\c
eval.h $(PY_INCLUDE)
\c
lassobject.h
\
$(PY_INCLUDE)
\c
object.h $(PY_INCLUDE)
\c
omplexobject.h pyconfig.h
\
$(PY_INCLUDE)
\d
ictobject.h $(PY_INCLUDE)
\f
ileobject.h $(PY_INCLUDE)
\f
loatobject.h
\
$(PY_INCLUDE)
\f
uncobject.h $(PY_INCLUDE)
\i
mport.h $(PY_INCLUDE)
\i
ntobject.h
\
$(PY_INCLUDE)
\i
ntrcheck.h $(PY_INCLUDE)
\l
istobject.h $(PY_INCLUDE)
\l
ongobject.h
\
$(PY_INCLUDE)
\m
ethodobject.h $(PY_INCLUDE)
\m
odsupport.h
\
$(PY_INCLUDE)
\m
oduleobject.h $(PY_INCLUDE)
\m
ymalloc.h $(PY_INCLUDE)
\m
yproto.h
\
$(PY_INCLUDE)
\o
bject.h $(PY_INCLUDE)
\o
bjimpl.h $(PY_INCLUDE)
\p
ydebug.h
\
$(PY_INCLUDE)
\p
yerrors.h $(PY_INCLUDE)
\p
yfpe.h $(PY_INCLUDE)
\p
ystate.h
\
$(PY_INCLUDE)
\p
ython.h $(PY_INCLUDE)
\p
ythonrun.h $(PY_INCLUDE)
\r
angeobject.h
\
$(PY_INCLUDE)
\s
liceobject.h $(PY_INCLUDE)
\s
tringobject.h
\
$(PY_INCLUDE)
\s
ysmodule.h $(PY_INCLUDE)
\t
raceback.h $(PY_INCLUDE)
\t
upleobject.h
listobject.obj
:
$(PY_INCLUDE)
\a
bstract.h $(PY_INCLUDE)
\c
eval.h $(PY_INCLUDE)
\c
lassobject.h
\
listobject.obj
:
$(PY_INCLUDE)
\a
bstract.h $(PY_INCLUDE)
\c
eval.h $(PY_INCLUDE)
\c
lassobject.h
\
$(PY_INCLUDE)
\c
object.h $(PY_INCLUDE)
\c
omplexobject.h pyconfig.h
\
$(PY_INCLUDE)
\c
object.h $(PY_INCLUDE)
\c
omplexobject.h pyconfig.h
\
$(PY_INCLUDE)
\d
ictobject.h $(PY_INCLUDE)
\f
ileobject.h $(PY_INCLUDE)
\f
loatobject.h
\
$(PY_INCLUDE)
\d
ictobject.h $(PY_INCLUDE)
\f
ileobject.h $(PY_INCLUDE)
\f
loatobject.h
\
...
@@ -1609,4 +1595,3 @@ traceback.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h $(PY_INCLUDE)\clas
...
@@ -1609,4 +1595,3 @@ traceback.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h $(PY_INCLUDE)\clas
$(PY_INCLUDE)
\r
angeobject.h $(PY_INCLUDE)
\s
liceobject.h
\
$(PY_INCLUDE)
\r
angeobject.h $(PY_INCLUDE)
\s
liceobject.h
\
$(PY_INCLUDE)
\s
tringobject.h $(PY_INCLUDE)
\s
tructmember.h
\
$(PY_INCLUDE)
\s
tringobject.h $(PY_INCLUDE)
\s
tructmember.h
\
$(PY_INCLUDE)
\s
ysmodule.h $(PY_INCLUDE)
\t
raceback.h $(PY_INCLUDE)
\t
upleobject.h
$(PY_INCLUDE)
\s
ysmodule.h $(PY_INCLUDE)
\t
raceback.h $(PY_INCLUDE)
\t
upleobject.h
PC/os2vacpp/makefile.omk
Dosyayı görüntüle @
0cb85a97
...
@@ -123,7 +123,6 @@ OBJECTS = \
...
@@ -123,7 +123,6 @@ OBJECTS = \
FloatObject.obj
\
FloatObject.obj
\
FrameObject.obj
\
FrameObject.obj
\
FuncObject.obj
\
FuncObject.obj
\
IntObject.obj
\
ListObject.obj
\
ListObject.obj
\
LongObject.obj
\
LongObject.obj
\
MethodObject.obj
\
MethodObject.obj
\
...
@@ -749,14 +748,6 @@ funcobject.obj: abstract.h ceval.h classobject.h cobject.h compile.h \
...
@@ -749,14 +748,6 @@ funcobject.obj: abstract.h ceval.h classobject.h cobject.h compile.h \
stringobject.h structmember.h sysmodule.h traceback.h
\
stringobject.h structmember.h sysmodule.h traceback.h
\
tupleobject.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
\
listobject.obj
:
abstract.h ceval.h classobject.h cobject.h complexobject.h
\
pyconfig.h dictobject.h fileobject.h floatobject.h funcobject.h
\
pyconfig.h dictobject.h fileobject.h floatobject.h funcobject.h
\
import.h intobject.h intrcheck.h listobject.h longobject.h
\
import.h intobject.h intrcheck.h listobject.h longobject.h
\
...
...
PCbuild/pythoncore.vcproj
Dosyayı görüntüle @
0cb85a97
...
@@ -601,9 +601,6 @@
...
@@ -601,9 +601,6 @@
<File
<File
RelativePath=
"..\Python\importdl.c"
>
RelativePath=
"..\Python\importdl.c"
>
</File>
</File>
<File
RelativePath=
"..\Objects\intobject.c"
>
</File>
<File
<File
RelativePath=
"..\Objects\iterobject.c"
>
RelativePath=
"..\Objects\iterobject.c"
>
</File>
</File>
...
...
PCbuild8/pythoncore/pythoncore.vcproj
Dosyayı görüntüle @
0cb85a97
...
@@ -855,10 +855,6 @@
...
@@ -855,10 +855,6 @@
RelativePath=
"..\..\Objects\genobject.c"
RelativePath=
"..\..\Objects\genobject.c"
>
>
</File>
</File>
<File
RelativePath=
"..\..\Objects\intobject.c"
>
</File>
<File
<File
RelativePath=
"..\..\Objects\iterobject.c"
RelativePath=
"..\..\Objects\iterobject.c"
>
>
...
...
RISCOS/Makefile
Dosyayı görüntüle @
0cb85a97
...
@@ -151,7 +151,6 @@ OBJECTS_OBJECTS =\
...
@@ -151,7 +151,6 @@ OBJECTS_OBJECTS =\
@.^.Objects.o.methodobject
\
@.^.Objects.o.methodobject
\
@.^.Objects.o.longobject
\
@.^.Objects.o.longobject
\
@.^.Objects.o.listobject
\
@.^.Objects.o.listobject
\
@.^.Objects.o.intobject
\
@.^.Objects.o.boolobject
\
@.^.Objects.o.boolobject
\
@.^.Objects.o.iterobject
\
@.^.Objects.o.iterobject
\
@.^.Objects.o.funcobject
\
@.^.Objects.o.funcobject
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment