mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
GH-96187: Prevent _PyCode_GetExtra to return garbage for negative indexes (GH-96188)
This commit is contained in:
parent
ba7d4b9dc1
commit
16ebae4cd4
2 changed files with 3 additions and 1 deletions
|
|
@ -0,0 +1,2 @@
|
|||
Fixed a bug that caused ``_PyCode_GetExtra`` to return garbage for negative
|
||||
indexes. Patch by Pablo Galindo
|
||||
Loading…
Add table
Add a link
Reference in a new issue