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
26d4ac30
Kaydet (Commit)
26d4ac30
authored
Nis 10, 1998
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add prototypes for Py_Repr{Enter,Leave}.
(Jeremy will hardly recognize his patch :-)
üst
730806d3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
object.h
Include/object.h
+4
-0
No files found.
Include/object.h
Dosyayı görüntüle @
26d4ac30
...
...
@@ -276,6 +276,10 @@ extern int PyCallable_Check Py_PROTO((PyObject *));
extern
int
PyNumber_Coerce
Py_PROTO
((
PyObject
**
,
PyObject
**
));
extern
int
PyNumber_CoerceEx
Py_PROTO
((
PyObject
**
,
PyObject
**
));
/* Helpers for printing recursive container types */
extern
int
Py_ReprEnter
Py_PROTO
((
PyObject
*
));
extern
void
Py_ReprLeave
Py_PROTO
((
PyObject
*
));
/* Flag bits for printing: */
#define Py_PRINT_RAW 1
/* No string quotes etc. */
...
...
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