This repository has been archived by the owner on Aug 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
/
frozen_library_files.cmake
103 lines (103 loc) · 2.95 KB
/
frozen_library_files.cmake
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
# Copyright (c) Facebook, Inc. and its affiliates. (http://www.facebook.com)
# This file was generated by `util/update_library_files.py`.
set(FROZEN_LIBRARY_FILES
library/_builtins.py
library/_bytecode_utils.py
library/_codecs.py
library/_collections.py
library/_compiler.py
library/_compiler_opcode.py
library/_contextvars.py
library/_ctypes.py
library/_frozen_importlib.py
library/_frozen_importlib_external.py
library/_functools.py
library/_imp.py
library/_io.py
library/_json.py
library/_os.py
library/_path.py
library/_signal.py
library/_str_mod.py
library/_thread.py
library/_valgrind.py
library/_warnings.py
library/_weakref.py
library/array.py
library/builtins.py
library/collections/__init__.py
library/compiler/__init__.py
library/compiler/__main__.py
library/compiler/config.py
library/compiler/consts.py
library/compiler/consts36.py
library/compiler/consts38.py
library/compiler/future.py
library/compiler/misc.py
library/compiler/opcode36.py
library/compiler/opcode37.py
library/compiler/opcode37static.py
library/compiler/opcode38.py
library/compiler/opcode38cinder.py
library/compiler/opcode38static.py
library/compiler/opcodebase.py
library/compiler/optimizer.py
library/compiler/peephole.py
library/compiler/py38/__init__.py
library/compiler/py38/optimizer.py
library/compiler/py38/peephole.py
library/compiler/pyassem.py
library/compiler/pycodegen.py
library/compiler/static.py
library/compiler/symbols.py
library/compiler/unparse.py
library/compiler/visitor.py
library/faulthandler.py
library/gc.py
library/inspect.py
library/itertools.py
library/marshal.py
library/mmap.py
library/opcode.py
library/operator.py
library/sys.py
library/types.py
library/typing.py
library/unicodedata.py
third-party/cpython/Lib/__future__.py
third-party/cpython/Lib/_collections_abc.py
third-party/cpython/Lib/_py_abc.py
third-party/cpython/Lib/_weakrefset.py
third-party/cpython/Lib/abc.py
third-party/cpython/Lib/ast.py
third-party/cpython/Lib/codecs.py
third-party/cpython/Lib/collections/abc.py
third-party/cpython/Lib/contextlib.py
third-party/cpython/Lib/copyreg.py
third-party/cpython/Lib/dis.py
third-party/cpython/Lib/enum.py
third-party/cpython/Lib/functools.py
third-party/cpython/Lib/genericpath.py
third-party/cpython/Lib/heapq.py
third-party/cpython/Lib/importlib/__init__.py
third-party/cpython/Lib/importlib/abc.py
third-party/cpython/Lib/importlib/machinery.py
third-party/cpython/Lib/importlib/resources.py
third-party/cpython/Lib/importlib/util.py
third-party/cpython/Lib/io.py
third-party/cpython/Lib/keyword.py
third-party/cpython/Lib/os.py
third-party/cpython/Lib/posixpath.py
third-party/cpython/Lib/re.py
third-party/cpython/Lib/reprlib.py
third-party/cpython/Lib/runpy.py
third-party/cpython/Lib/sre_compile.py
third-party/cpython/Lib/sre_constants.py
third-party/cpython/Lib/sre_parse.py
third-party/cpython/Lib/stat.py
third-party/cpython/Lib/token.py
third-party/cpython/Lib/tokenize.py
third-party/cpython/Lib/warnings.py
third-party/cpython/Lib/weakref.py
third-party/cpython/Lib/zipimport.py
)