[issue30367] Cannot build CPython3.6 with module “testcapimodule” statically

2019-09-17 Thread STINNER Victor
STINNER Victor added the comment: It seems like this issue has been fixed in 3.8 and master branches (I didn't test Python 3.7): see below. I close the issue. Reopen/comment the issue if you consider that Python 3.7 should be fixed as well. I made this change: $ git diff diff --git a/Modu

[issue30367] Cannot build CPython3.6 with module “testcapimodule” statically

2019-09-17 Thread Paul Ganssle
Paul Ganssle added the comment: Is this issue only in Python 3.6? I believe Python 3.6 is only receiving security fixes at the moment, so this could only be fixed in 3.7, 3.8 and 3.9. -- nosy: +p-ganssle ___ Python tracker

[issue30367] Cannot build CPython3.6 with module “testcapimodule” statically

2017-05-18 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue30367] Cannot build CPython3.6 with module “testcapimodule” statically

2017-05-18 Thread Roundup Robot
Changes by Roundup Robot : -- pull_requests: +1752 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue30367] Cannot build CPython3.6 with module “testcapimodule” statically

2017-05-14 Thread Nan Zhang
New submission from Nan Zhang: up vote 0 down vote favorite I am trying to build CPython3.6 from GitHub statically with the Documentation below: https://wiki.python.org/moin/BuildStatically Changed *shared* to *static* And only uncommented the module "testcapimodule" in Modules/Setup file: _