py: Fix mult by negative number of tuple, list, str, bytes.
Multiplication of a tuple, list, str or bytes now yields an empty sequence (instead of crashing). Addresses issue #799 Also added ability to mult bytes on LHS by integer.
tests/basics/bytes_mult.py
0 → 100644
tests/basics/string_mult.py
0 → 100644
Please register or sign in to comment