[pypy-commit] [Git][pypy/pypy][branch/threaded-code-generation] fix CALL handler and pseudo functions in tla, and add several small modifications and deletions

2022-03-22 Thread Yusuke Izawa (@3tty0n)
Yusuke Izawa pushed to branch branch/threaded-code-generation at PyPy / pypy Commits: 4ceecd05 by Yusuke Izawa at 2022-03-22T16:31:18+09:00 fix CALL handler and pseudo functions in tla, and add several small modifications and deletions --HG-- branch : threaded-code-generation - - - - - 3 c

[pypy-commit] [Git][pypy/pypy][branch/default] (Serhiy Storchaka, Michał Górny, cfbolz applying)

2022-03-22 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 9b377a08 by Carl Friedrich Bolz-Tereick at 2022-03-22T09:18:46+01:00 (Serhiy Storchaka, Michał Górny, cfbolz applying) bpo-46756: Fix authorization check in urllib.request (GH-31353) Fix a bug in urllib.reques

[pypy-commit] [Git][pypy/pypy][branch/default] missing JIT optimization: list.extend(tuple) always forced the list. stop doing that.

2022-03-22 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 2d231563 by Carl Friedrich Bolz-Tereick at 2022-03-22T11:20:30+01:00 missing JIT optimization: list.extend(tuple) always forced the list. stop doing that. this helps #3649 for 3.9 in particular, because there

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/pep-3123

2022-03-22 Thread Matti Picus (@mattip)
Matti Picus pushed new branch branch/pep-3123 at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/pep-3123 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list --

[pypy-commit] [Git][pypy/pypy][branch/default] tiny optimization: make space.len_w and space.hash_w more efficient, by not

2022-03-22 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 9ca2e891 by Carl Friedrich Bolz-Tereick at 2022-03-22T19:51:07+01:00 tiny optimization: make space.len_w and space.hash_w more efficient, by not unwrapping and rewrapping the results. - - - - - 2 changed file

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 9 commits: add failing test required for PEP 3123 (stric-aliasing) (issue 3706)

2022-03-22 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 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 rearr

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 7 commits: add failing test required for PEP 3123 (stric-aliasing) (issue 3706)

2022-03-22 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 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 rearr

[pypy-commit] [Git][pypy/pypy][branch/py3.9] - call the correct function directly

2022-03-22 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 400478c9 by Carl Friedrich Bolz-Tereick at 2022-03-22T20:30:56+01:00 - call the correct function directly - delete some dead and incorrect code. type checking of the arguments is done in argument.py --HG-- bran

[pypy-commit] [Git][pypy/pypy][branch/pep-3123] fix tests, fix initialization warning

2022-03-22 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/pep-3123 at PyPy / pypy Commits: 2d879c52 by Matti Picus at 2022-03-22T22:48:45+02:00 fix tests, fix initialization warning --HG-- branch : pep-3123 - - - - - 5 changed files: - pypy/module/cpyext/include/object.h - pypy/module/cpyext/pyobject.py - pypy/

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/py3-pep-3123

2022-03-22 Thread Matti Picus (@mattip)
Matti Picus pushed new branch branch/py3-pep-3123 at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/py3-pep-3123 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailin