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
/
native_misc.py.exp
7 lines
29 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