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
71d4e44f
Kaydet (Commit)
71d4e44f
authored
Şub 10, 2014
tarafından
Larry Hastings
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add PyType_GetSlot to python3 def file. Patch courtesy Martin v. Löwis.
üst
ad88d7a2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
python3.def
PC/python3.def
+1
-0
python34stub.def
PC/python34stub.def
+1
-0
No files found.
PC/python3.def
Dosyayı görüntüle @
71d4e44f
...
@@ -519,6 +519,7 @@ EXPORTS
...
@@ -519,6 +519,7 @@ EXPORTS
PyType_GenericAlloc=python34.PyType_GenericAlloc
PyType_GenericAlloc=python34.PyType_GenericAlloc
PyType_GenericNew=python34.PyType_GenericNew
PyType_GenericNew=python34.PyType_GenericNew
PyType_GetFlags=python34.PyType_GetFlags
PyType_GetFlags=python34.PyType_GetFlags
PyType_GetSlot=python34.PyType_GetSlot
PyType_IsSubtype=python34.PyType_IsSubtype
PyType_IsSubtype=python34.PyType_IsSubtype
PyType_Modified=python34.PyType_Modified
PyType_Modified=python34.PyType_Modified
PyType_Ready=python34.PyType_Ready
PyType_Ready=python34.PyType_Ready
...
...
PC/python34stub.def
Dosyayı görüntüle @
71d4e44f
...
@@ -518,6 +518,7 @@ PyType_FromSpecWithBases
...
@@ -518,6 +518,7 @@ PyType_FromSpecWithBases
PyType_GenericAlloc
PyType_GenericAlloc
PyType_GenericNew
PyType_GenericNew
PyType_GetFlags
PyType_GetFlags
PyType_GetSlot
PyType_IsSubtype
PyType_IsSubtype
PyType_Modified
PyType_Modified
PyType_Ready
PyType_Ready
...
...
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