[3.11] gh-91162: Fix substitution of unpacked tuples in generic aliases (GH-92335) by miss-islington · Pull Request #92484 · python/cpython
Huh, the strings are tied to runtime state, which is tied to the ABI, so the ABI test is now failing. Should we regenerate the ABI data file or just change the code to lookup the C const char *(which will be slightly slower)?
CC @pablogsal
Huh, the strings are tied to runtime state, which is tied to the ABI, so the ABI test is now failing. Should we regenerate the ABI data file or just change the code to look up the C
const char *(which will be slightly slower)?
In this case, you can regenerate the ABI, but this will not be possible in the RC state
I will merge this today. Will also try to add some information to the devguide, but in general the RM needs to approve ABI regenerations.
pythonGH-92335) (cherry picked from commit 9d25db9) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
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