[3.13] gh-126316: Make grp.getgrall() thread-safe: add a mutex (#127055) by vstinner · Pull Request #127104 · python/cpython
Conversation
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 :-(
Don't use Argument Clinic for grp.getgrgid() to avoid changing the ABI (change PyInterpreterState structure by adding an "id" identifier).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters