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
301162b4
Kaydet (Commit)
301162b4
authored
Ara 21, 2012
tarafından
Benjamin Peterson
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
merge 3.3 (closes #16687)
üst
302c6544
9cb7bd2d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
hashlib.rst
Doc/library/hashlib.rst
+2
-2
No files found.
Doc/library/hashlib.rst
Dosyayı görüntüle @
301162b4
...
@@ -40,12 +40,12 @@ concatenation of the data fed to it so far using the :meth:`digest` or
...
@@ -40,12 +40,12 @@ concatenation of the data fed to it so far using the :meth:`digest` or
.. note::
.. note::
For better multithreading performance, the Python
GIL
is released for
For better multithreading performance, the Python
:term:`GIL`
is released for
strings of more than 2047 bytes at object creation or on update.
strings of more than 2047 bytes at object creation or on update.
.. note::
.. note::
Feeding string objects i
s
to :meth:`update` is not supported, as hashes work
Feeding string objects i
n
to :meth:`update` is not supported, as hashes work
on bytes, not on characters.
on bytes, not on characters.
.. index:: single: OpenSSL; (use in module hashlib)
.. index:: single: OpenSSL; (use in module hashlib)
...
...
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