[issue41109] subclasses of pathlib.PurePosixPath never call __init__ or __new__

Jeffrey Kintscher report at bugs.python.org
Fri Aug 7 22:05:42 EDT 2020


Jeffrey Kintscher <websurfer at surf2c.net> added the comment:

Clarification:

PurePath.__new__() calls PurePath._from_parts(), which then calls PurePath._init()

----------

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


More information about the Python-bugs-list mailing list