cosmopolitan/third_party/python/Objects
Justine Tunney 5e8ae2d5bc Restart CI for New Technology and UBSAN hunting
Continuous Integration (via runit and runitd) is now re-enabled on win7
and win10. The `make test` command, which runs the tests on all systems
is now the fastest and most stable it's been since the project started.

UBSAN is now enabled in MODE=dbg in addition to ASAN. Many instances of
undefined behavior have been removed. Mostly things like passing a NULL
argument to memcpy(), which works fine with Cosmopolitan Libc, but that
doesn't prevents the compiler from being unhappy. There was an issue w/
GNU make where static analysis claims a sprintf() call can overflow. We
also now have nicer looking crash reports on Windows since uname should
now be supported and msys64 addr2line works reliably.
2022-03-21 04:32:57 -07:00
..
clinic Backporting METH_FASTCALL from Python 3.7 (#317) 2021-11-12 15:26:57 -08:00
stringlib Make numerous improvements 2021-09-28 01:52:34 -07:00
abstract.c Restart CI for New Technology and UBSAN hunting 2022-03-21 04:32:57 -07:00
accu.c Make whitespace changes 2021-08-13 03:20:45 -07:00
boolobject.c Make whitespace changes 2021-08-13 03:20:45 -07:00
bytearrayobject.c Make whitespace changes 2021-08-13 03:20:45 -07:00
bytes_methods.c Make numerous improvements 2021-09-28 01:52:34 -07:00
bytesobject.c Make fixes, improvements, and chibicc python bindings 2021-10-08 08:41:57 -07:00
capsule.c Make whitespace changes 2021-08-13 03:20:45 -07:00
cellobject.c Make whitespace changes 2021-08-13 03:20:45 -07:00
classobject.c Make whitespace changes 2021-08-13 03:20:45 -07:00
codeobject.c Make whitespace changes 2021-08-13 03:20:45 -07:00
complexobject.c Make whitespace changes 2021-08-13 03:20:45 -07:00
descrobject.c Backporting METH_FASTCALL from Python 3.7 (#317) 2021-11-12 15:26:57 -08:00
dict-common.h Make numerous improvements 2021-09-28 01:52:34 -07:00
dictobject.c Backporting METH_FASTCALL from Python 3.7 (#317) 2021-11-12 15:26:57 -08:00
enumobject.c Make whitespace changes 2021-08-13 03:20:45 -07:00
exceptions.c Make whitespace changes 2021-08-13 03:20:45 -07:00
fileobject.c Backporting METH_FASTCALL from Python 3.7 (#317) 2021-11-12 15:26:57 -08:00
floatobject.c Backporting METH_FASTCALL from Python 3.7 (#317) 2021-11-12 15:26:57 -08:00
frameobject.c Make numerous improvements 2021-09-28 01:52:34 -07:00
fromfd.c Implement tree-shaking for Python sources 2021-09-05 01:20:03 -07:00
funcobject.c Make whitespace changes 2021-08-13 03:20:45 -07:00
genobject.c Make whitespace changes 2021-08-13 03:20:45 -07:00
iterobject.c Make whitespace changes 2021-08-13 03:20:45 -07:00
listobject.c Backporting METH_FASTCALL from Python 3.7 (#317) 2021-11-12 15:26:57 -08:00
longobject.c Backporting METH_FASTCALL from Python 3.7 (#317) 2021-11-12 15:26:57 -08:00
memoryobject.c Implement tree-shaking for Python sources 2021-09-05 01:20:03 -07:00
methodobject.c Backporting METH_FASTCALL from Python 3.7 (#317) 2021-11-12 15:26:57 -08:00
moduleobject.c Make whitespace changes 2021-08-13 03:20:45 -07:00
namespaceobject.c Make whitespace changes 2021-08-13 03:20:45 -07:00
object.c Backporting METH_FASTCALL from Python 3.7 (#317) 2021-11-12 15:26:57 -08:00
obmalloc.c Restart CI for New Technology and UBSAN hunting 2022-03-21 04:32:57 -07:00
odictobject.c Backporting METH_FASTCALL from Python 3.7 (#317) 2021-11-12 15:26:57 -08:00
rangeobject.c Make whitespace changes 2021-08-13 03:20:45 -07:00
README python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
setobject.c Make whitespace changes 2021-08-13 03:20:45 -07:00
sliceobject.c Make whitespace changes 2021-08-13 03:20:45 -07:00
structseq.c Make whitespace changes 2021-08-13 03:20:45 -07:00
tupleobject.c Add error checks to Python objectifier (#281) 2021-10-02 06:17:17 -07:00
typeobject.c Backporting METH_FASTCALL from Python 3.7 (#317) 2021-11-12 15:26:57 -08:00
typeslots.inc Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
typeslots.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
unicodectype.c Make numerous improvements 2021-09-28 01:52:34 -07:00
unicodeobject-deadcode.c Make fixes, improvements, and chibicc python bindings 2021-10-08 08:41:57 -07:00
unicodeobject.c Add MODE=optlinux build mode (#141) 2021-10-14 19:36:49 -07:00
weakrefobject.c Make whitespace changes 2021-08-13 03:20:45 -07:00

Source files for various builtin objects