mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-22 21:32:31 +00:00
Python 3.7 METH_FASTCALL backport (#406)
This commit is contained in:
parent
fec396037a
commit
83b743cf96
103 changed files with 2949 additions and 3356 deletions
1
third_party/python/Lib/test/test_decimal.py
vendored
1
third_party/python/Lib/test/test_decimal.py
vendored
|
@ -5631,6 +5631,7 @@ all_tests = [
|
|||
if not C:
|
||||
all_tests = all_tests[1::2]
|
||||
else:
|
||||
all_tests = all_tests[0::2]
|
||||
all_tests.insert(0, CheckAttributes)
|
||||
all_tests.insert(1, SignatureTest)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue