]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-28401: prevent Py_DEBUG builds from trying to import limited ABI modules (GH...
authorStefano Rivera <github@rivera.za.net>
Fri, 16 Nov 2018 23:52:52 +0000 (15:52 -0800)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 16 Nov 2018 23:52:52 +0000 (15:52 -0800)
commit338d54f0a59dc5e5b6c9e7397340169f3a3f8ea4
treecc5048b59a486301858b309e2b38ef265f0aff32
parentad65f15581173542f1d2a9968a63bee272510ce3
bpo-28401: prevent Py_DEBUG builds from trying to import limited ABI modules (GH-1766)

[Issue 28401](https://bugs.python.org/issue28401): Don't attempt to import the stable API extensions, they are not supported in PyDEBUG builds (which don't implement that ABI).

https://bugs.python.org/issue28401
Misc/NEWS.d/next/Core and Builtins/2018-11-03-10-37-29.bpo-28401.RprDIg.rst [new file with mode: 0644]
Python/dynload_shlib.c