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
4aeb542a
Kaydet (Commit)
4aeb542a
authored
Mar 26, 2011
tarafından
Ross Lagerwall
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge with 3.2
üst
0a3a7d35
17ace7a0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
0 deletions
+5
-0
test_subprocess.py
Lib/test/test_subprocess.py
+1
-0
ACKS
Misc/ACKS
+1
-0
NEWS
Misc/NEWS
+3
-0
No files found.
Lib/test/test_subprocess.py
Dosyayı görüntüle @
4aeb542a
...
...
@@ -1325,6 +1325,7 @@ class POSIXProcessTestCase(BaseTestCase):
stdout
=
subprocess
.
PIPE
,
bufsize
=
0
)
f
=
p
.
stdout
self
.
addCleanup
(
f
.
close
)
try
:
self
.
assertEqual
(
f
.
read
(
4
),
b
"appl"
)
self
.
assertIn
(
f
,
select
.
select
([
f
],
[],
[],
0.0
)[
0
])
...
...
Misc/ACKS
Dosyayı görüntüle @
4aeb542a
...
...
@@ -358,6 +358,7 @@ Jonathan Hartley
Larry Hastings
Shane Hathaway
Rycharde Hawkes
Ben Hayden
Jochen Hayek
Christian Heimes
Thomas Heller
...
...
Misc/NEWS
Dosyayı görüntüle @
4aeb542a
...
...
@@ -91,6 +91,9 @@ Core and Builtins
Library
-------
-
Issue
#
11659
:
Fix
ResourceWarning
in
test_subprocess
introduced
by
#
11459.
Patch
by
Ben
Hayden
.
-
Issue
#
11635
:
Don
't use polling in worker threads and processes launched by
concurrent.futures.
...
...
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