
report at bugs
Jul 5, 2008, 3:29 PM
Post #1 of 3
(89 views)
Permalink
|
|
[issue3295] PyExc_BufferError is declared but nowhere defined
|
|
New submission from Antoine Pitrou <pitrou[at]free.fr>: Astonishingly, PyExc_BufferError is defined in pyerrors.h but it is defined nowhere. Consequently, any piece of code raising a PyExc_BufferError will cause the interpreter to crash as soon as it tries to do something with the exception... ---------- components: Interpreter Core messages: 69306 nosy: pitrou severity: normal status: open title: PyExc_BufferError is declared but nowhere defined type: crash versions: Python 2.6, Python 3.0 _______________________________________ Python tracker <report[at]bugs.python.org> <http://bugs.python.org/issue3295> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|