micropython/tests/misc
Doug Currie 2e2e15cec2 py/mpz: Complete implementation of mpz_{and,or,xor} for negative args.
For these 3 bitwise operations there are now fast functions for
positive-only arguments, and general functions for arbitrary sign
arguments (the fast functions are the existing implementation).

By default the fast functions are not used (to save space) and instead
the general functions are used for all operations.

Enable MICROPY_OPT_MPZ_BITWISE to use the fast functions for positive
arguments.
2016-02-03 22:13:39 +00:00
..
features.py
non_compliant.py py/mpz: Complete implementation of mpz_{and,or,xor} for negative args. 2016-02-03 22:13:39 +00:00
non_compliant.py.exp py/mpz: Complete implementation of mpz_{and,or,xor} for negative args. 2016-02-03 22:13:39 +00:00
non_compliant_lexer.py
non_compliant_lexer.py.exp
print_exception.py tests: Allow tests to pass against CPython 3.5. 2015-10-02 13:01:47 +01:00
recursion.py
recursive_data.py
recursive_data.py.exp
recursive_iternext.py
recursive_iternext.py.exp
rge_sm.py
sys_exc_info.py