You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Damien George bd556b6996 py: Fix compiling and decoding of *args at large arg positions. 3 years ago
..
bytecode_limit.py py/emitbc: Add check for bytecode jump offset overflow. 3 years ago
bytecode_limit.py.exp py/emitbc: Add check for bytecode jump offset overflow. 3 years ago
dict_copy.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
dict_create.py tests: Add new subdir "stress/" specifically for stress tests. 9 years ago
dict_create_max.py tests/stress: Add test to create a dict beyond "maximum" rehash size. 7 years ago
fun_call_limit.py py: Fix compiling and decoding of *args at large arg positions. 3 years ago
fun_call_limit.py.exp py: Fix compiling and decoding of *args at large arg positions. 3 years ago
gc_trace.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
list_sort.py tests: Add new subdir "stress/" specifically for stress tests. 9 years ago
qstr_limit.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
qstr_limit.py.exp tests/stress/qstr_limit: Tune params to run with stm32 port. 5 years ago
recursion.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
recursive_data.py tests: Move recursive tests to the tests/stress/ subdir. 7 years ago
recursive_data.py.exp tests: Move recursive tests to the tests/stress/ subdir. 7 years ago
recursive_gen.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
recursive_iternext.py tests/stress/recursive_iternext.py: Increase large depth to 5000. 5 years ago
recursive_iternext.py.exp tests: Move recursive tests to the tests/stress/ subdir. 7 years ago