New submission from STINNER Victor <victor.stin...@gmail.com>: Python fails to catch memory allocation error in its memory allocator when mmap() is used. Attached patch fixes the issue.
---------- components: Interpreter Core files: obmalloc_map_failed.patch keywords: patch messages: 155192 nosy: haypo, neologix, pitrou priority: normal severity: normal status: open title: obmalloc: mmap() returns MAP_FAILED on error, not 0 versions: Python 2.7, Python 3.2, Python 3.3 Added file: http://bugs.python.org/file24760/obmalloc_map_failed.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue14232> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com