Files
cpython/Python/dynload_shlib.c
Victor Stinner 5422e3cfb7 bpo-36722: Debug build loads libraries built in release mode (GH-12952)
In debug build, import now also looks for C extensions compiled in
release mode and for C extensions compiled in the stable ABI.
2019-04-26 01:40:00 +02:00

3.4 KiB