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
1fa93650
Kaydet (Commit)
1fa93650
authored
Eyl 22, 2000
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added refcount information for the *_InPlace*() API series.
This closes SourceForge bug #114287.
üst
c0e6c5be
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
53 additions
and
0 deletions
+53
-0
refcounts.dat
Doc/api/refcounts.dat
+53
-0
No files found.
Doc/api/refcounts.dat
Dosyayı görüntüle @
1fa93650
...
...
@@ -493,6 +493,51 @@ PyNumber_Divmod:PyObject*:o2:0:
PyNumber_Float:PyObject*::+1:
PyNumber_Float:PyObject*:o:0:
PyNumber_InPlaceAdd:PyObject*::+1:
PyNumber_InPlaceAdd:PyObject*:v:0:
PyNumber_InPlaceAdd:PyObject*:w:0:
PyNumber_InPlaceAnd:PyObject*::+1:
PyNumber_InPlaceAnd:PyObject*:v:0:
PyNumber_InPlaceAnd:PyObject*:w:0:
PyNumber_InPlaceDivide:PyObject*::+1:
PyNumber_InPlaceDivide:PyObject*:v:0:
PyNumber_InPlaceDivide:PyObject*:w:0:
PyNumber_InPlaceLshift:PyObject*::+1:
PyNumber_InPlaceLshift:PyObject*:v:0:
PyNumber_InPlaceLshift:PyObject*:w:0:
PyNumber_InPlaceMultiply:PyObject*::+1:
PyNumber_InPlaceMultiply:PyObject*:v:0:
PyNumber_InPlaceMultiply:PyObject*:w:0:
PyNumber_InPlaceOr:PyObject*::+1:
PyNumber_InPlaceOr:PyObject*:v:0:
PyNumber_InPlaceOr:PyObject*:w:0:
PyNumber_InPlacePower:PyObject*::+1:
PyNumber_InPlacePower:PyObject*:v:0:
PyNumber_InPlacePower:PyObject*:w:0:
PyNumber_InPlacePower:PyObject*:z:0:
PyNumber_InPlaceRemainder:PyObject*::+1:
PyNumber_InPlaceRemainder:PyObject*:v:0:
PyNumber_InPlaceRemainder:PyObject*:w:0:
PyNumber_InPlaceRshift:PyObject*::+1:
PyNumber_InPlaceRshift:PyObject*:v:0:
PyNumber_InPlaceRshift:PyObject*:w:0:
PyNumber_InPlaceSubtract:PyObject*::+1:
PyNumber_InPlaceSubtract:PyObject*:v:0:
PyNumber_InPlaceSubtract:PyObject*:w:0:
PyNumber_InPlaceXor:PyObject*::+1:
PyNumber_InPlaceXor:PyObject*:v:0:
PyNumber_InPlaceXor:PyObject*:w:0:
PyNumber_Int:PyObject*::+1:
PyNumber_Int:PyObject*:o:0:
...
...
@@ -733,6 +778,14 @@ PySequence_Index:int:::
PySequence_Index:PyObject*:o:0:
PySequence_Index:PyObject*:value:0:
PySequence_InPlaceConcat:PyObject*::+1:
PySequence_InPlaceConcat:PyObject*:s:0:
PySequence_InPlaceConcat:PyObject*:o:0:
PySequence_InPlaceRepeat:PyObject*::+1:
PySequence_InPlaceRepeat:PyObject*:s:0:
PySequence_InPlaceRepeat:PyObject*:o:0:
PySequence_Repeat:PyObject*::+1:
PySequence_Repeat:PyObject*:o:0:
PySequence_Repeat:int:count::
...
...
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