Bug report
Release and debug builds of python are now ABI-compatible (#12615 #12952), so there is no need to skip build of libpython3.so when building with --with-pydebug flag.
|
if test "$with_pydebug" != yes |
|
then |
|
PY3LIBRARY=libpython3.so |
|
fi |
Your environment
- CPython versions tested on: 3.10.5
- Operating system and architecture: Debian Linux x64
Bug report
Release and debug builds of python are now ABI-compatible (#12615 #12952), so there is no need to skip build of
libpython3.sowhen building with--with-pydebugflag.cpython/configure.ac
Lines 1498 to 1501 in b24e8b2
Your environment