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.

Author ammar2
Recipients David Harding, ammar2
Date 2020-02-23.05:13:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582434836.06.0.0321786566834.issue39726@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-02-23 05:13:56ammar2setrecipients: + ammar2, David Harding
2020-02-23 05:13:56ammar2setmessageid: <1582434836.06.0.0321786566834.issue39726@roundup.psfhosted.org>
2020-02-23 05:13:56ammar2linkissue39726 messages
2020-02-23 05:13:55ammar2create