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
eeb114b0
Kaydet (Commit)
eeb114b0
authored
Şub 22, 2011
tarafından
Brett Cannon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #10512: close the log file in cgi when running tests.
Thanks to Nadeem Vawda for the find and an initial fix.
üst
7a54073a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
test_cgi.py
Lib/test/test_cgi.py
+1
-0
NEWS
Misc/NEWS
+2
-0
No files found.
Lib/test/test_cgi.py
Dosyayı görüntüle @
eeb114b0
...
...
@@ -155,6 +155,7 @@ class CgiTests(unittest.TestCase):
cgi
.
logfp
=
None
cgi
.
logfile
=
"/dev/null"
cgi
.
initlog
(
"
%
s"
,
"Testing log 3"
)
self
.
addCleanup
(
cgi
.
logfp
.
close
)
cgi
.
log
(
"Testing log 4"
)
def
test_fieldstorage_readline
(
self
):
...
...
Misc/NEWS
Dosyayı görüntüle @
eeb114b0
...
...
@@ -54,6 +54,8 @@ Build
Tests
-----
- Issue #10512: Properly close sockets under test.test_cgi.
- Issue #10992: Make tests pass under coverage.
- Issue #10826: Prevent sporadic failure in test_subprocess on Solaris due
...
...
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