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
1e1c8f49
Kaydet (Commit)
1e1c8f49
authored
Eyl 09, 2011
tarafından
Jesus Cea
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Fix issue #12948: multiprocessing test failures can hang the buildbots
üst
440b3834
da752d80
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
test_multiprocessing.py
Lib/test/test_multiprocessing.py
+0
-2
No files found.
Lib/test/test_multiprocessing.py
Dosyayı görüntüle @
1e1c8f49
...
...
@@ -2275,13 +2275,11 @@ class TestStdinBadfiledescriptor(unittest.TestCase):
def
test_queue_in_process
(
self
):
queue
=
multiprocessing
.
Queue
()
proc
=
multiprocessing
.
Process
(
target
=
_TestProcess
,
args
=
(
queue
,))
proc
.
daemon
=
True
proc
.
start
()
proc
.
join
()
def
test_pool_in_process
(
self
):
p
=
multiprocessing
.
Process
(
target
=
pool_in_process
)
p
.
daemon
=
True
p
.
start
()
p
.
join
()
...
...
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