[issue39243] CDLL __init__ no longer supports name being passed as None when the handle is not None

Steve Dower report at bugs.python.org
Tue Jan 7 15:29:07 EST 2020


Steve Dower <steve.dower at python.org> added the comment:

Good catch.

We should probably make the line 351 check "if name and ('/' in name ..." like the others in the same function.

----------
keywords: +3.8regression

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39243>
_______________________________________


More information about the Python-bugs-list mailing list