Message204744
> Under very low memory condition, PyErr_NoMemory() or PyErr_NormalizeException() enters an unlimited loop when the free list of MemoryError becomes empty.
I got this bug when I worked on the issue #19817 which adds an arbitary limit to memory allocations using tracemalloc. I used this limit on the Python test suite to check how Python behaves under very low memory condition. |
|
| Date |
User |
Action |
Args |
| 2013-11-29 17:27:30 | vstinner | set | recipients:
+ vstinner, pitrou, alexandre.vassalotti |
| 2013-11-29 17:27:30 | vstinner | set | messageid: <[email protected]> |
| 2013-11-29 17:27:30 | vstinner | link | issue19835 messages |
| 2013-11-29 17:27:30 | vstinner | create | |
|