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
6c655315
Kaydet (Commit)
6c655315
authored
Nis 15, 2002
tarafından
Andrew MacIntyre
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
update build infrastructure for pymalloc and bool changes
üst
f3676514
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
5 deletions
+18
-5
Makefile
PC/os2emx/Makefile
+2
-0
python23.def
PC/os2emx/python23.def
+16
-5
No files found.
PC/os2emx/Makefile
Dosyayı görüntüle @
6c655315
...
...
@@ -300,6 +300,7 @@ SRC.PYTHON= $(addprefix $(TOP), \
Python/thread.c
)
SRC.OBJECT
=
$
(
addprefix
$(TOP)
,
\
Objects/abstract.c
\
Objects/boolobject.c
\
Objects/bufferobject.c
\
Objects/cellobject.c
\
Objects/classobject.c
\
...
...
@@ -318,6 +319,7 @@ SRC.OBJECT= $(addprefix $(TOP), \
Objects/methodobject.c
\
Objects/moduleobject.c
\
Objects/object.c
\
Objects/obmalloc.c
\
Objects/rangeobject.c
\
Objects/sliceobject.c
\
Objects/stringobject.c
\
...
...
PC/os2emx/python23.def
Dosyayı görüntüle @
6c655315
...
...
@@ -167,6 +167,14 @@ EXPORTS
"PyObject_IsInstance"
"PyObject_IsSubclass"
; From python23_s.lib(boolobject)
"bool_repr"
"PyBool_FromLong"
"bool_new"
"_Py_ZeroStruct"
"_Py_TrueStruct"
"PyBool_Type"
; From python23_s.lib(bufferobject)
"PyBuffer_FromObject"
"PyBuffer_FromReadWriteObject"
...
...
@@ -302,9 +310,7 @@ EXPORTS
"PyInt_FromString"
"PyInt_FromUnicode"
"PyInt_Fini"
"_Py_ZeroStruct"
"PyInt_Type"
"_Py_TrueStruct"
; From python23_s.lib(iterobject)
"PySeqIter_New"
...
...
@@ -404,9 +410,6 @@ EXPORTS
"PyMem_Malloc"
"PyMem_Realloc"
"PyMem_Free"
"PyObject_Malloc"
"PyObject_Realloc"
"PyObject_Free"
"Py_ReprEnter"
"Py_ReprLeave"
"_PyTrash_deposit_object"
...
...
@@ -418,6 +421,11 @@ EXPORTS
"_PyTrash_delete_nesting"
"_PyTrash_delete_later"
; From python23_s.lib(obmalloc)
"PyObject_Malloc"
"PyObject_Realloc"
"PyObject_Free"
; From python23_s.lib(rangeobject)
"PyRange_New"
"PyRange_Type"
...
...
@@ -903,12 +911,15 @@ EXPORTS
; From python23_s.lib(gcmodule)
; "initgc"
"_PyGC_Dump"
"PyObject_GC_Track"
"_PyObject_GC_Track"
"PyObject_GC_UnTrack"
"_PyObject_GC_UnTrack"
"_PyObject_GC_Malloc"
"_PyObject_GC_New"
"_PyObject_GC_NewVar"
"_PyObject_GC_Resize"
"PyObject_GC_Del"
"_PyObject_GC_Del"
"_PyGC_generation0"
...
...
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