cosmopolitan/tool
Justine Tunney 9cb54218ab Add error checks to Python objectifier (#281)
PYOBJ.COM was failing when statically analyzing _pyio.py in MODE=dbg
because co_consts contained a big number, which dirtied the interpreter
exception state. We now do comprehensive error checking w/ Python API.

The -DSTACK_FRAME_UNLIMITED CPPFLAG has been removed from DES since its
self test function has been fixed to use heap memory rather than making
aggressive use of the stack.

This change also fixes a regression with function tracing (the --ftrace
flag a.k.a. ftrace_install() a.k.a. cosmo.ftrace) in ASAN build modes.
Lastly, the _tracemalloc module should now always be available for use
in MODE=dbg.
2021-10-02 06:17:17 -07:00
..
build Make numerous improvements 2021-09-28 01:52:34 -07:00
decode Make numerous improvements 2021-09-28 01:52:34 -07:00
emacs Add error checks to Python objectifier (#281) 2021-10-02 06:17:17 -07:00
hash Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
net Make numerous improvements 2021-09-28 01:52:34 -07:00
scripts Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
viz Make numerous improvements 2021-09-28 01:52:34 -07:00
tool.mk Make Cosmopolitan ANSI C89 compatible 2021-02-03 17:48:59 -08:00