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
90cf212c
Kaydet (Commit)
90cf212c
authored
Kas 06, 2004
tarafından
Tim Peters
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Essentially SF patch 1061679: add missing __all__ to pickletools.py.
Harmless.
üst
b12efd3f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
0 deletions
+7
-0
pickletools.py
Lib/pickletools.py
+4
-0
test___all__.py
Lib/test/test___all__.py
+1
-0
NEWS
Misc/NEWS
+2
-0
No files found.
Lib/pickletools.py
Dosyayı görüntüle @
90cf212c
...
@@ -10,6 +10,10 @@ dis(pickle, out=None, memo=None, indentlevel=4)
...
@@ -10,6 +10,10 @@ dis(pickle, out=None, memo=None, indentlevel=4)
Print a symbolic disassembly of a pickle.
Print a symbolic disassembly of a pickle.
'''
'''
__all__
=
[
'dis'
,
'genops'
,
]
# Other ideas:
# Other ideas:
#
#
# - A pickle verifier: read a pickle and check it exhaustively for
# - A pickle verifier: read a pickle and check it exhaustively for
...
...
Lib/test/test___all__.py
Dosyayı görüntüle @
90cf212c
...
@@ -114,6 +114,7 @@ class AllTest(unittest.TestCase):
...
@@ -114,6 +114,7 @@ class AllTest(unittest.TestCase):
self
.
check_all
(
"os2emxpath"
)
self
.
check_all
(
"os2emxpath"
)
self
.
check_all
(
"pdb"
)
self
.
check_all
(
"pdb"
)
self
.
check_all
(
"pickle"
)
self
.
check_all
(
"pickle"
)
self
.
check_all
(
"pickletools"
)
self
.
check_all
(
"pipes"
)
self
.
check_all
(
"pipes"
)
self
.
check_all
(
"popen2"
)
self
.
check_all
(
"popen2"
)
self
.
check_all
(
"poplib"
)
self
.
check_all
(
"poplib"
)
...
...
Misc/NEWS
Dosyayı görüntüle @
90cf212c
...
@@ -26,6 +26,8 @@ Library
...
@@ -26,6 +26,8 @@ Library
attempt is made to execute the remaining handlers. The last exception
attempt is made to execute the remaining handlers. The last exception
raised is re-raised.
raised is re-raised.
- Patch 1061679: Added `__all__` to pickletools.py.
Build
Build
-----
-----
...
...
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