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

Carl Friedrich Bolz-Tereick (@cfbolz) foss at heptapod.net
Wed Jun 16 07:19:55 EDT 2021



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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pypy-commit/attachments/20210616/38b29baf/attachment.html>


More information about the pypy-commit mailing list