This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
0
You've already forked circuitpython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0ef6871a93
circuitpython
/
tests
/
micropython
/
native_misc.py.exp
9 lines
45 B
Plaintext
Raw
Normal View
History
Unescape
Escape
py: Fix bug where GC collected native/viper/asm function data. Because (for Thumb) a function pointer has the LSB set, pointers to dynamic functions in RAM (eg native, viper or asm functions) were not being traced by the GC. This patch is a comprehensive fix for this. Addresses issue #820.
2014-08-24 11:28:17 -04:00
1 [] 2
1 [] 3
tests: Add tests for SyntaxError, TypeError, and other missing things. This is intended to improve coverage of the test suite.
2015-03-25 19:10:09 -04:00
3
6
True
False
py/emitnative: Ensure stack settling is safe mid-branch. And add a test for the case where REG_RET could be in use. Fixes #7523. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2021-07-18 23:13:32 -04:00
1 2 3 5
1 2 3 4
Reference in New Issue
Copy Permalink