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
189c0916
Kaydet (Commit)
189c0916
authored
14 years ago
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Drop bf_getbuffer/bf_releasebuffer from stable ABI,
see #10181.
üst
a572476a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
typeslots.h
Include/typeslots.h
+4
-2
typeslots.inc
Objects/typeslots.inc
+3
-3
No files found.
Include/typeslots.h
Dosyayı görüntüle @
189c0916
#define Py_bf_getbuffer 1
#define Py_bf_releasebuffer 2
/* Do not renumber the file; these numbers are part of the stable ABI. */
/* Disabled, see #10181 */
#undef Py_bf_getbuffer
#undef Py_bf_releasebuffer
#define Py_mp_ass_subscript 3
#define Py_mp_length 4
#define Py_mp_subscript 5
...
...
This diff is collapsed.
Click to expand it.
Objects/typeslots.inc
Dosyayı görüntüle @
189c0916
/* Generated by typeslots.py $Revision: 87
011
$ */
offsetof
(
PyHeapTypeObject
,
as_buffer
.
bf_getbuffer
)
,
offsetof
(
PyHeapTypeObject
,
as_buffer
.
bf_releasebuffer
)
,
/* Generated by typeslots.py $Revision: 87
806
$ */
0
,
0
,
offsetof
(
PyHeapTypeObject
,
as_mapping
.
mp_ass_subscript
),
offsetof
(
PyHeapTypeObject
,
as_mapping
.
mp_length
),
offsetof
(
PyHeapTypeObject
,
as_mapping
.
mp_subscript
),
...
...
This diff is collapsed.
Click to expand it.
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