4646#include "frozen_modules/zipimport.h"
4747#include "frozen_modules/abc.h"
4848#include "frozen_modules/codecs.h"
49- #include "frozen_modules/encodings.h"
50- #include "frozen_modules/encodings.aliases.h"
51- #include "frozen_modules/encodings.utf_8.h"
5249#include "frozen_modules/io.h"
5350#include "frozen_modules/_collections_abc.h"
5451#include "frozen_modules/_sitebuiltins.h"
5855#include "frozen_modules/os.h"
5956#include "frozen_modules/site.h"
6057#include "frozen_modules/stat.h"
61- #include "frozen_modules/linecache.h"
6258#include "frozen_modules/importlib.util.h"
6359#include "frozen_modules/importlib.machinery.h"
6460#include "frozen_modules/runpy.h"
@@ -80,9 +76,6 @@ static const struct _frozen stdlib_modules[] = {
8076 /* stdlib - startup, without site (python -S) */
8177 {"abc" , _Py_M__abc , (int )sizeof (_Py_M__abc ), false},
8278 {"codecs" , _Py_M__codecs , (int )sizeof (_Py_M__codecs ), false},
83- {"encodings" , _Py_M__encodings , (int )sizeof (_Py_M__encodings ), true},
84- {"encodings.aliases" , _Py_M__encodings_aliases , (int )sizeof (_Py_M__encodings_aliases ), false},
85- {"encodings.utf_8" , _Py_M__encodings_utf_8 , (int )sizeof (_Py_M__encodings_utf_8 ), false},
8679 {"io" , _Py_M__io , (int )sizeof (_Py_M__io ), false},
8780
8881 /* stdlib - startup, with site */
@@ -95,9 +88,6 @@ static const struct _frozen stdlib_modules[] = {
9588 {"site" , _Py_M__site , (int )sizeof (_Py_M__site ), false},
9689 {"stat" , _Py_M__stat , (int )sizeof (_Py_M__stat ), false},
9790
98- /* pythonrun - interactive */
99- {"linecache" , _Py_M__linecache , (int )sizeof (_Py_M__linecache ), false},
100-
10191 /* runpy - run module with -m */
10292 {"importlib.util" , _Py_M__importlib_util , (int )sizeof (_Py_M__importlib_util ), false},
10393 {"importlib.machinery" , _Py_M__importlib_machinery , (int )sizeof (_Py_M__importlib_machinery ), false},
0 commit comments