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 Michael.Felt
Recipients David.Edelsohn, Michael.Felt, martin.panter
Date 2016-05-09.13:53:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462802007.77.0.567534729917.issue26439@psf.upfronthosting.co.za>
In-reply-to
Content
New patch of the Lib/ctypes directory - BUT - this time as a delta based on 3.5.0.

++ changes from last patch ++
* OSError gets raised (as expected) by test/test_loading.py
* test in util.py modified (libm is replaced by libc when "aix"), and
added an additional test for AIX (showing it finds the latest version
of libintl that is installed (frequently, there are two versions)
* moved RTLD_NOW and RTLD_MEMBER definitions to the "aix" blocks in __init__.py
* in test/test_loading.py added two more libraries to look for
History
Date User Action Args
2016-05-09 13:53:27Michael.Feltsetrecipients: + Michael.Felt, martin.panter, David.Edelsohn
2016-05-09 13:53:27Michael.Feltsetmessageid: <1462802007.77.0.567534729917.issue26439@psf.upfronthosting.co.za>
2016-05-09 13:53:27Michael.Feltlinkissue26439 messages
2016-05-09 13:53:27Michael.Feltcreate