[Python-Dev] cpython: Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handle (original) (raw)
Georg Brandl g.brandl at gmx.net
Tue Oct 29 07:52:59 CET 2013
- Previous message: [Python-Dev] PEP 454 (tracemalloc) disable ==> clear?
- Next message: [Python-Dev] cpython: Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handle
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Am 29.10.2013 01:19, schrieb victor.stinner:
http://hg.python.org/cpython/rev/4ef4578db38a changeset: 86715:4ef4578db38a user: Victor Stinner <victor.stinner at gmail.com> date: Tue Oct 29 01:19:37 2013 +0100 summary: Issue #18408: Add a new PyFrameFastToLocalsWithError() function to handle exceptions when merging fast locals into flocals of a frame. PyEvalGetLocals() now raises an exception and return NULL on failure.
You'll have to either make this private or document it.
Georg
- Previous message: [Python-Dev] PEP 454 (tracemalloc) disable ==> clear?
- Next message: [Python-Dev] cpython: Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handle
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]