[Python-Dev] pathlib - current status of discussions
Chris Angelico
rosuav at gmail.com
Wed Apr 13 15:54:37 EDT 2016
On Thu, Apr 14, 2016 at 5:46 AM, Random832 <random832 at fastmail.com> wrote:
> On Wed, Apr 13, 2016, at 15:24, Chris Angelico wrote:
>> Is that the intention, or should the exception catching be narrower? I
>> know it's clunky to write it in Python, but AIUI it's less so in C:
>
> How is it less so in C? You lose the ability to PyObject_CallMethod.
I might be wrong, then. Wasn't sure how it was all implemented.
Anyway, it's a correctness thing, not a simplicity one, so even if it
is clunkier, it ought to be the case.
And that is the intention, so we're fine.
ChrisA
More information about the Python-Dev
mailing list