File: whatsnew-pypy2-7.3.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 (41 lines) | stat: -rw-r--r-- 1,091 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
===========================
What's new in PyPy2.7 7.3.0
===========================

.. this is a revision shortly after release-pypy-7.2.0
.. startrev: a511d86377d6 

.. branch: fix-descrmismatch-crash

Fix segfault when calling descr-methods with no arguments

.. branch: https-readme

Convert http -> https in README.rst

.. branch: license-update

Update list directories in LICENSE

.. branch: allow-forcing-no-embed

When packaging, allow suppressing embedded dependencies via
PYPY_NO_EMBED_DEPENDENCIES

.. branch: int-test-is-zero

.. branch: cppyy-dev

Upgraded the built-in ``_cppyy`` module to ``cppyy-backend 1.10.6``, which
provides, among others, better template resolution, stricter ``enum`` handling,
anonymous struct/unions, cmake fragments for distribution, optimizations for
PODs, and faster wrapper calls.

.. branch: backport-decode_timeval_ns-py3.7

Backport ``rtime.decode_timeval_ns`` from py3.7 to rpython

.. branch: kill-asmgcc

Completely remove the deprecated translation option ``--gcrootfinder=asmgcc``
because it no longer works with a recent enough ``gcc``.