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
cb1a0283
Kaydet (Commit)
cb1a0283
authored
May 21, 2013
tarafından
Serhiy Storchaka
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #17979: Fixed the re module in build with --disable-unicode.
üst
e6f2e6cc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
NEWS
Misc/NEWS
+2
-0
sre.h
Modules/sre.h
+2
-2
No files found.
Misc/NEWS
Dosyayı görüntüle @
cb1a0283
...
@@ -58,6 +58,8 @@ Core and Builtins
...
@@ -58,6 +58,8 @@ Core and Builtins
Library
Library
-------
-------
-
Issue
#
17979
:
Fixed
the
re
module
in
build
with
--
disable
-
unicode
.
-
Issue
#
17606
:
Fixed
support
of
encoded
byte
strings
in
the
XMLGenerator
-
Issue
#
17606
:
Fixed
support
of
encoded
byte
strings
in
the
XMLGenerator
.
characters
()
and
ignorableWhitespace
()
methods
.
Original
patch
by
Sebastian
.
characters
()
and
ignorableWhitespace
()
methods
.
Original
patch
by
Sebastian
Ortiz
Vasquez
.
Ortiz
Vasquez
.
...
...
Modules/sre.h
Dosyayı görüntüle @
cb1a0283
...
@@ -23,8 +23,8 @@
...
@@ -23,8 +23,8 @@
# define SRE_MAXREPEAT ((SRE_CODE)PY_SSIZE_T_MAX + 1u)
# define SRE_MAXREPEAT ((SRE_CODE)PY_SSIZE_T_MAX + 1u)
# endif
# endif
#else
#else
# define SRE_CODE unsigned
long
# define SRE_CODE unsigned
int
# if SIZEOF_SIZE_T > SIZEOF_
LONG
# if SIZEOF_SIZE_T > SIZEOF_
INT
# define SRE_MAXREPEAT (~(SRE_CODE)0)
# define SRE_MAXREPEAT (~(SRE_CODE)0)
# else
# else
# define SRE_MAXREPEAT ((SRE_CODE)PY_SSIZE_T_MAX + 1u)
# define SRE_MAXREPEAT ((SRE_CODE)PY_SSIZE_T_MAX + 1u)
...
...
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