Install stable ABI library in pydebug builds (`libpython3d.so`)
-
-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Description
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
Metadata
Metadata
Labels
No fields configured for issues without a type.
Development
No branches or pull requests