File: whatsnew-pypy2-5.10.0.rst

package info (click to toggle)
pypy3 7.3.11%2Bdfsg-2%2Bdeb12u3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 201,024 kB
  • sloc: python: 1,950,308; ansic: 517,580; sh: 21,417; asm: 14,419; cpp: 4,263; makefile: 4,228; objc: 761; xml: 530; exp: 499; javascript: 314; pascal: 244; lisp: 45; csh: 11; awk: 4
file content (42 lines) | stat: -rw-r--r-- 1,039 bytes parent folder | download | duplicates (5)
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
==========================
What's new in PyPy2.7 5.10
==========================

.. this is a revision shortly after release-pypy2.7-v5.9.0
.. startrev:d56dadcef996


.. branch: cppyy-packaging

Cleanup and improve cppyy packaging

.. branch: docs-osx-brew-openssl

.. branch: keep-debug-symbols

Add a smartstrip tool, which can optionally keep the debug symbols in a
separate file, instead of just stripping them away. Use it in packaging

.. branch: bsd-patches

Fix failures on FreeBSD, contributed by David Naylor as patches on the issue
tracker (issues 2694, 2695, 2696, 2697)

.. branch: run-extra-tests

Run extra_tests/ in buildbot

.. branch: vmprof-0.4.10

Upgrade the _vmprof backend to vmprof 0.4.10

.. branch: fix-vmprof-stacklet-switch
.. branch: fix-vmprof-stacklet-switch-2

Fix a vmprof+continulets (i.e. greenelts, eventlet, gevent, ...)

.. branch: win32-vcvars

.. branch: rdict-fast-hash

Make it possible to declare that the hash function of an r_dict is fast in RPython.