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
8c271b0c
Kaydet (Commit)
8c271b0c
authored
Nis 25, 2010
tarafından
Victor Stinner
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #8531: Skip test_ascii_formatd if ctypes module is missing
üst
a27dcb76
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
test_ascii_formatd.py
Lib/test/test_ascii_formatd.py
+3
-1
NEWS
Misc/NEWS
+2
-0
No files found.
Lib/test/test_ascii_formatd.py
Dosyayı görüntüle @
8c271b0c
...
...
@@ -3,7 +3,9 @@
# Test that it works, and test that it's deprecated.
import
unittest
from
test.support
import
check_warnings
,
run_unittest
,
cpython_only
from
test.support
import
check_warnings
,
run_unittest
,
cpython_only
,
import_module
import_module
(
'ctypes'
)
class
FormatDeprecationTests
(
unittest
.
TestCase
):
...
...
Misc/NEWS
Dosyayı görüntüle @
8c271b0c
...
...
@@ -123,6 +123,8 @@ Build
Tests
-----
- Issue #8531: Skip test_ascii_formatd if ctypes module is missing
- Issue #3864: Skip three test_signal tests on freebsd6 because they fail
if any thread was previously started, most likely due to a platform bug.
...
...
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