commit | 41bb43a71e1caa4e6993c6571544d415c9e178b9 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Oct 29 01:19:37 2013 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Oct 29 01:19:37 2013 +0100 |
tree | 7c6dd0407d1aff5ba9c4e6b4789bee09f95b3fc2 | |
parent | 28c63f7ffb9f9cb59c524dc14ce66d34c0e83af6 [diff] |
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.