File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -728,9 +728,7 @@ const GLOBAL_EXTENSIONS_PYTHON_3_13: &[&str] = &[
728
728
"_interpqueues" ,
729
729
"_interpreters" ,
730
730
"_sha2" ,
731
- "_suggestions" ,
732
731
"_sysconfig" ,
733
- "_testexternalinspection" ,
734
732
"_tokenize" ,
735
733
"_typing" ,
736
734
"_zoneinfo" ,
@@ -762,14 +760,13 @@ const GLOBAL_EXTENSIONS_LINUX_PRE_3_13: &[&str] = &["spwd"];
762
760
const GLOBAL_EXTENSIONS_WINDOWS : & [ & str ] = & [
763
761
"_overlapped" ,
764
762
"_winapi" ,
765
- "_xxsubinterpreters" ,
766
763
"msvcrt" ,
767
764
"nt" ,
768
765
"winreg" ,
769
766
"winsound" ,
770
767
] ;
771
768
772
- const GLOBAL_EXTENSIONS_WINDOWS_PRE_3_13 : & [ & str ] = & [ "_msi" ] ;
769
+ const GLOBAL_EXTENSIONS_WINDOWS_PRE_3_13 : & [ & str ] = & [ "_msi" ] ;
773
770
774
771
/// Extension modules not present in Windows static builds.
775
772
const GLOBAL_EXTENSIONS_WINDOWS_NO_STATIC : & [ & str ] = & [ "_testinternalcapi" , "_tkinter" ] ;
You can’t perform that action at this time.
0 commit comments