[Python-Dev] PEP 490 "Chain exceptions at C level" rejected

Victor Stinner victor.stinner at gmail.com
Tue Sep 12 05:49:31 EDT 2017


Hi,

In March 2015, I proposed the PEP 490 to chain implicitly C exceptions
by default:

https://www.python.org/dev/peps/pep-0490/

The discussion on python-dev was quickly in favor of keeping the
status quo: don't chain C exceptions by default, but only do that
explicitly where it makes sense.

I forgot this PEP, but I just rejected it to close the old discussion :-)

Note: The PEP is not yet rejected on python.org, it will be done at
the next cron job run.

Victor


More information about the Python-Dev mailing list