Release Cosmopolitan v3.2.4

This commit is contained in:
Justine Tunney 2024-01-08 14:23:43 -08:00
parent df648fb174
commit cb19e172da
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
6 changed files with 12 additions and 8 deletions

View file

@ -1928,7 +1928,6 @@ THIRD_PARTY_PYTHON_PYTEST_PYMAINS = \
third_party/python/Lib/test/test_pprint.py \
third_party/python/Lib/test/test_print.py \
third_party/python/Lib/test/test_thread.py \
third_party/python/Lib/test/test_threadsignals.py \
third_party/python/Lib/test/test_profile.py \
third_party/python/Lib/test/test_property.py \
third_party/python/Lib/test/test_pstats.py \
@ -2018,6 +2017,9 @@ THIRD_PARTY_PYTHON_PYTEST_PYMAINS = \
# TODO: test_threading passing probably requires more mutexes in libc/calls/
# TODO: test_sys is potentially flaky now that we have threads
THIRD_PARTY_PYTHON_PYTEST_TOOSLOW = \
third_party/python/Lib/test/test_threadsignals.py
THIRD_PARTY_PYTHON_PYTEST_TODOS = \
third_party/python/Lib/test/test_sys.py \
third_party/python/Lib/test/test_threading.py \