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
d9511572
Unverified
Kaydet (Commit)
d9511572
authored
Ock 29, 2018
tarafından
Victor Stinner
Kaydeden (comit)
GitHub
Ock 29, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bpo-20891: Reenable test_embed.test_bpo20891() (GH-5420)
üst
8017b804
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
test_embed.py
Lib/test/test_embed.py
+0
-3
No files found.
Lib/test/test_embed.py
Dosyayı görüntüle @
d9511572
...
@@ -198,9 +198,6 @@ class EmbeddingTests(unittest.TestCase):
...
@@ -198,9 +198,6 @@ class EmbeddingTests(unittest.TestCase):
self
.
assertEqual
(
out
,
''
)
self
.
assertEqual
(
out
,
''
)
self
.
assertEqual
(
err
,
''
)
self
.
assertEqual
(
err
,
''
)
@unittest.skipIf
(
True
,
"FIXME: test fails randomly because of a race conditon, "
"see bpo-20891"
)
def
test_bpo20891
(
self
):
def
test_bpo20891
(
self
):
"""
"""
bpo-20891: Calling PyGILState_Ensure in a non-Python thread before
bpo-20891: Calling PyGILState_Ensure in a non-Python thread before
...
...
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