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
5445594e
Kaydet (Commit)
5445594e
authored
Ock 29, 2003
tarafından
Skip Montanaro
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
minor grammar tweaks
üst
5e83b7a9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
pickletools.py
Lib/pickletools.py
+5
-5
No files found.
Lib/pickletools.py
Dosyayı görüntüle @
5445594e
"""
"Executable documentation" for the pickle module.
'''
"Executable documentation" for the pickle module.
Extensive comments about the pickle protocols and pickle-machine opcodes
can be found here. Some functions meant for external use:
...
...
@@ -8,7 +8,7 @@ genops(pickle)
dis(pickle, out=None, indentlevel=4)
Print a symbolic disassembly of a pickle.
"""
'''
# Other ideas:
#
...
...
@@ -126,10 +126,10 @@ The third major set of additions came in Python 2.3, and is called "protocol
the registry contents are predefined (there's nothing akin to the memo's
PUT).
Another
,
independent change with Python 2.3 is the abandonment of any
pretense that it might be safe to pickles received from untrusted
Another independent change with Python 2.3 is the abandonment of any
pretense that it might be safe to
load
pickles received from untrusted
parties -- no sufficient security analysis has been done to guarantee
this and there isn't a use case t
o
warrants the expense of such an
this and there isn't a use case t
hat
warrants the expense of such an
analysis.
To this end, all tests for __safe_for_unpickling__ or for
...
...
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