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

2017-09-12 Thread Ned Deily
On Sep 12, 2017, at 12:18, Larry Hastings wrote: > On 09/12/2017 02:49 AM, Victor Stinner wrote: >> Note: The PEP is not yet rejected on python.org, it will be done at >> the next cron job run. > My understanding is that the docs are built once a day via cron job, but the > PEPs are built every t

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

2017-09-12 Thread Larry Hastings
On 09/12/2017 02:49 AM, Victor Stinner wrote: Note: The PEP is not yet rejected on python.org, it will be done at the next cron job run. My understanding is that the docs are built once a day via cron job, but the PEPs are built every time the repo changes thanks to Travis CI. So it should

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

2017-09-12 Thread Victor Stinner
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