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
8a0232d8
Kaydet (Commit)
8a0232d8
authored
Kas 02, 2001
tarafından
Fredrik Lundh
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
SF bug #476912: flag repeated use of the same groupname as
the error it really is (and always has been)
üst
4e8ab5db
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
sre_parse.py
Lib/sre_parse.py
+3
-1
No files found.
Lib/sre_parse.py
Dosyayı görüntüle @
8a0232d8
...
...
@@ -81,6 +81,8 @@ class Pattern:
gid
=
self
.
groups
self
.
groups
=
gid
+
1
if
name
:
if
self
.
groupdict
.
has_key
(
name
):
raise
error
,
"can only use each group name once"
self
.
groupdict
[
name
]
=
gid
self
.
open
.
append
(
gid
)
return
gid
...
...
@@ -189,7 +191,7 @@ class Tokenizer:
try
:
c
=
self
.
string
[
self
.
index
+
1
]
except
IndexError
:
raise
error
,
"bogus escape"
raise
error
,
"bogus escape
(end of line)
"
char
=
char
+
c
self
.
index
=
self
.
index
+
len
(
char
)
self
.
next
=
char
...
...
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