On Sat, 20 Jun 2015 21:16:48 +0200 "M.-A. Lemburg" <m...@egenix.com> wrote: > On 20.06.2015 09:30, Victor Stinner wrote: > > Hi, > > > > I didn't get much feedback on this PEP. Since the Python 3.6 branch is > > open (default), it's probably better to push such change in the > > beginning of the 3.6 cycle, to catch issues earlier. > > > > Are you ok to chain exceptions at C level by default? > > I think it's a good idea to make C APIs available to > simplify chaining exceptions at the C level, but don't > believe that always doing this by default is a good idea. > It should really be a case-by-case decision, IMO. > > Note that Python exceptions are cheap to raise in C > (very much unlike in Python), so making this more > expensive by default would introduce a significant > overhead - without much proven benefit.
I agree with Marc-André. Regards Antoine. _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com