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
a6fba9b8
Unverified
Kaydet (Commit)
a6fba9b8
authored
Kas 26, 2017
tarafından
xdegaye
Kaydeden (comit)
GitHub
Kas 26, 2017
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bpo-32126: Skip asyncio test when sem_open() is not functional (GH-4559)
üst
4274609e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
test_events.py
Lib/test/test_asyncio/test_events.py
+4
-0
2017-11-24-18-15-12.bpo-32126.PLmNLn.rst
...EWS.d/next/Tests/2017-11-24-18-15-12.bpo-32126.PLmNLn.rst
+2
-0
No files found.
Lib/test/test_asyncio/test_events.py
Dosyayı görüntüle @
a6fba9b8
...
...
@@ -2155,6 +2155,10 @@ else:
super
()
.
tearDown
()
def
test_get_event_loop_new_process
(
self
):
# Issue bpo-32126: The multiprocessing module used by
# ProcessPoolExecutor is not functional when the
# multiprocessing.synchronize module cannot be imported.
support
.
import_module
(
'multiprocessing.synchronize'
)
async
def
main
():
pool
=
concurrent
.
futures
.
ProcessPoolExecutor
()
result
=
await
self
.
loop
.
run_in_executor
(
...
...
Misc/NEWS.d/next/Tests/2017-11-24-18-15-12.bpo-32126.PLmNLn.rst
0 → 100644
Dosyayı görüntüle @
a6fba9b8
Skip test_get_event_loop_new_process in test.test_asyncio.test_events when
sem_open() is not functional.
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