gh-99108: Release the GIL around hashlib built-in computation by gpshead · Pull Request #104675 · python/cpython · GitHub

github.com

Tin mới

gpshead:hashlib_hacl_dropGIL

GitHub CopilotWrite better code with AI

GitHub Copilot appDirect agents from issue to merge

ActionsAutomate any workflow

CodespacesInstant dev environments

IssuesPlan and track work

Code ReviewManage code changes

Code QualityEnforce quality at merge

GitHub Advanced SecurityFind and fix vulnerabilities

Code securitySecure your code as you build

Secret protectionStop leaks before they start

View all use cases

Financial services

View all industries

Software Development

GitHub SponsorsFund open source developers

Copilot for BusinessEnterprise-grade AI features

Premium SupportEnterprise-grade 24/7 support

Pull requests 2.6k

Security and quality 0

Replace built-in hashlib with verified implementations from HACL* #99108

: Release the GIL around hashlib built-in hash updates.

Do the same for sha2, sha1, & md5.

View reviewed changes

Learn more about hiding disruptive comments

The reason will be displayed to describe this comment to others. Learn more.

awaiting core review

awaiting core review

Better describe the ENTER/LEAVE macros.

Explain the locking strategy in comments.

View reviewed changes

Modules/_hashopenssl.c

needs backport to 3.12

needs backport to 3.12

Merge branch 'main' into hashlib_hacl_dropGIL

Merge branch 'main' into hashlib_hacl_dropGIL

: Release the GIL around hashlib built-in computation (

: Release the GIL around hashlib built-in computation (

3.12 backport gh 105236 #105358

wasm/jit backend fixes, blackhole and frame-state repairs, and 3.14 interpreter surface parity youknowone/pyre#890