-
-
Notifications
You must be signed in to change notification settings - Fork 30.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stdlib_module_names.h is missing _scproxy #89851
Comments
stdlib_module_names.h is missing the macOS specific module _scproxy. |
Thanks! |
Oh right, Tools/scripts/generate_stdlib_module_names.py runs "./python setup.py -q build --list-module-names" which skips modules which are only built on specific platforms. On the Python CI, generate_stdlib_module_names.py is run on Linux. Nicely spotted, and thanks for the fix! Oh, it's hard to really know what the "stdlib" contains ;-) |
On Python 3.11.0a2+, I now get: $ ./python -c 'import sys; print(len(sys.stdlib_module_names))'
304 One more module ;-) |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: