extension built with a shared python cannot be loaded with a static python · Issue #65735 · python/cpython (original) (raw)

BPO 21536
Nosy @malemburg, @loewis, @warsaw, @ncoghlan, @pitrou, @vstinner, @merwok, @xdegaye, @embray, @dstufft
PRs bpo-21536: C extensions are no longer linked to libpython #12946bpo-21536: Revert Makefile change on python-config #12971 bpo-21536: On Android, C extensions are linked to libpython #12989bpo-21536: Fix What's New in Python 3.8 entry #13242bpo-21536: On Cygwin, C extensions must be linked with libpython #13549bpo-21536: Follow-up to #13549 #13552

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None closed_at = <Date 2019-04-29.14:44:31.749> created_at = <Date 2014-05-19.18:50:02.385> labels = ['3.8', 'type-feature', 'library'] title = 'extension built with a shared python cannot be loaded with a static python' updated_at = <Date 2020-12-14.09:17:25.183> user = 'https://github.com/pitrou'

bugs.python.org fields:

activity = <Date 2020-12-14.09:17:25.183> actor = 'vstinner' assignee = 'none' closed = True closed_date = <Date 2019-04-29.14:44:31.749> closer = 'vstinner' components = ['Library (Lib)'] creation = <Date 2014-05-19.18:50:02.385> creator = 'pitrou' dependencies = [] files = [] hgrepos = [] issue_num = 21536 keywords = ['patch'] message_count = 34.0 messages = ['218806', '218809', '218813', '219181', '219186', '220293', '340814', '340817', '340818', '340819', '340821', '340837', '340852', '340854', '340870', '340914', '340924', '340926', '340927', '340940', '340973', '340974', '341014', '341046', '341085', '342149', '343372', '343386', '343396', '343397', '343410', '343418', '343420', '343664'] nosy_count = 13.0 nosy_names = ['lemburg', 'loewis', 'barry', 'ncoghlan', 'pitrou', 'vstinner', 'eric.araujo', 'xdegaye', 'erik.bray', 'piotr.dobrogost', 'dstufft', 'reimar', 'zhtw1234'] pr_nums = ['12946', '12971', '12989', '13242', '13549', '13552'] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue21536' versions = ['Python 3.8']