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 hergen
Recipients dmurphy18, hergen
Date 2021-01-30.16:50:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612025447.63.0.946548218995.issue42896@roundup.psfhosted.org>
In-reply-to
Content
Fix for python 3.8.7
Also added support for LD_CONFIG and LD_LIBRARY_PATH environment variables.

Patch File: py387_ctypes_util.patch

TEST successfull:
 
/opt/python/lib/python3.8/ctypes$ python3 util.py
libm.so.2
libc.so.1
libbz2.so.1
libx264.so.157
<CDLL 'libm.so', handle 7fffbf6f3d28 at 0x7fffbf513310>
<CDLL 'libcrypt.so', handle 7fffbf696750 at 0x7fffbf513310>
libcrypt.so.1
History
Date User Action Args
2021-01-30 16:50:47hergensetrecipients: + hergen, dmurphy18
2021-01-30 16:50:47hergensetmessageid: <1612025447.63.0.946548218995.issue42896@roundup.psfhosted.org>
2021-01-30 16:50:47hergenlinkissue42896 messages
2021-01-30 16:50:47hergencreate