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
4011d865
Kaydet (Commit)
4011d865
authored
May 20, 2019
tarafından
Batuhan Taşkaya
Kaydeden (comit)
Guido van Rossum
May 20, 2019
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bpo-23896: Add a grammar where exec isn't a stmt (#13272)
https://bugs.python.org/issue23896
üst
c09a9f56
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
pygram.py
Lib/lib2to3/pygram.py
+3
-0
ACKS
Misc/ACKS
+1
-0
2019-05-13-05-49-15.bpo-23896.8TtUKo.rst
...S.d/next/Library/2019-05-13-05-49-15.bpo-23896.8TtUKo.rst
+2
-0
No files found.
Lib/lib2to3/pygram.py
Dosyayı görüntüle @
4011d865
...
...
@@ -36,5 +36,8 @@ python_symbols = Symbols(python_grammar)
python_grammar_no_print_statement
=
python_grammar
.
copy
()
del
python_grammar_no_print_statement
.
keywords
[
"print"
]
python_grammar_no_print_and_exec_statement
=
python_grammar_no_print_statement
.
copy
()
del
python_grammar_no_print_and_exec_statement
.
keywords
[
"exec"
]
pattern_grammar
=
driver
.
load_packaged_grammar
(
"lib2to3"
,
_PATTERN_GRAMMAR_FILE
)
pattern_symbols
=
Symbols
(
pattern_grammar
)
Misc/ACKS
Dosyayı görüntüle @
4011d865
...
...
@@ -1860,3 +1860,4 @@ Carsten Klein
Diego Rojas
Edison Abahurire
Geoff Shannon
Batuhan Taskaya
Misc/NEWS.d/next/Library/2019-05-13-05-49-15.bpo-23896.8TtUKo.rst
0 → 100644
Dosyayı görüntüle @
4011d865
Adds a grammar to lib2to3.pygram that contains exec as a function not as
statement.
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