This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
You've already forked circuitpython
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3babdf7c7e
circuitpython
/
tests
/
micropython
/
heap_lock.py.exp
4 lines
27 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests/micropython: Add tests for heap_lock, and emergency exceptions.
2016-10-13 09:32:34 -04:00
MemoryError
tests: Move heap-realloc-while-locked test from C to Python. This test for calling gc_realloc() while the GC is locked can be done in pure Python, so better to do it that way since it can then be tested on more ports.
2018-03-01 18:59:09 -05:00
MemoryError
tests/micropython: Add tests for heap_lock, and emergency exceptions.
2016-10-13 09:32:34 -04:00
[]