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
07de3256
Kaydet (Commit)
07de3256
authored
Eki 05, 2011
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
More fixes.
üst
7597addb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
unicodeobject.h
Include/unicodeobject.h
+2
-2
No files found.
Include/unicodeobject.h
Dosyayı görüntüle @
07de3256
...
@@ -468,7 +468,7 @@ PyAPI_DATA(PyTypeObject) PyUnicodeIter_Type;
...
@@ -468,7 +468,7 @@ PyAPI_DATA(PyTypeObject) PyUnicodeIter_Type;
/* Write into the canonical representation, this macro does not do any sanity
/* Write into the canonical representation, this macro does not do any sanity
checks and is intended for usage in loops. The caller should cache the
checks and is intended for usage in loops. The caller should cache the
kind and data pointers obtained f
or
m other macro calls.
kind and data pointers obtained f
ro
m other macro calls.
index is the index in the string (starts at 0) and value is the new
index is the index in the string (starts at 0) and value is the new
code point value which should be written to that location. */
code point value which should be written to that location. */
#define PyUnicode_WRITE(kind, data, index, value) \
#define PyUnicode_WRITE(kind, data, index, value) \
...
@@ -489,7 +489,7 @@ PyAPI_DATA(PyTypeObject) PyUnicodeIter_Type;
...
@@ -489,7 +489,7 @@ PyAPI_DATA(PyTypeObject) PyUnicodeIter_Type;
} \
} \
} while (0)
} while (0)
/* Read a code point f
or
m the string's canonical representation. No checks
/* Read a code point f
ro
m the string's canonical representation. No checks
or ready calls are performed. */
or ready calls are performed. */
#define PyUnicode_READ(kind, data, index) \
#define PyUnicode_READ(kind, data, index) \
((Py_UCS4) \
((Py_UCS4) \
...
...
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