File: whatsnew-pypy2-5.10.0.rst

package info (click to toggle)
pypy3 7.0.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 111,848 kB
  • sloc: python: 1,291,746; ansic: 74,281; asm: 5,187; cpp: 3,017; sh: 2,533; makefile: 544; xml: 243; lisp: 45; csh: 21; awk: 4
file content (42 lines) | stat: -rw-r--r-- 997 bytes parent folder | download | duplicates (2)
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.