@@ -84,7 +84,6 @@ static const struct _frozen stdlib_modules[] = {
84
84
{"genericpath" , _Py_M__genericpath , (int )sizeof (_Py_M__genericpath ), false},
85
85
{"ntpath" , _Py_M__ntpath , (int )sizeof (_Py_M__ntpath ), false},
86
86
{"posixpath" , _Py_M__posixpath , (int )sizeof (_Py_M__posixpath ), false},
87
- {"os.path" , _Py_M__posixpath , (int )sizeof (_Py_M__posixpath ), false},
88
87
{"os" , _Py_M__os , (int )sizeof (_Py_M__os ), false},
89
88
{"site" , _Py_M__site , (int )sizeof (_Py_M__site ), false},
90
89
{"stat" , _Py_M__stat , (int )sizeof (_Py_M__stat ), false},
@@ -116,7 +115,6 @@ const struct _frozen *_PyImport_FrozenTest = test_modules;
116
115
static const struct _module_alias aliases [] = {
117
116
{"_frozen_importlib" , "importlib._bootstrap" },
118
117
{"_frozen_importlib_external" , "importlib._bootstrap_external" },
119
- {"os.path" , "posixpath" },
120
118
{"__hello_alias__" , "__hello__" },
121
119
{"__phello_alias__" , "__hello__" },
122
120
{"__phello_alias__.spam" , "__hello__" },
0 commit comments