cosmopolitan/third_party/python/Python
Justine Tunney d26d7ae0e4 Perform build and magnum tuning
Building o//third_party/python now takes 5 seconds on my PC

This change works towards modifying Python to use runtime dispatching
when appropriate. For example, when loading the magnums in the socket
module, it's a good idea to check if the magnum is zero, because that
means the local system platform doesn't support it.
2021-08-10 10:26:13 -07:00
..
clinic Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
_warnings.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
asdl.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
ast.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
bltinmodule.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
ceval.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
ceval_gil.inc Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
codecs.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
compile.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
condvar.h Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
dtoa.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
dynamic_annotations.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
dynload_dl.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
dynload_shlib.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
dynload_stub.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
dynload_win.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
errors.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
fileutils.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
formatter_unicode.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
frozen.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
frozenmain.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
future.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
getargs.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
getcompiler.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
getcopyright.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
getopt.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
getplatform.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
getversion.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
graminit.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
import.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
importdl.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
importdl.h Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
importlib.inc Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
importlib_external.inc Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
makeopcodetargets.py Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
marshal.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
modsupport.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
mysnprintf.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
mystrtoul.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
opcode_targets.inc Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
peephole.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
pyarena.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
pyctype.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
pyfpe.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
pyhash.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
pylifecycle.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
pymath.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
pystate.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
pystrcmp.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
pystrhex.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
pystrtod.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
Python-ast.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
pythonrun.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
pytime.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
random.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
sigcheck.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
structmember.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
symtable.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
sysmodule.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
thread.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
thread_foobar.h python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
thread_nt.h Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
thread_pthread.h Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
traceback.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
wordcode_helpers.h python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00