Skip to content

Install stable ABI library in pydebug builds (libpython3d.so) #95682

Closed as not planned
@Osyotr

Description

@Osyotr

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.

cpython/configure.ac

Lines 1498 to 1501 in b24e8b2

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

Assignees

No one assigned

    Labels

    type-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions