aboutsummaryrefslogtreecommitdiff
blob: 599d0fad40c9ca5da128946e8ec3959a278c0698 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
============================
What's new in PyPy2.7 7.3.0+
============================

.. this is a revision shortly after release-pypy-7.3.0
.. startrev: 994c42529580

.. branch: cpyext-speedup-tests

Make cpyext test faster, especially on py3.6

.. branch: array-and-nan

Handle ``NAN`` more correctly in ``array.array`` for ``__eq__`` and ``count``

.. branch: bpo-16055

Fixes incorrect error text for ``int('1', base=1000)``

.. branch: heptapod

adapt contributing documentation to heptapod

.. branch: pypy-jitdriver-greenkeys

Improve code generation for generators (and generator expressions in
particular) when passing them to builtin functions that consume iterators, such
as ``sum``, ``map``, ``max``, etc.

.. branch: warmup-improvements-various

Improves warmup time by up to 20%.

.. branch: StringIO-perf

Improve performance of io.StringIO(). It should now be faster than CPython in
common use cases.

.. branch: rgil-track-thread
.. branch: hpy-rpython-backports

.. branch: nested-scopes-jit

Improve the code generation for inner functions that use outer variables that
are constant.

.. branch win32-cppyy

Enable _cppyy for win32, prefer newer msvc compilers