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
051b2201
Kaydet (Commit)
051b2201
authored
Agu 20, 2016
tarafından
Martin Panter
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Issue #27787: Merge regrtest fixup from 3.5
üst
332dbc73
68c1f1ed
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
save_env.py
Lib/test/libregrtest/save_env.py
+1
-0
NEWS
Misc/NEWS
+6
-0
No files found.
Lib/test/libregrtest/save_env.py
Dosyayı görüntüle @
051b2201
...
...
@@ -268,6 +268,7 @@ class saved_test_environment:
def
__exit__
(
self
,
exc_type
,
exc_val
,
exc_tb
):
saved_values
=
self
.
saved_values
del
self
.
saved_values
support
.
gc_collect
()
# Some resources use weak references
for
name
,
get
,
restore
in
self
.
resource_info
():
current
=
get
()
original
=
saved_values
.
pop
(
name
)
...
...
Misc/NEWS
Dosyayı görüntüle @
051b2201
...
...
@@ -29,6 +29,12 @@ Library
- Issue #12713: Allowed abbreviation of subcommands by end-users for users of
argparse.
Tests
-----
- Issue #27787: Call gc.collect() before checking each test for "dangling
threads", since the dangling threads are weak references.
What's New in Python 3.6.0 alpha 4
==================================
...
...
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