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
4a0d3d2e
Kaydet (Commit)
4a0d3d2e
authored
Agu 11, 2003
tarafından
Skip Montanaro
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
typos
üst
68debc93
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
cStringIO.c
Modules/cStringIO.c
+3
-3
No files found.
Modules/cStringIO.c
Dosyayı görüntüle @
4a0d3d2e
...
@@ -52,7 +52,7 @@ typedef struct {
...
@@ -52,7 +52,7 @@ typedef struct {
#define IOOOBJECT(O) ((IOobject*)(O))
#define IOOOBJECT(O) ((IOobject*)(O))
/* Declarations for objects of type StringO */
/* Declarations for objects of type String
I
O */
typedef
struct
{
/* Subtype of IOobject */
typedef
struct
{
/* Subtype of IOobject */
PyObject_HEAD
PyObject_HEAD
...
@@ -487,7 +487,7 @@ PyDoc_STRVAR(Otype__doc__, "Simple type for output to strings.");
...
@@ -487,7 +487,7 @@ PyDoc_STRVAR(Otype__doc__, "Simple type for output to strings.");
static
PyTypeObject
Otype
=
{
static
PyTypeObject
Otype
=
{
PyObject_HEAD_INIT
(
NULL
)
PyObject_HEAD_INIT
(
NULL
)
0
,
/*ob_size*/
0
,
/*ob_size*/
"cStringIO.StringO"
,
/*tp_name*/
"cStringIO.String
I
O"
,
/*tp_name*/
sizeof
(
Oobject
),
/*tp_basicsize*/
sizeof
(
Oobject
),
/*tp_basicsize*/
0
,
/*tp_itemsize*/
0
,
/*tp_itemsize*/
/* methods */
/* methods */
...
@@ -540,7 +540,7 @@ newOobject(int size) {
...
@@ -540,7 +540,7 @@ newOobject(int size) {
return
(
PyObject
*
)
self
;
return
(
PyObject
*
)
self
;
}
}
/* End of code for StringO objects */
/* End of code for String
I
O objects */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
static
PyObject
*
static
PyObject
*
...
...
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