[New-bugs-announce] [issue23188] Convert _PyErr_ChainExceptions to a public API

Nick Coghlan report at bugs.python.org
Thu Jan 8 04:17:21 CET 2015


New submission from Nick Coghlan:

There's currently an internal helper API for chaining exceptions from C code, _PyErr_ChainExceptions.

It would be good to have a public API that offered equivalent functionality for use in third party C extensions.

----------
messages: 233619
nosy: ncoghlan
priority: normal
severity: normal
stage: needs patch
status: open
title: Convert _PyErr_ChainExceptions to a public API
type: enhancement
versions: Python 3.5

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


More information about the New-bugs-announce mailing list