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
cc5d49e3
Kaydet (Commit)
cc5d49e3
authored
Eki 04, 2013
tarafından
Jesus Cea
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
MERGE: Close #19160: Inconsistent size for GIL release in hashlib
üst
5f0f5123
5b22dd87
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 @
cc5d49e3
...
@@ -41,7 +41,7 @@ concatenation of the data fed to it so far using the :meth:`digest` or
...
@@ -41,7 +41,7 @@ concatenation of the data fed to it so far using the :meth:`digest` or
.. note::
.. note::
For better multithreading performance, the Python :term:`GIL` is released for
For better multithreading performance, the Python :term:`GIL` is released for
data larger than 204
8
bytes at object creation or on update.
data larger than 204
7
bytes at object creation or on update.
.. note::
.. note::
...
@@ -148,7 +148,7 @@ A hash object has the following methods:
...
@@ -148,7 +148,7 @@ A hash object has the following methods:
.. versionchanged:: 3.1
.. versionchanged:: 3.1
The Python GIL is released to allow other threads to run while hash
The Python GIL is released to allow other threads to run while hash
updates on data larger than 204
8
bytes is taking place when using hash
updates on data larger than 204
7
bytes is taking place when using hash
algorithms supplied by OpenSSL.
algorithms supplied by OpenSSL.
...
...
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