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
1dbe6c07
Kaydet (Commit)
1dbe6c07
authored
May 30, 2002
tarafından
Raymond Hettinger
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Move statement out of comment block
üst
ca948b40
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
rexec.py
Lib/rexec.py
+1
-1
No files found.
Lib/rexec.py
Dosyayı görüntüle @
1dbe6c07
...
@@ -429,9 +429,9 @@ class RExec(ihooks._Verbose):
...
@@ -429,9 +429,9 @@ class RExec(ihooks._Verbose):
expression, or a compiled code object, which will be evaluated in
expression, or a compiled code object, which will be evaluated in
the restricted environment's __main__ module. The value of the
the restricted environment's __main__ module. The value of the
expression or code object will be returned.
expression or code object will be returned.
return self.s_apply(self.r_eval, args)
"""
"""
return
self
.
s_apply
(
self
.
r_eval
,
args
)
def
s_execfile
(
self
,
*
args
):
def
s_execfile
(
self
,
*
args
):
"""Execute the Python code in the file in the restricted
"""Execute the Python code in the file in the restricted
...
...
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