File: whatsnew-pypy3-7.2.0.rst

package info (click to toggle)
pypy3 7.3.19%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 212,236 kB
  • sloc: python: 2,098,316; ansic: 540,565; sh: 21,462; asm: 14,419; cpp: 4,451; makefile: 4,209; objc: 761; xml: 530; exp: 499; javascript: 314; pascal: 244; lisp: 45; csh: 12; awk: 4
file content (58 lines) | stat: -rw-r--r-- 1,512 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
=========================
What's new in PyPy3 7.2.0
=========================

.. this is the revision after release-pypy3.6-v7.1.1
.. startrev: db5a1e7fbbd0

.. branch: fix-literal-prev_digit-underscore

Fix parsing for converting strings with underscore into ints

.. branch: winmultiprocessing

Improve multiprocessing support on win32

.. branch: setitem2d

Allow 2d indexing in ``memoryview.__setitem__`` (issue bb-3028)

.. branch: py3.6-socket-fix
.. branch: fix-importerror
.. branch: dj_s390
.. branch: bpo-35409
.. branch: remove_array_with_char_test
.. branch: fix_test_unicode_outofrange
.. branch: Ram-Rachum/faulthandleris_enabled-should-return-fal-1563636614875
.. branch: Anthony-Sottile/fix-leak-of-file-descriptor-with-_iofile-1559687440863

.. branch: py3tests

Add handling of application-level test files and -D flag to test runner

.. branch: vendor/stdlib-3.6
.. branch: stdlib-3.6.9

Update standard library to version 3.6.9

.. branch: __debug__-optimize

Fix handling of __debug__, sys.flags.optimize, and '-O' command-line flag to 
match CPython 3.6.

.. branch: more-cpyext

Add ``PyErr_SetFromWindowsErr`` and ``pytime.h``, ``pytime.c``. Fix order of
fields in ``Py_buffer``.

.. branch: Ryan-Hileman/add-support-for-zipfile-stdlib-1562420744699

Add support for the entire stdlib being inside a zipfile


.. branch: json-decoder-maps-py3.6

Much faster and more memory-efficient JSON decoding. The resulting
dictionaries that come out of the JSON decoder have faster lookups too.