Ronan Lamy pushed to branch branch/BufferedReader-perf at PyPy / pypy
Commits:
7e111433 by Ronan Lamy at 2022-06-17T18:18:32+01:00
Use rffi.scoped_alloc_buffer() instead of RawByteBuffer
--HG--
branch : BufferedReader-perf
- - - - -
1 changed file:
- pypy/module/_io/interp_bufferedio.py
Ronan Lamy pushed to branch branch/BufferedReader-perf at PyPy / pypy
Commits:
5a61bd6e by Ronan Lamy at 2022-06-15T19:00:21+01:00
raw-malloc only the result buffer
--HG--
branch : BufferedReader-perf
- - - - -
1 changed file:
- pypy/module/_io/interp_bufferedio.py
View it on Heptapod:
Ronan Lamy pushed new branch branch/BufferedReader-perf at PyPy / pypy
--
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/tree/branch/BufferedReader-perf
You're receiving this email because of your account on foss.heptapod.net.
___
pypy-
Ronan Lamy pushed to branch branch/py3.8 at PyPy / pypy
Commits:
fc69aadd by Ronan Lamy at 2022-05-24T16:50:26+01:00
Backport py3.9 logic for updating linenos. Fixes #3749.
--HG--
branch : py3.8
- - - - -
2 changed files:
- pypy/interpreter/astcompiler/codegen.py
- pypy/interpreter/astcomp
Ronan Lamy pushed to branch branch/frozen-modules-py2 at PyPy / pypy
Commits:
83819eaa by Ronan Lamy at 2022-05-12T15:17:25+01:00
simplify make_builtins()
--HG--
branch : frozen-modules-py2
- - - - -
98cc3f23 by Ronan Lamy at 2022-05-12T16:47:32+01:00
fix test_mixedmodule
--HG--
branch : fro
Ronan Lamy pushed new branch branch/frozen-modules at PyPy / pypy
--
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/tree/branch/frozen-modules
You're receiving this email because of your account on foss.heptapod.net.
___
pypy-commit mai
Ronan Lamy pushed new branch branch/frozen-modules-py2 at PyPy / pypy
--
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/tree/branch/frozen-modules-py2
You're receiving this email because of your account on foss.heptapod.net.
___
pypy-co
Ronan Lamy pushed to branch branch/py3.8 at PyPy / pypy
Commits:
f17e5a60 by Carl Friedrich Bolz-Tereick at 2022-05-03T12:23:30+02:00
remove repeated live instructions
--HG--
branch : liveness-as-instruction
- - - - -
fef49dd2 by Carl Friedrich Bolz-Tereick at 2022-05-03T21:34:22+02:00
switch
Ronan Lamy pushed to branch branch/default at PyPy / pypy
Commits:
e8bd5fbf by Ronan Lamy at 2022-05-11T03:14:34+01:00
rm obsolete code
- - - - -
1 changed file:
- pypy/interpreter/baseobjspace.py
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/commit/e8bd5fbf8a5cd63feb04b06aa
Ronan Lamy pushed to branch branch/py3.8 at PyPy / pypy
Commits:
73e0ac6b by Matti Picus at 2022-02-20T21:20:54+02:00
test that goes via cpyext must create a new tuple
(grafted from 219f9ce6eed4304cd8aa0b693c169adb47280512)
--HG--
branch : py3.8
- - - - -
1 changed file:
- lib-python/3/tes
Ronan Lamy pushed to branch branch/py3.8 at PyPy / pypy
Commits:
e3bda87f by Ronan Lamy at 2022-04-20T19:54:07+01:00
skip_on_incompatible_interpreter() introspects the python2 host, which is
irrelevant for -A pypy3 tests
--HG--
branch : py3.8
- - - - -
1 changed file:
- pypy/tool/pytest/o
Ronan Lamy pushed to branch branch/py3.8 at PyPy / pypy
Commits:
c64294d7 by Matti Picus at 2022-02-22T16:48:27+02:00
pypy has no object.__sizeof__ so do not mock it
(grafted from 79ffeae50169a46f4486a508c365b8c2702ed443)
--HG--
branch : py3.8
- - - - -
1 changed file:
- lib-python/3/unitt
Ronan Lamy pushed to branch branch/py3.8 at PyPy / pypy
Commits:
e2e1962b by Carl Friedrich Bolz-Tereick at 2021-12-01T22:05:52+01:00
correct interaction of audit and trace hooks
(grafted from a62f7d50b839a3d90cb7c56b09eae67bc2464634)
--HG--
branch : py3.8
- - - - -
3 changed files:
- pypy
Ronan Lamy pushed to branch branch/py3.8 at PyPy / pypy
Commits:
0ea5c22a by Carl Friedrich Bolz-Tereick at 2021-12-23T20:52:48+01:00
update timeit to bring it closer to 3.9 again
(grafted from 57b517c7ce421083b9cfcbb0e8a65ced4ae6159c)
--HG--
branch : py3.8
- - - - -
1 changed file:
- lib-
Ronan Lamy pushed to branch branch/py3.8 at PyPy / pypy
Commits:
c473493f by Ronan Lamy at 2022-04-13T22:44:16+01:00
struct error messages (backported from a0b17d148fb0)
--HG--
branch : py3.8
- - - - -
2 changed files:
- pypy/module/struct/interp_struct.py
- pypy/module/struct/test/apptest
Ronan Lamy pushed to branch branch/py3.8 at PyPy / pypy
Commits:
9b51392b by Ronan Lamy at 2022-04-13T22:22:47+01:00
Handle invalid values in _blake2 and _sha3 (backported from b47a980c23e8)
--HG--
branch : py3.8
- - - - -
2 changed files:
- lib_pypy/_blake2/__init__.py
- lib_pypy/_sha3/__
Ronan Lamy pushed to branch branch/py3.8 at PyPy / pypy
Commits:
22113d14 by Matti Picus at 2022-01-27T18:53:46+02:00
prefer pypy's offset over cpython's offset
(grafted from d812e986607195ad3f022c9930ed04159e0afe40)
--HG--
branch : py3.8
- - - - -
9458e45c by Carl Friedrich Bolz-Tereick at 2
Ronan Lamy pushed to branch branch/py3.8 at PyPy / pypy
Commits:
5398efab by Matti Picus at 2022-02-21T13:49:27+02:00
skip implementation detail when iterating over dict with one element and
deleting it
(grafted from c28d04f8c3ce542580f36be91ec067755b4a2f84)
--HG--
branch : py3.8
- - - - -
Ronan Lamy pushed to branch branch/py3.8 at PyPy / pypy
Commits:
4f1b65f0 by Carl Friedrich Bolz-Tereick at 2021-12-01T12:49:37+01:00
the flag changed (we are anyway different than CPython)
(grafted from 5f344a9ea1bef6ac635657eac29935a51eab6bcd)
--HG--
branch : py3.8
- - - - -
1 changed fil
Ronan Lamy pushed to branch branch/py3.8 at PyPy / pypy
Commits:
d5e30db0 by Carl Friedrich Bolz-Tereick at 2021-11-20T10:07:20+01:00
woops, while 0: break gave an error before
(grafted from e570096ef61042c00cc039a18868633c77060a59)
--HG--
branch : py3.8
- - - - -
2 changed files:
- pypy/i
Ronan Lamy pushed to branch branch/py3.8 at PyPy / pypy
Commits:
ab7405ef by Ronan Lamy at 2022-04-13T16:41:26+01:00
Fix test (backported from 9de88aa63822)
--HG--
branch : py3.8
- - - - -
1 changed file:
- lib-python/3/test/test_ast.py
View it on Heptapod:
https://foss.heptapod.net/pyp
Ronan Lamy pushed to branch branch/py3.8 at PyPy / pypy
Commits:
ca792d37 by Ronan Lamy at 2022-04-13T16:30:14+01:00
Actually match CPython error message
--HG--
branch : py3.8
- - - - -
2 changed files:
- pypy/interpreter/astcompiler/ast.py
- pypy/interpreter/astcompiler/tools/asdl_py.py
Ronan Lamy pushed to branch branch/py3.8 at PyPy / pypy
Commits:
d37662af by Ronan Lamy at 2022-04-13T16:16:32+01:00
Fix some error messages to match CPython (backported from py3.9)
--HG--
branch : py3.8
- - - - -
2 changed files:
- pypy/interpreter/astcompiler/ast.py
- pypy/interpreter/as
Ronan Lamy pushed to branch branch/py3.8 at PyPy / pypy
Commits:
3450bb8c by Ronan Lamy at 2022-04-12T19:59:26+01:00
fix col_offset for unparenthesized generator expressions
--HG--
branch : py3.8
- - - - -
2 changed files:
- pypy/interpreter/astcompiler/astbuilder.py
- pypy/interpreter/ast
Ronan Lamy pushed to branch branch/py3.8 at PyPy / pypy
Commits:
046c9a97 by Ronan Lamy at 2022-04-12T17:57:28+01:00
Fix position of AsyncFor nodes
--HG--
branch : py3.8
- - - - -
2 changed files:
- pypy/interpreter/astcompiler/astbuilder.py
- pypy/interpreter/astcompiler/test/test_astbuil
Ronan Lamy pushed to branch branch/py3.8 at PyPy / pypy
Commits:
5de7e680 by Ronan Lamy at 2022-04-12T17:11:35+01:00
Fix position of AsyncWith nodes
--HG--
branch : py3.8
- - - - -
2 changed files:
- pypy/interpreter/astcompiler/astbuilder.py
- pypy/interpreter/astcompiler/test/test_astbui
Ronan Lamy pushed to branch branch/py3.8 at PyPy / pypy
Commits:
8ce169de by Carl Friedrich Bolz-Tereick at 2021-12-02T21:10:04+01:00
ouch, use KeyError in the translated version too, to make it catchable in the
caller
(grafted from 908371c8c9aec304710ca9a3b35fc2bf264c75cb)
--HG--
branch : py3
Ronan Lamy pushed to branch branch/py3.8 at PyPy / pypy
Commits:
0aed87f9 by Ronan Lamy at 2022-04-11T20:38:41+01:00
Fix col_offset for decorator with empty argslist
--HG--
branch : py3.8
- - - - -
2 changed files:
- pypy/interpreter/astcompiler/astbuilder.py
- pypy/module/_ast/test/test_a
Ronan Lamy pushed to branch branch/py3.8 at PyPy / pypy
Commits:
e83a95c1 by Ronan Lamy at 2022-04-11T17:47:37+01:00
fix lineno for decorated functions and classes
--HG--
branch : py3.8
- - - - -
4 changed files:
- pypy/interpreter/astcompiler/astbuilder.py
- pypy/interpreter/astcompiler/c
Ronan Lamy pushed to branch branch/py3.8 at PyPy / pypy
Commits:
d0e5eaa3 by Ronan Lamy at 2022-04-11T15:46:56+01:00
fix missing 'space' in test_posix2
--HG--
branch : py3.8
- - - - -
1 changed file:
- pypy/module/posix/test/test_posix2.py
View it on Heptapod:
https://foss.heptapod.net/
Ronan Lamy pushed to branch branch/py3.8 at PyPy / pypy
Commits:
36910371 by Ronan Lamy at 2022-04-08T17:03:19+01:00
Modernise test_astbuilder
--HG--
branch : py3.8
- - - - -
1 changed file:
- pypy/interpreter/astcompiler/test/test_astbuilder.py
View it on Heptapod:
https://foss.heptapo
Ronan Lamy pushed to branch branch/default at PyPy / pypy
Commits:
e8017173 by Ronan Lamy at 2022-04-06T16:28:30+01:00
test cleanup
- - - - -
2 changed files:
- pypy/module/bz2/test/test_bz2_compdecomp.py
- pypy/module/bz2/test/test_bz2_file.py
View it on Heptapod:
https://foss.heptapod.
Ronan Lamy pushed to branch branch/default at PyPy / pypy
Commits:
4751bccc by Ronan Lamy at 2022-03-31T19:12:18+01:00
Remove direct uses of gettestobjspace() in tests
- - - - -
8 changed files:
- pypy/module/_jitlog/test/test__jitlog.py
- pypy/module/_multiprocessing/test/test_interp_semap
Ronan Lamy pushed to branch branch/default at PyPy / pypy
Commits:
7cf846d3 by Ronan Lamy at 2022-03-31T17:19:32+01:00
Remove obsolete script
- - - - -
1 changed file:
- − pypy/module/cpyext/presetup.py
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/commit/7cf846d36719acb956e
Ronan Lamy pushed to branch branch/default at PyPy / pypy
Commits:
7fc3d607 by Ronan Lamy at 2022-03-30T19:39:08+01:00
Simplify TinyObjSpace.__init__()
- - - - -
1 changed file:
- pypy/tool/pytest/objspace.py
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/commit/7fc3d607001c1
Ronan Lamy pushed to branch branch/py3.8 at PyPy / pypy
Commits:
e848fbb7 by Ronan Lamy at 2022-03-29T13:05:32+01:00
Start backporting branch 'py3-interplevel-ast-rewrite' to default
--HG--
branch : backport-interplevel-ast-rewrite
- - - - -
c4ce7bde by Carl Friedrich Bolz-Tereick at 2022-03-
Ronan Lamy pushed to branch branch/default at PyPy / pypy
Commits:
b7d1143e by Ronan Lamy at 2022-03-30T16:50:56+01:00
Backed out changeset b5752865884b
- - - - -
2 changed files:
- pypy/module/_io/test/apptest_bytesio.py
- pypy/module/_io/test/test_bufferedio.py
View it on Heptapod:
htt
Ronan Lamy pushed to branch branch/default at PyPy / pypy
Commits:
e848fbb7 by Ronan Lamy at 2022-03-29T13:05:32+01:00
Start backporting branch 'py3-interplevel-ast-rewrite' to default
--HG--
branch : backport-interplevel-ast-rewrite
- - - - -
cf21465f by Ronan Lamy at 2022-03-29T18:31:34+01:
Ronan Lamy deleted branch branch/backport-interplevel-ast-rewrite at PyPy / pypy
--
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 pyp
Ronan Lamy pushed to branch branch/backport-interplevel-ast-rewrite at PyPy /
pypy
Commits:
649a2dc3 by Ronan Lamy at 2022-03-30T12:54:51+01:00
fix issue with test module docstrings
--HG--
branch : backport-interplevel-ast-rewrite
- - - - -
1 changed file:
- pypy/tool/pytest/astrewriter/a
Ronan Lamy pushed to branch branch/backport-interplevel-ast-rewrite at PyPy /
pypy
Commits:
76c10d9f by Ronan Lamy at 2022-03-30T12:38:17+01:00
Add missing file
--HG--
branch : backport-interplevel-ast-rewrite
- - - - -
1 changed file:
- + pypy/tool/pytest/fake_pytest/interp_arutil.py
V
Ronan Lamy pushed to branch branch/backport-interplevel-ast-rewrite at PyPy /
pypy
Commits:
c2596d5b by Ronan Lamy at 2022-03-30T11:42:53+01:00
Enable assert rewriting by default for apptest_XXX files
--HG--
branch : backport-interplevel-ast-rewrite
- - - - -
2 changed files:
- pypy/conft
Ronan Lamy pushed to branch branch/backport-interplevel-ast-rewrite at PyPy /
pypy
Commits:
806bf163 by Ronan Lamy at 2022-03-29T19:51:19+01:00
Backport space._cached_compile()
--HG--
branch : backport-interplevel-ast-rewrite
- - - - -
3 changed files:
- pypy/interpreter/baseobjspace.py
-
Ronan Lamy pushed to branch branch/backport-interplevel-ast-rewrite at PyPy /
pypy
Commits:
87124a84 by Ronan Lamy at 2022-03-29T19:42:31+01:00
Add test_astrewrite
--HG--
branch : backport-interplevel-ast-rewrite
- - - - -
1 changed file:
- + pypy/tool/pytest/test/test_astrewrite.py
Vie
Ronan Lamy pushed new branch branch/backport-interplevel-ast-rewrite at PyPy /
pypy
--
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/tree/branch/backport-interplevel-ast-rewrite
You're receiving this email because of your account on foss.heptapod.net.
__
Ronan Lamy pushed to branch branch/default at PyPy / pypy
Commits:
58a01261 by Ronan Lamy at 2022-03-24T03:50:32+00:00
Move test_testcapi to extra_tests/
- - - - -
1 changed file:
- pypy/module/test_lib_pypy/test_testcapi.py → extra_tests/test_testcapi.py
View it on Heptapod:
https://fos
Ronan Lamy pushed to branch branch/default at PyPy / pypy
Commits:
9981aa32 by Ronan Lamy at 2022-03-24T00:59:48+00:00
Fix compatibility with pytest 4.* for -D tests (with many warnings though)
- - - - -
1 changed file:
- pypy/conftest.py
View it on Heptapod:
https://foss.heptapod.net/py
Ronan Lamy pushed to branch branch/hpy-0.0.4 at PyPy / pypy
Commits:
6f2542b8 by Matti Picus at 2022-03-03T08:47:39+02:00
pyexpat 2.4.6 raises a ExpatError on invalid unicode
- - - - -
0f679bfc by Matti Picus at 2022-03-03T08:56:02+02:00
backport stdlib test changes from bpo-46811 for expat>2.
Ronan Lamy pushed to branch branch/py3.7 at PyPy / pypy
Commits:
b7f561c9 by Matti Picus at 2022-03-18T11:10:50+02:00
add failing test required for PEP 3123 (stric-aliasing) (issue 3706)
- - - - -
895f5727 by Matti Picus at 2022-03-18T12:39:59+02:00
add override=True and rearrange declarations
Ronan Lamy pushed to branch branch/default at PyPy / pypy
Commits:
b440e148 by Ronan Lamy at 2022-03-22T03:37:13+00:00
Backed out changeset 1baa930ff7e9
- - - - -
2159ef87 by Ronan Lamy at 2022-03-22T04:12:39+00:00
cparser: Handle the case of structs requiring other structs to be configured
f
Ronan Lamy pushed to branch branch/hpy-0.0.4 at PyPy / pypy
Commits:
be6ab5c5 by Ronan Lamy at 2022-03-17T16:11:51+00:00
Handle NULL in HPy_{From,As}PyObject()
--HG--
branch : hpy-0.0.4
- - - - -
2 changed files:
- pypy/module/_hpy_universal/interp_cpy_compat.py
- pypy/module/_hpy_universa
Ronan Lamy pushed to branch branch/hpy-0.0.4 at PyPy / pypy
Commits:
80905d45 by Ronan Lamy at 2022-03-16T19:55:10+00:00
Use relative imports in extra_tests/
--HG--
branch : hpy-0.0.4
- - - - -
3 changed files:
- extra_tests/hpy_tests/_vendored/debug/test_charptr.py
- extra_tests/hpy_tests
Ronan Lamy pushed to branch branch/hpy-0.0.4 at PyPy / pypy
Commits:
1970d5c0 by Ronan Lamy at 2022-03-09T16:30:19+00:00
Add instructions on updating HPy
--HG--
branch : hpy-0.0.4
- - - - -
1 changed file:
- + pypy/module/_hpy_universal/updating.txt
View it on Heptapod:
https://foss.hep
Ronan Lamy pushed to branch branch/hpy-0.0.4 at PyPy / pypy
Commits:
5661c6ac by Ronan Lamy at 2022-03-08T21:51:44+00:00
Update modified structs
--HG--
branch : hpy-0.0.4
- - - - -
9b6a2d70 by Ronan Lamy at 2022-03-09T00:21:12+00:00
merge heads
--HG--
branch : hpy-0.0.4
- - - - -
3 change
Ronan Lamy pushed to branch branch/hpy-0.0.4 at PyPy / pypy
Commits:
c0d45b55 by Ronan Lamy at 2022-03-04T19:33:42+00:00
Add new file to the ECI
--HG--
branch : hpy-0.0.4
- - - - -
5a705382 by Ronan Lamy at 2022-03-04T19:45:17+00:00
fix compilation warning
--HG--
branch : hpy-0.0.4
- - - -
Ronan Lamy pushed new branch branch/hpy-0.0.4 at PyPy / pypy
--
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/hpy-0.0.4
You're receiving this email because of your account on foss.heptapod.net.
___
pypy-commit mailing list
p
Ronan Lamy pushed to branch branch/py3.7 at PyPy / pypy
Commits:
9638c8ed by Carl Friedrich Bolz-Tereick at 2021-09-29T12:44:55+02:00
make test work without hypothesis
- - - - -
3e6f1303 by Carl Friedrich Bolz-Tereick at 2021-09-29T13:01:44+02:00
fix test_pypy_c, goes with 0012ea4931c1
- - -
Ronan Lamy pushed to branch branch/default at PyPy / pypy
Commits:
52185a1a by Ronan Lamy at 2021-09-29T16:43:15+01:00
skip the test on CPython
- - - - -
1 changed file:
- extra_tests/test_pypy_util_cffi.py
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/commit/52185a1a6e77568
Ronan Lamy pushed to branch branch/default at PyPy / pypy
Commits:
44199de8 by Ronan Lamy at 2021-09-29T16:20:13+01:00
Move test from deprecated test_lib_pypy/ to extra_tests/
- - - - -
2 changed files:
- + extra_tests/test_pypy_util_cffi.py
- − pypy/module/test_lib_pypy/test_pypy_util.py
Ronan Lamy pushed to branch branch/hpy-0.0.3 at PyPy / pypy
Commits:
5f067b72 by Ronan Lamy at 2021-09-24T14:12:37+01:00
update_vendored to 0.0.3 release
--HG--
branch : hpy-0.0.3
- - - - -
5 changed files:
- lib_pypy/hpy.dist-info/METADATA
- lib_pypy/hpy/devel/include/hpy/version.h
- lib_
Ronan Lamy pushed to branch branch/hpy-0.0.3 at PyPy / pypy
Commits:
7a339b6b by Ronan Lamy at 2021-09-21T18:37:39+01:00
fix itertools ztranslation
--HG--
branch : hpy-0.0.3
- - - - -
1 changed file:
- pypy/module/itertools/test/test_ztranslation.py
View it on Heptapod:
https://foss.hep
Ronan Lamy pushed to branch branch/hpy-0.0.3 at PyPy / pypy
Commits:
d6792af4 by Ronan Lamy at 2021-09-21T14:54:29+01:00
Add is_legacy flag, in order to enforce inheritance constraints
--HG--
branch : hpy-0.0.3
- - - - -
fc62a883 by Ronan Lamy at 2021-09-21T15:40:16+01:00
backendopt is requir
Ronan Lamy pushed to branch branch/hpy-0.0.3 at PyPy / pypy
Commits:
919c249e by Ronan Lamy at 2021-09-17T15:14:00+01:00
Disable -D tests under pypy/module/_hpy_universal - they already run in
extra_tests/
--HG--
branch : hpy-0.0.3
- - - - -
1 changed file:
- pypy/module/_hpy_universal/te
Ronan Lamy pushed to branch branch/hpy-0.0.3 at PyPy / pypy
Commits:
64da3057 by Ronan Lamy at 2021-09-16T17:48:31+01:00
typo fixed upstream
--HG--
branch : hpy-0.0.3
- - - - -
fb76213e by Ronan Lamy at 2021-09-16T17:49:25+01:00
fix extra test: the distribution is now called 'hpy'
--HG--
bra
Ronan Lamy pushed to branch branch/hpy-0.0.3 at PyPy / pypy
Commits:
abbd3ed4 by Ronan Lamy at 2021-09-16T10:09:27+01:00
Manually disable a skipped test using fixtures so it doesn't error in
collection phase
--HG--
branch : hpy-0.0.3
- - - - -
7a63ccb2 by Ronan Lamy at 2021-09-16T15:23:21+01
Ronan Lamy pushed to branch branch/hpy-0.0.3 at PyPy / pypy
Commits:
cf4375d0 by Ronan Lamy at 2021-09-15T17:34:19+01:00
Skip a test that cannot possibly run on pypy
--HG--
branch : hpy-0.0.3
- - - - -
1 changed file:
- pypy/module/_hpy_universal/test/_vendored/debug/apptest_handles.py
V
Ronan Lamy pushed to branch branch/hpy-0.0.3 at PyPy / pypy
Commits:
04b3d272 by Ronan Lamy at 2021-09-15T17:14:34+01:00
Update hpy
--HG--
branch : hpy-0.0.3
- - - - -
30 changed files:
- extra_tests/hpy_tests/_vendored/check_py27_compat.py
- extra_tests/hpy_tests/_vendored/conftest.py
- e
Ronan Lamy pushed to branch branch/hpy-0.0.3 at PyPy / pypy
Commits:
cf112f41 by Ronan Lamy at 2021-09-08T20:16:10+01:00
Implement HPyImport_ImportModule
--HG--
branch : hpy-0.0.3
- - - - -
2 changed files:
- pypy/module/_hpy_universal/interp_hpy.py
- + pypy/module/_hpy_universal/interp_im
Ronan Lamy pushed to branch branch/hpy-0.0.3 at PyPy / pypy
Commits:
cf17797f by Ronan Lamy at 2021-09-08T15:53:36+01:00
Fix tests dealing with unsigned_long_bits()
--HG--
branch : hpy-0.0.3
- - - - -
2 changed files:
- pypy/module/_hpy_universal/test/_vendored/test_argparse.py
- pypy/modu
Ronan Lamy pushed to branch branch/hpy-0.0.3 at PyPy / pypy
Commits:
19959d00 by Ronan Lamy at 2021-09-07T18:05:29+02:00
Convert test_handles to apptest
--HG--
branch : hpy-0.0.3
- - - - -
5 changed files:
- + pypy/module/_hpy_universal/test/_vendored/debug/apptest_handles.py
- + pypy/modu
Ronan Lamy pushed to branch branch/hpy-0.0.3 at PyPy / pypy
Commits:
90370b5d by Ronan Lamy at 2021-06-28T17:58:31+01:00
Use the cpyext error indicator to implement HPy exceptions (WIP)
--HG--
branch : hpy-refactor-exceptions
- - - - -
10011611 by Ronan Lamy at 2021-06-28T18:02:48+01:00
Check
Ronan Lamy pushed to branch branch/py3.7 at PyPy / pypy
Commits:
90370b5d by Ronan Lamy at 2021-06-28T17:58:31+01:00
Use the cpyext error indicator to implement HPy exceptions (WIP)
--HG--
branch : hpy-refactor-exceptions
- - - - -
10011611 by Ronan Lamy at 2021-06-28T18:02:48+01:00
Check exc
Ronan Lamy pushed to branch branch/hpy-refactor-exceptions at PyPy / pypy
Commits:
335e6996 by Armin Rigo at 2019-07-23T04:06:51+02:00
backport 0fcdbc3de300 for upcoming cython that needs PyGILState_Check
- - - - -
6cc788ba by Matti Picus at 2021-07-01T09:08:33+03:00
error message compatibilit
Ronan Lamy pushed to branch branch/hpy-0.0.3 at PyPy / pypy
Commits:
46765074 by Ronan Lamy at 2021-08-25T22:35:38+02:00
Reapply hacks to vendored code
--HG--
branch : hpy-0.0.3
- - - - -
11ed61a1 by Ronan Lamy at 2021-08-25T23:54:20+02:00
Remove extra_AppTestXXX mechanism
--HG--
branch : hp
Ronan Lamy pushed to branch branch/hpy-0.0.3 at PyPy / pypy
Commits:
28533b52 by Ronan Lamy at 2021-08-25T18:35:47+02:00
Stop vendoring the HPy tests as own-tests, as that is too annoying to maintain
--HG--
branch : hpy-0.0.3
- - - - -
5 changed files:
- pypy/module/_hpy_universal/_vendore
Ronan Lamy pushed to branch branch/hpy-0.0.3 at PyPy / pypy
Commits:
5b1e4b2b by Ronan Lamy at 2021-08-03T18:05:06+01:00
fix HPyBytes_FromStringAndSize()
--HG--
branch : hpy-0.0.3
- - - - -
1 changed file:
- pypy/module/_hpy_universal/interp_bytes.py
View it on Heptapod:
https://foss.he
Ronan Lamy pushed to branch branch/hpy-0.0.3 at PyPy / pypy
Commits:
4f5f275d by Ronan Lamy at 2021-08-03T16:14:29+01:00
Implement HPyErr_NewExceptionWithDoc()
--HG--
branch : hpy-0.0.3
- - - - -
1 changed file:
- pypy/module/_hpy_universal/interp_err.py
View it on Heptapod:
https://fos
Ronan Lamy pushed to branch branch/hpy-0.0.3 at PyPy / pypy
Commits:
335e6996 by Armin Rigo at 2019-07-23T04:06:51+02:00
backport 0fcdbc3de300 for upcoming cython that needs PyGILState_Check
- - - - -
80e44034 by Matti Picus at 2021-07-13T16:13:58+03:00
speed up win64 rposix.read, rposix.write
Ronan Lamy pushed to branch branch/py3.7 at PyPy / pypy
Commits:
aa6fed8d by Ronan Lamy at 2021-08-02T19:27:46+01:00
Add .type attribute to our emulation of pytest.raises()
- - - - -
56cad7d9 by Ronan Lamy at 2021-08-02T19:28:29+01:00
hg merge default
--HG--
branch : py3.7
- - - - -
2 chan
Ronan Lamy pushed to branch branch/default at PyPy / pypy
Commits:
aa6fed8d by Ronan Lamy at 2021-08-02T19:27:46+01:00
Add .type attribute to our emulation of pytest.raises()
- - - - -
af1cdaba by Ronan Lamy at 2021-08-02T21:15:00+01:00
merge heads
- - - - -
2 changed files:
- pypy/tool/py
Ronan Lamy pushed to branch branch/hpy-0.0.3 at PyPy / pypy
Commits:
ced71d37 by Ronan Lamy at 2021-07-30T18:03:35+01:00
Implement HPyErr_NewException()
--HG--
branch : hpy-0.0.3
- - - - -
1 changed file:
- pypy/module/_hpy_universal/interp_err.py
View it on Heptapod:
https://foss.hepta
Ronan Lamy pushed to branch branch/hpy-0.0.3 at PyPy / pypy
Commits:
f242bf9a by Ronan Lamy at 2021-07-29T17:47:30+01:00
fix buffer test
--HG--
branch : hpy-0.0.3
- - - - -
f24472aa by Ronan Lamy at 2021-07-30T16:57:22+01:00
Implement HPy_Is()
--HG--
branch : hpy-0.0.3
- - - - -
3 changed
Ronan Lamy pushed to branch branch/hpy-0.0.3 at PyPy / pypy
Commits:
b37ccdff by Ronan Lamy at 2021-07-28T17:58:37+01:00
Enable cpyext in the tests that include Python.h
--HG--
branch : hpy-0.0.3
- - - - -
8d5cc2fd by Ronan Lamy at 2021-07-28T19:14:46+01:00
Implement HPy_AsStruct and HPy_AsSt
Ronan Lamy pushed to branch branch/hpy-0.0.3 at PyPy / pypy
Commits:
24830689 by Ronan Lamy at 2021-07-26T17:38:13+01:00
fix compilation of _hpy_universal
--HG--
branch : hpy-0.0.3
- - - - -
3 changed files:
- pypy/module/_hpy_universal/handlemanager.py
- pypy/module/_hpy_universal/llapi.p
Ronan Lamy pushed to branch branch/hpy-0.0.3 at PyPy / pypy
Commits:
93b5fdb1 by Ronan Lamy at 2021-07-23T17:18:34+01:00
fix debug mode compilation
--HG--
branch : hpy-0.0.3
- - - - -
93b09c34 by Ronan Lamy at 2021-07-23T19:17:16+01:00
Update llapi.py and other fixes
--HG--
branch : hpy-0.0.
Ronan Lamy pushed to branch branch/hpy-0.0.3 at PyPy / pypy
Commits:
bd067f49 by Ronan Lamy at 2021-07-23T16:47:35+01:00
Replace HPyContext with HPyContext* in function signatures
--HG--
branch : hpy-0.0.3
- - - - -
22 changed files:
- pypy/module/_hpy_universal/interp_builder.py
- pypy/mo
Ronan Lamy pushed new branch branch/hpy-0.0.3 at PyPy / pypy
--
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/hpy-0.0.3
You're receiving this email because of your account on foss.heptapod.net.
___
pypy-commit mailing list
p
Ronan Lamy pushed to branch branch/py3.7 at PyPy / pypy
Commits:
d748531f by Ronan Lamy at 2021-07-09T19:45:42+01:00
Make sure cpyext is initialised before loading hpy extensions
--HG--
branch : py3.7
- - - - -
2 changed files:
- pypy/module/_hpy_universal/interp_hpy.py
- pypy/module/_hpy_
Ronan Lamy pushed to branch branch/py3.7 at PyPy / pypy
Commits:
15e605c1 by Ronan Lamy at 2021-07-07T18:43:45+01:00
Don't keep handles open for longer than necessary
--HG--
branch : py3.7
- - - - -
1 changed file:
- pypy/module/_hpy_universal/interp_slot.py
View it on Heptapod:
https:/
Ronan Lamy pushed to branch branch/hpy-refactor-exceptions at PyPy / pypy
Commits:
f7abfba2 by Ronan Lamy at 2021-06-30T15:58:33+01:00
performance: in functions, raise exception only if the return value is null
--HG--
branch : hpy-refactor-exceptions
- - - - -
1 changed file:
- pypy/module
Ronan Lamy pushed to branch branch/hpy-refactor-exceptions at PyPy / pypy
Commits:
63a5e6e8 by Ronan Lamy at 2021-06-29T17:30:12+01:00
Fix exception handling in slot wrappers
--HG--
branch : hpy-refactor-exceptions
- - - - -
cfa903c0 by Ronan Lamy at 2021-06-29T17:57:37+01:00
Kill handlemanag
Ronan Lamy pushed new branch branch/hpy-refactor-exceptions at PyPy / pypy
--
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/tree/branch/hpy-refactor-exceptions
You're receiving this email because of your account on foss.heptapod.net.
_
Ronan Lamy pushed to branch branch/hpy-0.0.2 at PyPy / pypy
Commits:
6823ca08 by Ronan Lamy at 2021-06-23T17:14:24+01:00
run update-vendored.sh again
--HG--
branch : hpy-0.0.2
- - - - -
5 changed files:
- extra_tests/hpy_tests/_vendored/debug/test_handles.py
- lib_pypy/hpy/devel/include/co
Ronan Lamy pushed to branch branch/hpy-0.0.2 at PyPy / pypy
Commits:
ab0c420b by Ronan Lamy at 2021-06-17T17:17:59+01:00
Standardise specialised class names to use _u/_d suffix
--HG--
branch : hpy-0.0.2
- - - - -
dd938773 by Ronan Lamy at 2021-06-18T17:57:13+01:00
Update big comment about the
Ronan Lamy pushed to branch branch/hpy-0.0.2 at PyPy / pypy
Commits:
9065cd37 by Ronan Lamy at 2021-06-16T18:07:08+01:00
Backed out changeset c826fb4a4709
--HG--
branch : hpy-0.0.2
- - - - -
1 changed file:
- pypy/module/_hpy_universal/interp_hpy.py
View it on Heptapod:
https://foss.hep
Ronan Lamy pushed to branch branch/hpy-0.0.2 at PyPy / pypy
Commits:
f1ee218d by Ronan Lamy at 2021-06-15T15:48:59+01:00
Don't leak h_module when the HPyInitFunc fails
--HG--
branch : hpy-0.0.2
- - - - -
1 changed file:
- pypy/module/_hpy_universal/interp_hpy.py
View it on Heptapod:
htt
Ronan Lamy pushed to branch branch/hpy-0.0.2 at PyPy / pypy
Commits:
45eab8c4 by Ronan Lamy at 2021-06-11T19:36:48+01:00
Hack test_buffer to make it pass after translation
--HG--
branch : hpy-0.0.2
- - - - -
2 changed files:
- extra_tests/hpy_tests/_vendored/test_slots.py
- + pypy/module/_
Ronan Lamy pushed to branch branch/hpy-0.0.2 at PyPy / pypy
Commits:
57a97a22 by Ronan Lamy at 2021-05-27T19:20:17+01:00
Update patches for the changes in extra_tests/
--HG--
branch : hpy-0.0.2
- - - - -
2 changed files:
- pypy/module/_hpy_universal/patches/01_FIXME_add_tp_new_to_FakeArray
Author: Ronan Lamy
Branch: extradoc
Changeset: r5986:17cb515052f0
Date: 2020-02-11 15:11 +
http://bitbucket.org/pypy/extradoc/changeset/17cb515052f0/
Log:people.txt edited online with Bitbucket: add myself
diff --git a/sprintinfo/leysin-winter-2020/people.txt
b/sprintinfo/leysin-winter-
Author: Ronan Lamy
Branch: StringIO-perf
Changeset: r98691:359ec3890366
Date: 2020-02-11 03:29 +
http://bitbucket.org/pypy/pypy/changeset/359ec3890366/
Log:Optimize sequences of .write() calls on W_StringIO
diff --git a/pypy/module/_io/interp_stringio.py
b/pypy/module/_io/interp_stringi
1 - 100 of 3654 matches
Mail list logo