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, doko, eric.smith, koobs, martin.panter, mdk, nascheme, pitrou, twouters, vstinner, xdegaye, yan12125
Date 2018-09-27.11:05:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538046350.55.0.545547206417.issue34814@psf.upfronthosting.co.za>
In-reply-to
Content
Extract of Antoine's comment on bpo-21536:
> (AFAIK, systems notorious for providing shared library Pythons are RedHat-alike systems, while Debian/Ubuntu provide statically linked Pythons)

Oh. I didn't notice this major difference...

* Ubuntu 16.04: Python 2.7.12 and Python 3.5.2 are not linked to libpython
* Fedora 28: Python 2.7.15 and Python 3.6.6 are linked to libpython (--enable-shared)
* FreeBSD 12 (alpha): Python 2.7 and Python 3.6 are linked to libpython (--enable-shared)
History
Date User Action Args
2018-09-27 11:05:50vstinnersetrecipients: + vstinner, twouters, barry, nascheme, doko, pitrou, eric.smith, xdegaye, martin.panter, koobs, yan12125, mdk
2018-09-27 11:05:50vstinnersetmessageid: <1538046350.55.0.545547206417.issue34814@psf.upfronthosting.co.za>
2018-09-27 11:05:50vstinnerlinkissue34814 messages
2018-09-27 11:05:50vstinnercreate