-
- Downloads
Fixed floor division on mp ints and small ints. Added a floordivide test case.
Showing
- py/compile.c 6 additions, 4 deletionspy/compile.c
- py/intdivmod.c 24 additions, 0 deletionspy/intdivmod.c
- py/intdivmod.h 4 additions, 0 deletionspy/intdivmod.h
- py/objint_mpz.c 9 additions, 2 deletionspy/objint_mpz.c
- py/runtime.c 6 additions, 1 deletionpy/runtime.c
- tests/basics/floordivide.py 29 additions, 0 deletionstests/basics/floordivide.py
- tests/basics/modulo.py 15 additions, 2 deletionstests/basics/modulo.py
Loading
Please register or sign in to comment