◐ Shell
clean mode source ↗

gh-116126: Implement PEP 696 by JelleZijlstra · Pull Request #116129 · python/cpython

@JelleZijlstra

@bedevere-app Bot mentioned this pull request

Feb 29, 2024

3 tasks

@zsol zsol mentioned this pull request

Apr 3, 2024

@JelleZijlstra

AlexWaygood

hauntsaninja

Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>

AlexWaygood

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>

AlexWaygood

AlexWaygood

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
The previous logic would add the size of the pointer target to the pointer value, which might point to another pointer being used as a scope key. Now, we increment the value as an integer instead, which means it can never be a valid pointer.

SonicField pushed a commit to SonicField/cpython that referenced this pull request

May 8, 2024
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>