Message203446
Hum, my explanation is maybe not clear.
Without the patch, the operation succeed, but a MemoryError is raised, and the caller is not notified. So you enter an inconsistent state because your function may "succeed" whereas an exception is set.
With the patch, the operation succeed, but you get a MemoryError and the caller is notified of the failure. |
|
| Date |
User |
Action |
Args |
| 2013-11-19 23:55:27 | vstinner | set | recipients:
+ vstinner, skrah, serhiy.storchaka |
| 2013-11-19 23:55:27 | vstinner | set | messageid: <[email protected]> |
| 2013-11-19 23:55:27 | vstinner | link | issue19578 messages |
| 2013-11-19 23:55:27 | vstinner | create | |
|