cpython/Misc/NEWS.d/next
Victor Stinner 2f9ada96e0
bpo-40521: Make Unicode latin1 singletons per interpreter (GH-21101)
Each interpreter now has its own Unicode latin1 singletons.

Remove "ifdef EXPERIMENTAL_ISOLATED_SUBINTERPRETERS"
and "ifdef LATIN1_SINGLETONS": always enable latin1 singletons.

Optimize unicode_result_ready(): only attempt to get a latin1
singleton for PyUnicode_1BYTE_KIND.
2020-06-24 02:22:21 +02:00
..
Build bpo-36020: Require vsnprintf() to build Python (GH-20899) 2020-06-16 00:54:44 +02:00
C API bpo-40943: PY_SSIZE_T_CLEAN required for '#' formats (GH-20784) 2020-06-19 11:45:31 +02:00
Core and Builtins bpo-40521: Make Unicode latin1 singletons per interpreter (GH-21101) 2020-06-24 02:22:21 +02:00
Documentation bpo-40552 Add 'users' variable in code sample (tutorial 4.2). (GH-19992) 2020-05-22 21:29:34 -03:00
IDLE bpo-39885: Make IDLE context menu cut and copy work again (GH-18951) 2020-05-29 18:54:14 -04:00
Library bpo-31938: Fix default-value signatures of several functions in the select module (GH-21066) 2020-06-23 23:49:56 +02:00
Security Consolidate 3.9.0b1 NEWS in the master branch 2020-05-19 13:33:08 +02:00
Tests bpo-41085: Fix array.array.index() on 64-bit Windows (GH-21071) 2020-06-23 15:21:16 +02:00
Tools-Demos Consolidate 3.9.0b1 NEWS in the master branch 2020-05-19 13:33:08 +02:00
Windows bpo-41039: Simplify python3.dll build (GH-20989) 2020-06-23 20:33:23 +01:00
macOS bpo-41005: Fixed perrmission error (GH-20936) 2020-06-22 11:06:07 +02:00