[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 2 commits: dummy implementation of gc interfaces to fix missing functions

2023-01-09 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: 0a26bbc6 by Matti Picus at 2023-01-09T10:33:17+02:00 dummy implementation of gc interfaces to fix missing functions --HG-- branch : py3.10 - - - - - c77b9a2e by Matti Picus at 2023-01-09T10:33:50+02:00 fix test for python3.10,

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 3 commits: more work on error end positions

2023-01-09 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy Commits: 3a0f10cf by Carl Friedrich Bolz-Tereick at 2023-01-08T13:04:13+01:00 more work on error end positions --HG-- branch : py3.10 - - - - - 9fde7aa9 by Carl Friedrich Bolz-Tereick at 2023-01-08T15:21:33+01:00 more e

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] implement aiter and anext

2023-01-09 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy Commits: 57301f02 by Carl Friedrich Bolz-Tereick at 2023-01-09T14:47:27+01:00 implement aiter and anext --HG-- branch : py3.10 - - - - - 2 changed files: - pypy/module/__builtin__/app_operation.py - pypy/module/__bui

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] forgotten test file

2023-01-09 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy Commits: e1ed845b by Carl Friedrich Bolz-Tereick at 2023-01-09T14:50:07+01:00 forgotten test file --HG-- branch : py3.10 - - - - - 1 changed file: - + pypy/module/__builtin__/test/apptest_operator.py View it on Hep

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] add __match_args__ to ast classes

2023-01-09 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy Commits: f38d9dfe by Carl Friedrich Bolz-Tereick at 2023-01-09T15:07:58+01:00 add __match_args__ to ast classes --HG-- branch : py3.10 - - - - - 3 changed files: - pypy/interpreter/astcompiler/ast.py - pypy/interpret

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] add missing imports

2023-01-09 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: 33aae163 by Matti Picus at 2023-01-09T15:15:49+02:00 add missing imports --HG-- branch : py3.10 - - - - - 9 changed files: - lib-python/3/test/test_compile.py - lib-python/3/test/test_grammar.py - lib-python/3/test/test_mod

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 2 commits: make _socket.timeout an alias to TimeoutError

2023-01-09 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy Commits: 42022689 by Carl Friedrich Bolz-Tereick at 2023-01-09T15:16:50+01:00 make _socket.timeout an alias to TimeoutError --HG-- branch : py3.10 - - - - - 3a91aace by Carl Friedrich Bolz-Tereick at 2023-01-09T15:35:07

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 2 commits: remove complex methods that always raise (bpo-41974)

2023-01-09 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy Commits: 504b8efe by Carl Friedrich Bolz-Tereick at 2023-01-09T15:45:46+01:00 remove complex methods that always raise (bpo-41974) --HG-- branch : py3.10 - - - - - 303cf47a by Carl Friedrich Bolz-Tereick at 2023-01-09T1

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] fix __annotations__ copying, use space.call_args

2023-01-09 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy Commits: d792eb68 by Carl Friedrich Bolz-Tereick at 2023-01-09T16:10:43+01:00 fix __annotations__ copying, use space.call_args --HG-- branch : py3.10 - - - - - 2 changed files: - pypy/interpreter/function.py - pypy/i

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 4 commits: add memory pressure for malloc allocations, fix OpenSSL context use

2023-01-09 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: 78ccf149 by Matti Picus at 2023-01-09T20:27:33+02:00 add memory pressure for malloc allocations, fix OpenSSL context use - - - - - c7bf8bde by Matti Picus at 2023-01-09T20:29:27+02:00 pair OpenSSL allocation calls better with f

[pypy-commit] [Mercurial][pypy/pypy][branch/default] 2 commits: add memory pressure for malloc allocations, fix OpenSSL context use

2023-01-09 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 78ccf149 by Matti Picus at 2023-01-09T20:27:33+02:00 add memory pressure for malloc allocations, fix OpenSSL context use - - - - - c7bf8bde by Matti Picus at 2023-01-09T20:29:27+02:00 pair OpenSSL allocation calls better with

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 3 commits: add memory pressure for malloc allocations, fix OpenSSL context use

2023-01-09 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 78ccf149 by Matti Picus at 2023-01-09T20:27:33+02:00 add memory pressure for malloc allocations, fix OpenSSL context use - - - - - c7bf8bde by Matti Picus at 2023-01-09T20:29:27+02:00 pair OpenSSL allocation calls better with fr

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] add start and stop arguments to array.index

2023-01-09 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy Commits: 51a0b447 by Carl Friedrich Bolz-Tereick at 2023-01-09T19:41:24+01:00 add start and stop arguments to array.index --HG-- branch : py3.10 - - - - - 2 changed files: - pypy/module/array/interp_array.py - + pypy

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] remove pdb

2023-01-09 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy Commits: f183f9e5 by Carl Friedrich Bolz-Tereick at 2023-01-09T20:04:36+01:00 remove pdb --HG-- branch : py3.10 - - - - - 1 changed file: - pypy/module/array/interp_array.py View it on Heptapod: https://foss.hepta

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] staticmethod and classmethod have nicer reprs

2023-01-09 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy Commits: 99a14fa8 by Carl Friedrich Bolz-Tereick at 2023-01-09T20:36:08+01:00 staticmethod and classmethod have nicer reprs --HG-- branch : py3.10 - - - - - 3 changed files: - pypy/interpreter/function.py - pypy/inte

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] (narpfel, cfbolz): #3884 speed up nametuple _replace by code generation

2023-01-09 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 75565ba8 by Carl Friedrich Bolz-Tereick at 2023-01-09T20:54:27+01:00 (narpfel, cfbolz): #3884 speed up nametuple _replace by code generation --HG-- branch : py3.9 - - - - - 1 changed file: - lib-python/3/coll