[pypy-commit] [Git][pypy/pypy][branch/default] add raise function to r_signal

2021-06-16 Thread Carl Friedrich Bolz-Tereick (@cfbolz)


Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy


Commits:
160b793d by Carl Friedrich Bolz-Tereick at 2021-06-16T13:08:43+02:00
add raise function to r_signal

- - - - -


2 changed files:

- rpython/rlib/rsignal.py
- rpython/rlib/test/test_rsignal.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/160b793daf31b7caf0e4de6b864647c5eb639dfb

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


___
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit


[pypy-commit] [Git][pypy/pypy][branch/py3.8] 7 commits: only set VMPROF_APPLE on darwin

2021-06-16 Thread Carl Friedrich Bolz-Tereick (@cfbolz)


Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy


Commits:
d0dcd24b by nimaje at 2021-06-13T10:20:33+02:00
only set VMPROF_APPLE on darwin

setting that on all systems that aren't handled explicitly breaks 
translation at least on freebsd,
but probably on everything that isn't darwin (wanted there), linux or 
windows (handled explicitly).

--HG--
branch : set-vmprof_apple-only-on-darwin

- - - - -
b0c7ca14 by Matti Picus at 2021-06-13T11:48:18+03:00
document and close branch to be merged

--HG--
branch : set-vmprof_apple-only-on-darwin

- - - - -
68eba336 by Matti Picus at 2021-06-13T11:48:53+03:00
merge set-vmprof_apple-only-on-darwin

- - - - -
72852e11 by Matti Picus at 2021-06-13T11:50:26+03:00
document merged branch

- - - - -
160b793d by Carl Friedrich Bolz-Tereick at 2021-06-16T13:08:43+02:00
add raise function to r_signal

- - - - -
fce3d324 by Carl Friedrich Bolz-Tereick at 2021-06-16T13:09:22+02:00
merge default

--HG--
branch : py3.8

- - - - -
3e5a1ec2 by Carl Friedrich Bolz-Tereick at 2021-06-16T13:19:38+02:00
implement raise_signal

--HG--
branch : py3.8

- - - - -


7 changed files:

- pypy/doc/whatsnew-head.rst
- pypy/module/signal/interp_signal.py
- pypy/module/signal/moduledef.py
- pypy/module/signal/test/test_signal.py
- rpython/rlib/rsignal.py
- rpython/rlib/rvmprof/cintf.py
- rpython/rlib/test/test_rsignal.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/81dce49e1ef55fb5ed1e07c82fe896330b1def82...3e5a1ec23f56652a050148aa6e990977002f6d4f

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/81dce49e1ef55fb5ed1e07c82fe896330b1def82...3e5a1ec23f56652a050148aa6e990977002f6d4f
You're receiving this email because of your account on foss.heptapod.net.


___
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit


[pypy-commit] [Git][pypy/pypy][branch/py3.8] follow CPython's new tuple hash

2021-06-16 Thread Carl Friedrich Bolz-Tereick (@cfbolz)


Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy


Commits:
5195f89f by Carl Friedrich Bolz-Tereick at 2021-06-16T17:51:03+02:00
follow CPython's new tuple hash

--HG--
branch : py3.8

- - - - -


3 changed files:

- pypy/objspace/std/specialisedtupleobject.py
- pypy/objspace/std/test/test_tupleobject.py
- pypy/objspace/std/tupleobject.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/5195f89fab567f2061eb7ab7f4ff95fda292f4bb

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


___
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit


[pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.2] Backed out changeset c826fb4a4709

2021-06-16 Thread Ronan Lamy (@rlamy)


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.heptapod.net/pypy/pypy/-/commit/9065cd3759a08e7ac5ba6822043e0d078e601e9a

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


___
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit


[pypy-commit] [Git][pypy/pypy][branch/py3.7] move class and fast-path instantiation out of the function (issue 3490)

2021-06-16 Thread Matti Picus (@mattip)


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


Commits:
44924cf5 by Matti Picus at 2021-06-16T20:24:52+03:00
move class and fast-path instantiation out of the function (issue 3490)

--HG--
branch : py3.7

- - - - -


1 changed file:

- lib_pypy/_cffi_ssl/_stdssl/__init__.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/44924cf5b44633e6ed3beb1d4b5eec43793b5974

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


___
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit


[pypy-commit] [Git][pypy/pypy][branch/py3.8] 7 commits: typo in _winapi.WriteFile (issue 3487). When is this code hit?

2021-06-16 Thread Matti Picus (@mattip)


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


Commits:
94832676 by Matti Picus at 2021-06-12T23:23:21+03:00
typo in _winapi.WriteFile (issue 3487). When is this code hit?

--HG--
branch : py3.7

- - - - -
8d4c8e35 by Matti Picus at 2021-06-13T00:42:40+03:00
externals is not required for conda builds

--HG--
branch : py3.7

- - - - -
8a5ccedf by Matti Picus at 2021-06-13T08:48:35+03:00
in package.py, only copy if needed (for conda build)

--HG--
branch : py3.7

- - - - -
e9cbdf45 by Matti Picus at 2021-06-14T05:56:24+03:00
create pypy.exe, pypyw.exe, python.exe, pythonw.exe in packaging windows

--HG--
branch : py3.7

- - - - -
903bf726 by Matti Picus at 2021-06-14T23:16:56+03:00
add a passing test

--HG--
branch : py3.7

- - - - -
44924cf5 by Matti Picus at 2021-06-16T20:24:52+03:00
move class and fast-path instantiation out of the function (issue 3490)

--HG--
branch : py3.7

- - - - -
0af58f32 by rtkbkish at 2021-06-16T20:28:48+03:00
merge py3.7 with ssl fix to py3.8

--HG--
branch : py3.8

- - - - -


5 changed files:

- lib_pypy/_cffi_ssl/_stdssl/__init__.py
- lib_pypy/_winapi.py
- lib_pypy/pypy_tools/build_cffi_imports.py
- pypy/module/cpyext/test/test_unicodeobject.py
- pypy/tool/release/package.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/5195f89fab567f2061eb7ab7f4ff95fda292f4bb...0af58f32a14ceb4993a7ec9366cd016611c55be0

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/5195f89fab567f2061eb7ab7f4ff95fda292f4bb...0af58f32a14ceb4993a7ec9366cd016611c55be0
You're receiving this email because of your account on foss.heptapod.net.


___
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit


[pypy-commit] [Git][pypy/pypy][branch/default] add alias (from comment in issue 3490)

2021-06-16 Thread Matti Picus (@mattip)


Matti Picus pushed to branch branch/default at PyPy / pypy


Commits:
f60c26a0 by Matti Picus at 2021-06-16T23:24:26+03:00
add alias (from comment in issue 3490)

- - - - -


1 changed file:

- pypy/doc/tool/makecontributor.py


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

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


___
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit