18 Commits (659113825d10bf2ae71dd215a8597451e505982d)

Author SHA1 Message Date
Damien George 358e501e75 tests/stress/bytecode_limit.py: Make test more robust with low memory. 4 months ago
Jim Mussared 52f76cf4fc tests/stress/bytecode_limit.py: Reverse order of cases. 1 year ago
Jim Mussared 4216bc7d13 tests: Replace umodule with module everywhere. 2 years ago
Jim Mussared 8b27482692 top: Update Python formatting to black "2023 stable style". 2 years ago
Damien George 182256dc13 tests/stress: Adjust bytecode_limit test so it can SKIP if no memory. 2 years ago
Damien George bd556b6996 py: Fix compiling and decoding of *args at large arg positions. 3 years ago
Damien George acd2c5c834 py/emitbc: Add check for bytecode jump offset overflow. 3 years ago
Damien George 538c3c0a55 py: Change jump opcodes to emit 1-byte jump offset when possible. 3 years ago
David Lechner 3dc324d3f1 tests: Format all Python code with black, except tests in basics subdir. 5 years ago
Damien George 33b0a7e601 tests/stress/qstr_limit: Tune params to run with stm32 port. 5 years ago
Damien George 1675b98e74 tests/stress: Add test for maximum length limit of qstrs. 5 years ago
Damien George 3e55830066 tests/stress/recursive_iternext.py: Increase large depth to 5000. 5 years ago
Damien George 5ad27d4b8b tests: Move recursive tests to the tests/stress/ subdir. 7 years ago
Damien George 605fdcf754 tests/stress/recursive_gen: Add test for recursive gen with iter. 7 years ago
Jeff Epler cbf981f330 py/objgenerator: Check stack before resuming a generator. 7 years ago
Damien George a45a34ec31 tests/stress: Add test to verify the GC can trace nested objects. 7 years ago
Damien George 77a62d8b5a tests/stress: Add test to create a dict beyond "maximum" rehash size. 7 years ago
Damien George 157056ecdf tests: Add new subdir "stress/" specifically for stress tests. 9 years ago