mirror of
https://github.com/python/cpython.git
synced 2025-11-20 02:50:14 +00:00
Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handle
exceptions when merging fast locals into f_locals of a frame. PyEval_GetLocals() now raises an exception and return NULL on failure.
This commit is contained in:
parent
28c63f7ffb
commit
41bb43a71e
7 changed files with 87 additions and 46 deletions
|
|
@ -10,6 +10,10 @@ Projected release date: 2013-11-24
|
|||
Core and Builtins
|
||||
-----------------
|
||||
|
||||
- Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handle
|
||||
exceptions when merging fast locals into f_locals of a frame.
|
||||
PyEval_GetLocals() now raises an exception and return NULL on failure.
|
||||
|
||||
- Issue #19369: Optimized the usage of __length_hint__().
|
||||
|
||||
- Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue