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 eryksun
Recipients Matt.Jones, amaury.forgeotdarc, belopolsky, eryksun, iritkatriel, marcin.bachry, meador.inge, nikratio
Date 2021-05-18.20:36:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621370199.82.0.777694800153.issue7760@roundup.psfhosted.org>
In-reply-to
Content
> The recommendation not to use absolute paths in CDLL is still 
> not mentioned in the docs:

It's not generally the case. Load just a base filename only if the shared library is in the loader's search path. Otherwise use a qualified path that contains at least one path separator (e.g. "./library.dll").
History
Date User Action Args
2021-05-18 20:36:39eryksunsetrecipients: + eryksun, amaury.forgeotdarc, belopolsky, marcin.bachry, nikratio, meador.inge, Matt.Jones, iritkatriel
2021-05-18 20:36:39eryksunsetmessageid: <1621370199.82.0.777694800153.issue7760@roundup.psfhosted.org>
2021-05-18 20:36:39eryksunlinkissue7760 messages
2021-05-18 20:36:39eryksuncreate