File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,9 @@ for c-extension authors who wish their code to be performant on alternative
68
68
interpreters like GraalPython_ (written on top of the Java virtual machine),
69
69
RustPython_, and PyPy. Thanks to Oracle and IBM for sponsoring work on HPy.
70
70
71
+ Support for the vmprof_ statistical profiler has been extended to ARM64 via a
72
+ built-in backend.
73
+
71
74
Several issues exposed in the 7.3.3 release were fixed. Many of them came from the
72
75
great work ongoing to ship PyPy-compatible binary packages in `conda-forge`_.
73
76
A big shout out to them for taking this on.
@@ -124,6 +127,7 @@ building wheels for PyPy.
124
127
.. _`GraalPython`: https://github.com/graalvm/graalpython
125
128
.. _`RustPython`: https://github.com/RustPython/RustPython
126
129
.. _`renovated blog site`: https://pypy.org/blog
130
+ .. _vmprof: https://vmprof.readthedocs.io/en/latest/
127
131
128
132
129
133
What is PyPy?
You can’t perform that action at this time.
0 commit comments