[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] squeeze a little more accuracy out of windows time.time(), to make a cython test pass

2023-05-23 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 5c4b6b00 by Matti Picus at 2023-05-23T14:53:35+03:00 squeeze a little more accuracy out of windows time.time(), to make a cython test pass --HG-- branch : py3.9 - - - - - 2 changed files: - pypy/module/cpyext/test/test_date

[pypy-commit] [Mercurial][pypy/pypy][branch/default] 24 commits: #3805 implement a sub-quadratic algorithm for int(),

2023-05-23 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 5af4ae79 by Carl Friedrich Bolz-Tereick at 2022-09-12T22:12:41+02:00 #3805 implement a sub-quadratic algorithm for int(), O(len(s) ** 1.58) adapted from pure python code in https://github.com/