python / cpython

The Python programming language
https://www.python.org
Other
63.65k stars 30.49k forks source link

[3.13] gh-126316: Make grp.getgrall() thread-safe: add a mutex (#127055) #127104

Open vstinner opened 4 days ago

vstinner commented 4 days ago

grpmodule.c is no longer built with the limited C API, since PyMutex is excluded from the limited C API.

(cherry picked from commit 3c2bd66e21bd8de69a89ebf09ff9d8e78ddfb839)

vstinner commented 16 hours ago

Tests / Check if the ABI has changed (pull_request) Failing after 1m

Oh, I suppose that it's the addition of the "id" string which is automatically generated from Argument Clinic :-(