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
1bd52d74
Kaydet (Commit)
1bd52d74
authored
Haz 01, 2008
tarafından
Gregory P. Smith
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Make the _H #define's match the header file names. Fix comments to
mention the correct type names.
üst
ac19d85e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
bytearrayobject.h
Include/bytearrayobject.h
+4
-4
bytesobject.h
Include/bytesobject.h
+4
-4
No files found.
Include/bytearrayobject.h
Dosyayı görüntüle @
1bd52d74
/* Byte
s
object interface */
/* Byte
Array
object interface */
#ifndef Py_BYTE
S
OBJECT_H
#define Py_BYTE
S
OBJECT_H
#ifndef Py_BYTE
ARRAY
OBJECT_H
#define Py_BYTE
ARRAY
OBJECT_H
#ifdef __cplusplus
extern
"C"
{
#endif
...
...
@@ -50,4 +50,4 @@ PyAPI_FUNC(int) PyByteArray_Resize(PyObject *, Py_ssize_t);
#ifdef __cplusplus
}
#endif
#endif
/* !Py_BYTE
S
OBJECT_H */
#endif
/* !Py_BYTE
ARRAY
OBJECT_H */
Include/bytesobject.h
Dosyayı görüntüle @
1bd52d74
/*
String
object interface */
/*
Bytes (String)
object interface */
#ifndef Py_
STRING
OBJECT_H
#define Py_
STRING
OBJECT_H
#ifndef Py_
BYTES
OBJECT_H
#define Py_
BYTES
OBJECT_H
#ifdef __cplusplus
extern
"C"
{
#endif
...
...
@@ -197,4 +197,4 @@ PyAPI_FUNC(PyObject *) _PyBytes_FormatAdvanced(PyObject *obj,
#ifdef __cplusplus
}
#endif
#endif
/* !Py_
STRING
OBJECT_H */
#endif
/* !Py_
BYTES
OBJECT_H */
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