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
8c54e781
Kaydet (Commit)
8c54e781
authored
Ara 08, 2009
tarafından
Antoine Pitrou
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix the transient refleaks in test_zipimport_support.
Diagnosis and original patch by Florent Xicluna (flox).
üst
a254302f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
script_helper.py
Lib/test/script_helper.py
+2
-1
ACKS
Misc/ACKS
+1
-0
No files found.
Lib/test/script_helper.py
Dosyayı görüntüle @
8c54e781
...
@@ -30,7 +30,8 @@ def kill_python(p):
...
@@ -30,7 +30,8 @@ def kill_python(p):
data
=
p
.
stdout
.
read
()
data
=
p
.
stdout
.
read
()
p
.
stdout
.
close
()
p
.
stdout
.
close
()
# try to cleanup the child so we don't appear to leak when running
# try to cleanup the child so we don't appear to leak when running
# with regrtest -R. This should be a no-op on Windows.
# with regrtest -R.
p
.
wait
()
subprocess
.
_cleanup
()
subprocess
.
_cleanup
()
return
data
return
data
...
...
Misc/ACKS
Dosyayı görüntüle @
8c54e781
...
@@ -819,6 +819,7 @@ Gordon Worley
...
@@ -819,6 +819,7 @@ Gordon Worley
Thomas Wouters
Thomas Wouters
Heiko Wundram
Heiko Wundram
Doug Wyatt
Doug Wyatt
Florent Xicluna
Ka-Ping Yee
Ka-Ping Yee
Bob Yodlowski
Bob Yodlowski
Danny Yoo
Danny Yoo
...
...
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