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
cc7e23ac
Kaydet (Commit)
cc7e23ac
authored
Şub 11, 2011
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #11134: Add missing fields to typeslots.h.
Reviewed by Georg Brandl.
üst
69168064
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
0 deletions
+8
-0
typeslots.h
Include/typeslots.h
+3
-0
NEWS
Misc/NEWS
+2
-0
typeslots.inc
Objects/typeslots.inc
+3
-0
No files found.
Include/typeslots.h
Dosyayı görüntüle @
cc7e23ac
...
...
@@ -71,3 +71,6 @@
#define Py_tp_setattro 69
#define Py_tp_str 70
#define Py_tp_traverse 71
#define Py_tp_members 72
#define Py_tp_getset 73
#define Py_tp_free 74
Misc/NEWS
Dosyayı görüntüle @
cc7e23ac
...
...
@@ -10,6 +10,8 @@ What's New in Python 3.2?
Core and Builtins
-----------------
- Issue #11134: Add missing fields to typeslots.h.
- Issue #11135: Remove redundant doc field from PyType_Spec.
- Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check
...
...
Objects/typeslots.inc
Dosyayı görüntüle @
cc7e23ac
...
...
@@ -70,3 +70,6 @@ offsetof(PyHeapTypeObject, ht_type.tp_setattr),
offsetof
(
PyHeapTypeObject
,
ht_type
.
tp_setattro
),
offsetof
(
PyHeapTypeObject
,
ht_type
.
tp_str
),
offsetof
(
PyHeapTypeObject
,
ht_type
.
tp_traverse
),
offsetof
(
PyHeapTypeObject
,
ht_type
.
tp_members
),
offsetof
(
PyHeapTypeObject
,
ht_type
.
tp_getset
),
offsetof
(
PyHeapTypeObject
,
ht_type
.
tp_free
),
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