diff options
author | 2021-04-13 10:48:20 +0200 | |
---|---|---|
committer | 2021-04-13 10:48:20 +0200 | |
commit | a8292d8adf4d98631a2d47dd2373dd4d090e4994 (patch) | |
tree | a443330bfa6c7e53bbeaa846af429c3e765fcb0f /.hgignore | |
parent | Prevent @pytest.mark.pypy_only from wrongly skipping apptests, and use it more (diff) | |
parent | the assert itself was wrong :-(((((. This is just incompetent flailing at this (diff) | |
download | pypy-a8292d8adf4d98631a2d47dd2373dd4d090e4994.tar.gz pypy-a8292d8adf4d98631a2d47dd2373dd4d090e4994.tar.bz2 pypy-a8292d8adf4d98631a2d47dd2373dd4d090e4994.zip |
merge faster-rbigint-big-divmod: a faster divide-and-conquer divmod
implementation for divmod of rbigints, given large enough numbers. based on
python code by Mark Dickinson here: https://bugs.python.org/issue3451
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -54,6 +54,7 @@ syntax: regexp ^rpython/translator/goal/target.+-c$ ^rpython/translator/goal/.+\.exe$ ^rpython/translator/goal/.+\.dll$ +^rpython/rlib/test/_hacked_rbigint.py$ ^rpython/rlib/rvmprof/src/shared/libbacktrace/Makefile$ ^rpython/rlib/rvmprof/src/shared/libbacktrace/config.guess$ ^rpython/rlib/rvmprof/src/shared/libbacktrace/config.h$ |