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
d1029c48
Kaydet (Commit)
d1029c48
authored
Eki 31, 2011
tarafından
Ned Deily
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart.
(Patch by Roger Serwy)
üst
9bf59aa1
7aff4517
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
PyShell.py
Lib/idlelib/PyShell.py
+2
-0
NEWS
Misc/NEWS
+3
-0
No files found.
Lib/idlelib/PyShell.py
Dosyayı görüntüle @
d1029c48
...
...
@@ -340,6 +340,7 @@ class ModifiedInterpreter(InteractiveInterpreter):
self
.
restarting
=
False
self
.
subprocess_arglist
=
None
self
.
port
=
PORT
self
.
original_compiler_flags
=
self
.
compile
.
compiler
.
flags
rpcclt
=
None
rpcsubproc
=
None
...
...
@@ -447,6 +448,7 @@ class ModifiedInterpreter(InteractiveInterpreter):
gui
=
RemoteDebugger
.
restart_subprocess_debugger
(
self
.
rpcclt
)
# reload remote debugger breakpoints for all PyShellEditWindows
debug
.
load_breakpoints
()
self
.
compile
.
compiler
.
flags
=
self
.
original_compiler_flags
self
.
restarting
=
False
return
self
.
rpcclt
...
...
Misc/NEWS
Dosyayı görüntüle @
d1029c48
...
...
@@ -347,6 +347,9 @@ Core and Builtins
Library
-------
-
Issue
13296
:
Fix
IDLE
to
clear
compile
__future__
flags
on
shell
restart
.
(
Patch
by
Roger
Serwy
)
-
Fix
the
xmlrpc
.
client
user
agent
to
return
something
similar
to
urllib
.
request
user
agent
:
"Python-xmlrpc/3.3"
.
...
...
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