[Python-Dev] Bug in PyErr_WriteUnraisable ? (original) (raw)
Brett Cannon brett at python.org
Sun Feb 25 16:14:58 CET 2007
- Previous message: [Python-Dev] Bug in PyErr_WriteUnraisable ?
- Next message: [Python-Dev] Bug in PyErr_WriteUnraisable ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 2/22/07, Gabriel Becedillas <gabriel.becedillas at corest.com> wrote:
I'd hit an access violation inside PyErrWriteUnraisable when a non-exception instance was raised. The call to PyExceptionClassName with a non-exception instance is yielding an invalid pointer. We are embedding Python 2.5 and a string instance is raised using PyThreadStateSetAsyncExc. I can fix that in my code, by raising an appropiate exception instance, but I think PyErrWriteUnraisable lacks some checks.
Please use the the bug tracker at http://sourceforge.net/tracker/?group_id=5470&atid=105470 to report issues with Python.
-Brett
--
Gabriel Becedillas Developer CORE SECURITY TECHNOLOGIES
Python-Dev mailing list Python-Dev at python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/brett%40python.org
- Previous message: [Python-Dev] Bug in PyErr_WriteUnraisable ?
- Next message: [Python-Dev] Bug in PyErr_WriteUnraisable ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]