[issue33591] ctypes does not support fspath protocol

2019-06-10 Thread Robert
Robert added the comment: Can anyone do a review? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33591] ctypes does not support fspath protocol

2018-05-21 Thread Robert
Change by Robert : -- versions: +Python 3.7, Python 3.8 ___ Python tracker ___ ___

[issue33591] ctypes does not support fspath protocol

2018-05-21 Thread Robert
Change by Robert : -- keywords: +patch pull_requests: +6678 stage: -> patch review ___ Python tracker ___

[issue33591] ctypes does not support fspath protocol

2018-05-21 Thread Robert
New submission from Robert : Passing a non-str path which fulfills the new fspath-protcol (like a Path() object) to CDLL (or WinDLL, PyDLL, ...) a exception is returned. -- components: ctypes messages: 317230 nosy: mrh1997 priority: normal severity: normal status: open