[issue39726] ctypes on pypi has fallen behind

Ammar Askar report at bugs.python.org
Sun Feb 23 00:13:56 EST 2020


Ammar Askar <ammar at ammaraskar.com> added the comment:

The ctypes on pypi is no longer maintained as it was merged by the original author Thomas Heller into python itself. 

This article goes over the history of it a little: https://blog.python.org/2011/04/thomas-heller-steps-down-as-ctypes.html

Why do you need the pypi version to be updated? You should just be able to import ctypes in your venv and have it use the one included in the standard library.

----------
nosy: +ammar2

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


More information about the Python-bugs-list mailing list