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 barry, cstratak, doko, eric.smith, koobs, martin.panter, mdk, nascheme, ned.deily, petr.viktorin, pitrou, serge-sans-paille, twouters, vstinner, yan12125
Date 2019-04-29.07:33:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
FYI I modified Python 3.8 to never link C extensions to libpython on Unix (except on Android): bpo-21536, but with a different rationale (better reasons to do so).
History
Date User Action Args
2019-04-29 07:33:39vstinnersetrecipients: + vstinner, twouters, barry, nascheme, doko, pitrou, eric.smith, ned.deily, petr.viktorin, martin.panter, koobs, yan12125, serge-sans-paille, mdk, cstratak
2019-04-29 07:33:38vstinnersetmessageid: <[email protected]>
2019-04-29 07:33:38vstinnerlinkissue34814 messages
2019-04-29 07:33:38vstinnercreate