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 <[email protected]>
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: <[email protected]>
2018-01-24 00:42:58vstinnerlinkissue32637 messages
2018-01-24 00:42:58vstinnercreate