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 gregory.p.smith
Recipients Malcolm Smith, docs@python, gregory.p.smith, superbobry, vstinner
Date 2021-11-19.04:06:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637294818.64.0.999434417402.issue34592@roundup.psfhosted.org>
In-reply-to
Content
We do need to document this in ctypes.rst.  Quite a bit of code depends on ctypes.CDLL(None) and similar to get at symbols linked into the interpreter or already dlopened into the process these days.  It works on Linux; I'm assuming it likely does on everything POSIXy.
History
Date User Action Args
2021-11-19 04:06:58gregory.p.smithsetrecipients: + gregory.p.smith, vstinner, docs@python, superbobry, Malcolm Smith
2021-11-19 04:06:58gregory.p.smithsetmessageid: <1637294818.64.0.999434417402.issue34592@roundup.psfhosted.org>
2021-11-19 04:06:58gregory.p.smithlinkissue34592 messages
2021-11-19 04:06:58gregory.p.smithcreate