Message193131
frame_fasttolocals.patch: Add a new PyFrame_FastToLocalsWithError() function, same than PyFrame_FastToLocals(), except that errors are reported.
This function is not atomic: if an error occurs in the middle of map_to_dict(), the frame can enter an inconsistent state. Is it worse than not reporting the failure? |
|
| Date |
User |
Action |
Args |
| 2013-07-15 22:08:16 | vstinner | set | recipients:
+ vstinner, gregory.p.smith, python-dev |
| 2013-07-15 22:08:16 | vstinner | set | messageid: <[email protected]> |
| 2013-07-15 22:08:16 | vstinner | link | issue18408 messages |
| 2013-07-15 22:08:16 | vstinner | create | |
|