cosmopolitan/third_party/python/Python
Justine Tunney 10aade69e3 Remove wildcard from Python build config
It's important for build performance to use := rather than = notation so
that $(wildcard foo/*) isn't a lazily evaluated lambda. In the case of
Python where we need a lot of tuning and excludes, it should help to
spell things out a bit more to just not use wildcard for now.
2021-08-09 08:59:18 -07:00
..
clinic python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
_warnings.c python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
asdl.c python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
ast.c python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
bltinmodule.c python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
ceval.c python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
ceval_gil.h python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
codecs.c python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
compile.c python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
condvar.h python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
dtoa.c python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
dup2.c python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
dynamic_annotations.c python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
dynload_dl.c python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
dynload_shlib.c Added build config to get python.com 2021-08-09 05:39:42 -07:00
dynload_stub.c python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
dynload_win.c python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
errors.c python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
fileutils.c Added build config to get python.com 2021-08-09 05:39:42 -07:00
formatter_unicode.c Added build config to get python.com 2021-08-09 05:39:42 -07:00
frozen.c python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
frozenmain.c Added build config to get python.com 2021-08-09 05:39:42 -07:00
future.c python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
getargs.c python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
getcompiler.c python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
getcopyright.c python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
getopt.c python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
getplatform.c python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
getversion.c python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
graminit.c python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
import.c python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
importdl.c python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
importdl.h python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
importlib.h python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
importlib_external.h python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
makeopcodetargets.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
marshal.c python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
modsupport.c python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
mysnprintf.c python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
mystrtoul.c python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
opcode_targets.h python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
peephole.c python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
pyarena.c python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
pyctype.c python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
pyfpe.c python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
pyhash.c python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
pylifecycle.c Added build config to get python.com 2021-08-09 05:39:42 -07:00
pymath.c python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
pystate.c Added build config to get python.com 2021-08-09 05:39:42 -07:00
pystrcmp.c python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
pystrhex.c python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
pystrtod.c Added build config to get python.com 2021-08-09 05:39:42 -07:00
Python-ast.c python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
pythonrun.c Added build config to get python.com 2021-08-09 05:39:42 -07:00
pytime.c Source changes for compilation 2021-08-09 05:39:42 -07:00
random.c python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
README python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
sigcheck.c Fix build and delete superfluous files 2021-08-09 06:57:14 -07:00
structmember.c python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
symtable.c python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
sysmodule.c Added build config to get python.com 2021-08-09 05:39:42 -07:00
thread.c python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
thread_foobar.h python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
thread_nt.h python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
thread_pthread.h python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
traceback.c python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
wordcode_helpers.h python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00

Miscellaneous source files for the main Python shared library