New submission from Roger Upole <rup...@hotmail.com>: There are a number of places in memoryobject.c where get_shape0 is used without the return value being checked. If it fails, this leads to hanging exceptions and crashes.
---------- components: Interpreter Core messages: 119460 nosy: rupole priority: normal severity: normal status: open title: get_shape0 in memoryobject.c not checked for error return type: crash versions: Python 3.2 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue10181> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com