summaryrefslogtreecommitdiff
path: root/Objects/codeobject.c
diff options
context:
space:
mode:
authorE. M. Bray <erik.bray@lri.fr>2019-05-24 17:33:47 +0200
committerVictor Stinner <vstinner@redhat.com>2019-05-24 17:33:47 +0200
commitc994c8fc196a167c57c8850e8abdee170d366eec (patch)
tree91b6151165264da2965ef85baaa0cbb420ed67f5 /Objects/codeobject.c
parent438a12dd9d85f463c0bb7bf1505cd87b98b98170 (diff)
downloadcpython-git-c994c8fc196a167c57c8850e8abdee170d366eec.tar.gz
bpo-21536: On Cygwin, C extensions must be linked with libpython (GH-13549)
It is also possible to link against a library or executable with a statically linked libpython, but not both with the same DLL. In fact building a statically linked python is currently broken on Cygwin for other (related) reasons. The same problem applies to other POSIX-like layers over Windows (MinGW, MSYS) but Python's build system does not seem to attempt to support those platforms at the moment.
Diffstat (limited to 'Objects/codeobject.c')
0 files changed, 0 insertions, 0 deletions