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
ecf0f025
Kaydet (Commit)
ecf0f025
authored
Nis 26, 2003
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Merge back from r23b1-branch
üst
fa1eddfb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
test_logging.py
Lib/test/test_logging.py
+2
-0
NEWS
Misc/NEWS
+2
-3
No files found.
Lib/test/test_logging.py
Dosyayı görüntüle @
ecf0f025
...
...
@@ -470,6 +470,8 @@ def test_main():
socketDataProcessed
.
acquire
()
socketDataProcessed
.
wait
()
socketDataProcessed
.
release
()
for
thread
in
threads
:
thread
.
join
()
banner
(
"logrecv output"
,
"begin"
)
sys
.
stdout
.
write
(
sockOut
.
getvalue
())
sockOut
.
close
()
...
...
Misc/NEWS
Dosyayı görüntüle @
ecf0f025
...
...
@@ -210,8 +210,6 @@ Tools/Demos
-
New
script
combinerefs
.
py
helps
analyze
new
PYTHONDUMPREFS
output
.
See
the
module
docstring
for
details
.
TBD
Build
-----
...
...
@@ -229,6 +227,7 @@ C API
-
LONG_LONG
was
renamed
to
PY_LONG_LONG
.
Extensions
that
use
this
and
need
compatibility
with
previous
versions
can
use
this
:
#
ifndef
PY_LONG_LONG
#
define
PY_LONG_LONG
LONG_LONG
#
endif
...
...
@@ -243,7 +242,7 @@ C API
New
platforms
-------------
TBD
None
this
time
.
Tests
-----
...
...
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