Skip to content

Commit acd4092

Browse files
committed
pythonbuild: add xxlimited_35 extension reference
This extension appears to exist in 3.10.
1 parent 5bfece4 commit acd4092

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pythonbuild/cpython.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ def derive_setup_local(
168168
if debug:
169169
# Doesn't work in debug builds.
170170
disabled.add(b"xxlimited")
171+
disabled.add(b"xxlimited_35")
171172

172173
with tarfile.open(str(cpython_source_archive)) as tf:
173174
# Setup.dist removed in Python 3.8.

0 commit comments

Comments
 (0)