8000 bpo-43688: Support "make regen-limited-abi" in debug mode (GH-25133) · python/cpython@9bb5658 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9bb5658

Browse files
authored
bpo-43688: Support "make regen-limited-abi" in debug mode (GH-25133)
1 parent 3359cab co
8000
mmit 9bb5658

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Tools/scripts/stable_abi.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,6 @@ def check_library(stable_abi_file, library, abi_funcs, dynamic=False):
9191

9292

9393
def generate_limited_api_symbols(args):
94-
if hasattr(sys, "gettotalrefcount"):
95-
print(
96-
"Stable ABI symbols cannot be generated from a debug build", file=sys.stderr
97-
)
98-
sys.exit(1)
9994
library = sysconfig.get_config_var("LIBRARY")
10095
ldlibrary = sysconfig.get_config_var("LDLIBRARY")
10196
if ldlibrary != library:

0 commit comments

Comments
 (0)
0