Re: [Python-Dev] RFC: PEP 490 - Chain exceptions at C level

2015-03-30 Thread Nick Coghlan
On 26 March 2015 at 22:30, Victor Stinner wrote: > Hi, > > Here is the first draft of my PEP to chain automatically exceptions at > C level in Python 3.5. Plain text version of the PEP below. HTML > version of the PEP: > >https://www.python.org/dev/peps/pep-0490/ > > It has already an implemen

[Python-Dev] RFC: PEP 490 - Chain exceptions at C level

2015-03-26 Thread Victor Stinner
Hi, Here is the first draft of my PEP to chain automatically exceptions at C level in Python 3.5. Plain text version of the PEP below. HTML version of the PEP: https://www.python.org/dev/peps/pep-0490/ It has already an implementation, the pyerr_chain.patch file attached to http://bugs.python