◐ Shell
clean mode source ↗

[3.11] gh-91162: Fix substitution of unpacked tuples in generic aliases (GH-92335) by miss-islington · Pull Request #92484 · python/cpython

@miss-islington

@miss-islington

1 similar comment

@miss-islington

serhiy-storchaka

@Fidget-Spinner

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

@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

@miss-islington

JelleZijlstra

@serhiy-storchaka

@Fidget-Spinner

@pablogsal

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>

pablogsal

JelleZijlstra added a commit to python/typeshed that referenced this pull request

Jun 3, 2022

AlexWaygood pushed a commit to python/typeshed that referenced this pull request

Jun 3, 2022