4242#include "frozen_modules/importlib__bootstrap_external.h"
4343#include "frozen_modules/zipimport.h"
4444#include "frozen_modules/abc.h"
45+ #include "frozen_modules/codecs.h"
4546#include "frozen_modules/io.h"
4647#include "frozen_modules/_collections_abc.h"
4748#include "frozen_modules/_sitebuiltins.h"
4849#include "frozen_modules/genericpath.h"
4950#include "frozen_modules/ntpath.h"
5051#include "frozen_modules/posixpath.h"
52+ #include "frozen_modules/os.h"
53+ #include "frozen_modules/site.h"
5154#include "frozen_modules/stat.h"
5255#include "frozen_modules/__hello__.h"
5356/* End includes */
@@ -62,15 +65,21 @@ static const struct _frozen _PyImport_FrozenModules[] = {
6265 (int )sizeof (_Py_M__importlib__bootstrap_external )},
6366 {"zipimport" , _Py_M__zipimport , (int )sizeof (_Py_M__zipimport )},
6467
65- /* stdlib */
68+ /* stdlib - startup, without site (python -S) */
6669 {"abc" , _Py_M__abc , (int )sizeof (_Py_M__abc )},
70+ {"codecs" , _Py_M__codecs , (int )sizeof (_Py_M__codecs )},
6771 {"io" , _Py_M__io , (int )sizeof (_Py_M__io )},
72+
73+ /* stdlib - startup, with site */
6874 {"_collections_abc" , _Py_M___collections_abc ,
6975 (int )sizeof (_Py_M___collections_abc )},
7076 {"_sitebuiltins" , _Py_M___sitebuiltins , (int )sizeof (_Py_M___sitebuiltins )},
7177 {"genericpath" , _Py_M__genericpath , (int )sizeof (_Py_M__genericpath )},
7278 {"ntpath" , _Py_M__ntpath , (int )sizeof (_Py_M__ntpath )},
7379 {"posixpath" , _Py_M__posixpath , (int )sizeof (_Py_M__posixpath )},
80+ {"os.path" , _Py_M__posixpath , (int )sizeof (_Py_M__posixpath )},
81+ {"os" , _Py_M__os , (int )sizeof (_Py_M__os )},
82+ {"site" , _Py_M__site , (int )sizeof (_Py_M__site )},
7483 {"stat" , _Py_M__stat , (int )sizeof (_Py_M__stat )},
7584
7685 /* Test module */
0 commit comments