You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix sysconfigdata platform-specific alias name registration
- Register _sysconfigdata under both short name and platform-specific name
- Refactor sysconfigdata_name() to be reusable across modules
- Add platform-specific name to sys.builtin_module_names
- Eliminate code duplication in sysconfigdata name formatting
This fixes the CI failure where sysconfig module imports
'_sysconfigdata_t_darwin_aarch64-apple-darwin' but RustPython
only registered '_sysconfigdata'.
PyGlobalState
0 commit comments