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 terry.reedy
Recipients shuoz, terry.reedy
Date 2018-10-05.19:00:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538766035.27.0.545547206417.issue34840@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW, the method does not exist on Windows

>>> _ctypes.dlclose(3)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: module '_ctypes' has no attribute 'dlclose'
History
Date User Action Args
2018-10-05 19:00:35terry.reedysetrecipients: + terry.reedy, shuoz
2018-10-05 19:00:35terry.reedysetmessageid: <1538766035.27.0.545547206417.issue34840@psf.upfronthosting.co.za>
2018-10-05 19:00:35terry.reedylinkissue34840 messages
2018-10-05 19:00:35terry.reedycreate