[New-bugs-announce] [issue6284] C/API PyErr_AsUnicode()

Campbell Barton report at bugs.python.org
Sun Jun 14 19:03:39 CEST 2009


New submission from Campbell Barton <ideasman42 at gmail.com>:

This function returns the output of PyErr_Print as a unicode string.

We needed this in Blender3D because it has its own error logging system
which does not use the console.

The patch is made against python3k r73429.

----------
components: None
files: PyErr_AsUnicode_r73429.diff
keywords: patch
messages: 89357
nosy: ideasman42
severity: normal
status: open
title: C/API PyErr_AsUnicode()
versions: Python 3.1
Added file: http://bugs.python.org/file14299/PyErr_AsUnicode_r73429.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6284>
_______________________________________


More information about the New-bugs-announce mailing list