conchylicultor <[email protected]> added the comment:
Sure, here is a minimal reproductible example demonstrating the issue:
```
import pathlib
class C:
pathlib: pathlib.Path = None
```
Which raises:
```
File "....py", line 5, in C
pathlib: pathlib.Path = None
AttributeError: 'NoneType' object has no attribute 'Path'
```
----------
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue43746>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com