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 <rep...@bugs.python.org>
<http://bugs.python.org/issue23188>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to