[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] follow upstream performance patch for datetime.py (issue 4008_)

2023-10-02 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 265835ac by Matti Picus at 2023-10-02T14:49:13+03:00 follow upstream performance patch for datetime.py (issue 4008_) --HG-- branch : py3.9 - - - - - 1 changed file: - lib-python/3/datetime.py View it on Heptapod: https://

[pypy-commit] [Mercurial][pypy/pypy][branch/hpy-0.9] 6 commits: fix load() in pytest fixture

2023-10-02 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/hpy-0.9 at PyPy / pypy Commits: be6955b8 by Matti Picus at 2023-09-30T21:27:13+03:00 fix load() in pytest fixture --HG-- branch : hpy-0.9 - - - - - 43a8e25e by Matti Picus at 2023-10-01T00:19:34+03:00 get _debug module to properly load and initialize --HG-

[pypy-commit] [Mercurial][pypy/pypy][branch/hpy-0.9] fix translation, resync with hpy 0.9.0, fix declaration in hpydef.h

2023-10-02 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/hpy-0.9 at PyPy / pypy Commits: bc756b27 by Matti Picus at 2023-10-02T21:02:37+03:00 fix translation, resync with hpy 0.9.0, fix declaration in hpydef.h --HG-- branch : hpy-0.9 - - - - - 10 changed files: - + pypy/module/_hpy_universal/_vendored/hpy/debu

[pypy-commit] [Mercurial][pypy/pypy][branch/hpy-0.9] fix untranslated test compilation on windows - the distutils export name is initmytest on python2

2023-10-02 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/hpy-0.9 at PyPy / pypy Commits: 0e7ddbfa by Matti Picus at 2023-10-02T21:55:01+03:00 fix untranslated test compilation on windows - the distutils export name is initmytest on python2 --HG-- branch : hpy-0.9 - - - - - 1 changed file: - pypy/module/_hpy_u

[pypy-commit] [Mercurial][pypy/pypy][branch/default] fix for compilation with "-Werror=strict-prototypes"

2023-10-02 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: a7266bb4 by Matti Picus at 2023-10-03T08:22:55+03:00 fix for compilation with "-Werror=strict-prototypes" - - - - - 3 changed files: - rpython/rlib/rposix.py - rpython/rtyper/lltypesystem/rffi.py - rpython/translator/c/src/

[pypy-commit] [Mercurial][pypy/pypy][branch/hpy-0.9] add declarations and fixes for "-Werror=strict-prototypes"

2023-10-02 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/hpy-0.9 at PyPy / pypy Commits: 314f7944 by Matti Picus at 2023-10-03T08:21:29+03:00 add declarations and fixes for "-Werror=strict-prototypes" --HG-- branch : hpy-0.9 - - - - - 4 changed files: - pypy/module/_hpy_universal/_vendored/hpy/debug/src/debug_

[pypy-commit] [Mercurial][pypy/pypy][branch/hpy-0.9] fix casting for windows

2023-10-02 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/hpy-0.9 at PyPy / pypy Commits: 3aa220c5 by Matti Picus at 2023-10-03T09:22:15+03:00 fix casting for windows --HG-- branch : hpy-0.9 - - - - - 1 changed file: - pypy/module/_hpy_universal/interp_field.py View it on Heptapod: https://foss.heptapod.net/