Skip to content

Commit

Permalink
bpo-43688: Support "make regen-limited-abi" in debug mode (GH-25133)
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner authored Apr 2, 2021
1 parent 3359cab commit 9bb5658
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Tools/scripts/stable_abi.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,6 @@ def check_library(stable_abi_file, library, abi_funcs, dynamic=False):


def generate_limited_api_symbols(args):
if hasattr(sys, "gettotalrefcount"):
print(
"Stable ABI symbols cannot be generated from a debug build", file=sys.stderr
)
sys.exit(1)
library = sysconfig.get_config_var("LIBRARY")
ldlibrary = sysconfig.get_config_var("LDLIBRARY")
if ldlibrary != library:
Expand Down

0 comments on commit 9bb5658

Please sign in to comment.