mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-22 21:32:31 +00:00
Apply fixes and speedups
This commit is contained in:
parent
7521bf9e73
commit
725f4d79f6
36 changed files with 682 additions and 334 deletions
6
third_party/python/Lib/test/test_scratch.py
vendored
6
third_party/python/Lib/test/test_scratch.py
vendored
|
@ -4,12 +4,14 @@ import cosmo
|
|||
import decimal
|
||||
import unittest
|
||||
|
||||
exit1 = cosmo.exit1
|
||||
|
||||
class BooTest(unittest.TestCase):
|
||||
def test_boo(self):
|
||||
pass
|
||||
# cosmo.ftrace()
|
||||
# print('hi')
|
||||
# os._exit(0)
|
||||
# chr(33)
|
||||
# exit1()
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue