Message326543
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) |
|
| Date |
User |
Action |
Args |
| 2018-09-27 11:05:50 | vstinner | set | recipients:
+ vstinner, twouters, barry, nascheme, doko, pitrou, eric.smith, xdegaye, martin.panter, koobs, yan12125, mdk |
| 2018-09-27 11:05:50 | vstinner | set | messageid: <[email protected]> |
| 2018-09-27 11:05:50 | vstinner | link | issue34814 messages |
| 2018-09-27 11:05:50 | vstinner | create | |
|