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 vstinner
Recipients brett.cannon, doko, pmpp, vstinner, xdegaye
Date 2018-01-24.00:42:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516754578.55.0.467229070634.issue32637@psf.upfronthosting.co.za>
In-reply-to
Content
A similar change was proposed by pmp-p on MicroPython: https://github.com/micropython/micropython/pull/3564

His use case is to use ffi module on Android (see the PR for more information), currently ffi fails to locate libraries.
History
Date User Action Args
2018-01-24 00:42:58vstinnersetrecipients: + vstinner, brett.cannon, doko, pmpp, xdegaye
2018-01-24 00:42:58vstinnersetmessageid: <1516754578.55.0.467229070634.issue32637@psf.upfronthosting.co.za>
2018-01-24 00:42:58vstinnerlinkissue32637 messages
2018-01-24 00:42:58vstinnercreate