aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Friedrich Bolz-Tereick <cfbolz@gmx.de>2021-04-13 10:48:20 +0200
committerCarl Friedrich Bolz-Tereick <cfbolz@gmx.de>2021-04-13 10:48:20 +0200
commita8292d8adf4d98631a2d47dd2373dd4d090e4994 (patch)
treea443330bfa6c7e53bbeaa846af429c3e765fcb0f /.hgignore
parentPrevent @pytest.mark.pypy_only from wrongly skipping apptests, and use it more (diff)
parentthe assert itself was wrong :-(((((. This is just incompetent flailing at this (diff)
downloadpypy-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--.hgignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index 1b8706ecad..4347f52ba8 100644
--- a/.hgignore
+++ b/.hgignore
@@ -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$