This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: ctypes does not support fspath protocol
Type: Stage: patch review
Components: ctypes Versions: Python 3.8, Python 3.7, Python 3.6
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: mrh1997
Priority: normal Keywords: patch

Created on 2018-05-21 10:56 by mrh1997, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 7032 open mrh1997, 2018-05-21 14:01
Messages (2)
msg317230 - (view) Author: Robert (mrh1997) * Date: 2018-05-21 10:56
Passing a non-str path which fulfills the new fspath-protcol (like a Path() object) to CDLL (or WinDLL, PyDLL, ...) a exception is returned.
msg345151 - (view) Author: Robert (mrh1997) * Date: 2019-06-10 23:11
Can anyone do a review?
History
Date User Action Args
2022-04-11 14:59:00adminsetgithub: 77772
2019-06-10 23:11:51mrh1997setmessages: + msg345151
2018-05-21 15:48:27mrh1997setversions: + Python 3.7, Python 3.8
2018-05-21 14:01:51mrh1997setkeywords: + patch
stage: patch review
pull_requests: + pull_request6678
2018-05-21 10:56:08mrh1997create