[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 5 commits: adding an hpy sufffix is wrong

2023-11-09 Thread Matti Picus (@mattip)


Matti Picus pushed to branch branch/py3.9 at PyPy / pypy


Commits:
2515e457 by Matti Picus at 2023-11-09T07:06:16+02:00
adding an hpy sufffix is wrong

--HG--
branch : py3.9

- - - - -
c9bf9cc5 by Matti Picus at 2023-11-09T09:39:10+02:00
use state.reset() in apptest untranslated tests

--HG--
branch : py3.9

- - - - -
fe673eca by Matti Picus at 2023-11-09T10:13:44+02:00
fix for windows

--HG--
branch : py3.9

- - - - -
7508c4e5 by Matti Picus at 2023-11-09T10:14:31+02:00
Backed out 8772325b0dfb, will redo differently

--HG--
branch : py3.9

- - - - -
f0ac51ad by Matti Picus at 2023-11-09T10:32:18+02:00
also reset the trace context between tests

--HG--
branch : py3.9

- - - - -


12 changed files:

- pypy/module/_hpy_universal/_vendored/hpy/trace/src/_tracemod.c
- pypy/module/_hpy_universal/_vendored/hpy/trace/src/include/hpy_trace.h
- pypy/module/_hpy_universal/_vendored/hpy/trace/src/trace_ctx.c
- pypy/module/_hpy_universal/handlemanager.py
- pypy/module/_hpy_universal/interp_hpy.py
- pypy/module/_hpy_universal/interp_type.py
- pypy/module/_hpy_universal/llapi.py
- pypy/module/_hpy_universal/src/tctx.c
- pypy/module/_hpy_universal/src/tctx.h
- pypy/module/_hpy_universal/state.py
- pypy/module/_hpy_universal/test/conftest.py
- pypy/module/imp/interp_imp.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/9b5dd49c44d5cd83886b9cc77eca9c4caf1ab544...f0ac51ad23b952b7d653caf09480508f75c7dd84

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/9b5dd49c44d5cd83886b9cc77eca9c4caf1ab544...f0ac51ad23b952b7d653caf09480508f75c7dd84
You're receiving this email because of your account on foss.heptapod.net.


___
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-le...@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: arch...@mail-archive.com


[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] skip test that, when it fails, spams captured stdout with error reports

2023-11-09 Thread Matti Picus (@mattip)


Matti Picus pushed to branch branch/py3.9 at PyPy / pypy


Commits:
02d7a416 by Matti Picus at 2023-11-09T10:58:30+02:00
skip test that, when it fails, spams captured stdout with error reports

--HG--
branch : py3.9

- - - - -


1 changed file:

- extra_tests/test_recursion.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/02d7a416524d40306df3586fe27e21a1062aa5ec

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/02d7a416524d40306df3586fe27e21a1062aa5ec
You're receiving this email because of your account on foss.heptapod.net.


___
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-le...@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: arch...@mail-archive.com


[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 6 commits: fix bug with tp_traverse and metaclases, needs a test

2023-11-09 Thread Matti Picus (@mattip)


Matti Picus pushed to branch branch/py3.9 at PyPy / pypy


Commits:
7d8f5ed1 by Matti Picus at 2023-11-09T16:40:44+02:00
fix bug with tp_traverse and metaclases, needs a test

--HG--
branch : py3.9

- - - - -
72face95 by Matti Picus at 2023-11-09T22:04:54+02:00
add attributes to W_AbstractExtensionFunction like W_PyCFunctionObject

--HG--
branch : py3.9

- - - - -
a3def459 by Matti Picus at 2023-11-09T22:05:51+02:00
try/except in HPy_TypeCheck since it cannot fail

--HG--
branch : py3.9

- - - - -
5cb24d74 by Matti Picus at 2023-11-10T08:30:48+02:00
add a test case

--HG--
branch : py3.9

- - - - -
bf6944d5 by Matti Picus at 2023-11-10T08:31:43+02:00
try not to error when dumping an object repr which apparently can fail

--HG--
branch : py3.9

- - - - -
40df6633 by Matti Picus at 2023-11-10T08:32:17+02:00
use platform agnostic double instead of platform-dependent int/long

--HG--
branch : py3.9

- - - - -


7 changed files:

- extra_tests/hpy_tests/_vendored/test_slots_legacy.py
- pypy/module/_hpy_universal/interp_extfunc.py
- pypy/module/_hpy_universal/interp_field.py
- pypy/module/_hpy_universal/interp_object.py
- pypy/module/_hpy_universal/interp_type.py
- pypy/module/_hpy_universal/test/_vendored/test_slots_legacy.py
- pypy/module/_hpy_universal/test/pypy/test_apiset.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/02d7a416524d40306df3586fe27e21a1062aa5ec...40df6633dc59adf07ebc7315bcf19eb6b84a92c4

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/02d7a416524d40306df3586fe27e21a1062aa5ec...40df6633dc59adf07ebc7315bcf19eb6b84a92c4
You're receiving this email because of your account on foss.heptapod.net.


___
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-le...@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: arch...@mail-archive.com