-
Notifications
You must be signed in to change notification settings - Fork 12
/
missing.txt
46 lines (43 loc) · 1.25 KB
/
missing.txt
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
The following standard Python modules are missing from StaticPython 2.7
(stacklessco2.7):
dep _bsddb.c
dep _curses_panel.c
dep _hashopenssl.c import _hashlib TODO(pts): Add it.
test _testcapimodule.c
dep _tkinter.c
not-for-linux almodule.c
dep bsddbmodule.c
dep cdmodule.c
not-a-module cgensupport.c
dep clmodule.c
dep dbmmodule.c
sofile dlmodule.c
dep flmodule.c
dep fmmodule.c
test fpetestmodule.c
dep gdbmmodule.c
not-a-module getaddrinfo.c
not-a-module getnameinfo.c
dep glmodule.c
not-for-linux imgfile.c
linux-hardware linuxaudiodev.c
dep nismodule.c
linux-hardware ossaudiodev.c
dep puremodule.c
not-a-module rotatingtree.c
not-for-linux sgimodule.c
not-for-linux sunaudiodev.c
dep svmodule.c
dep tkappinit.c
dep unicodedata.c (would make the binary about 238000 bytes larger)
test xxmodule.c
not-a-module yuvconvert.c
Legend:
dep: Has an external C library dependency.
test: Doesn't contain useful functionality -- it's just for testing and
development of C modules.
not-for-linux: Depends on some non-Linux OS API. Wouldn't work on Linux.
not-a-module: A .c file not defining a Python extension module.
sofile: Needs shared object (.so file) support, which is not provided by
StaticPython.
linux-hardware: Python interface for a Linux-specific hardware API.