Skip to content

Commit 699ea77

Browse files
committed
Add to What's New
1 parent 64ebb4f commit 699ea77

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,11 @@ Other language changes
204204
controlled by :ref:`environment variables <using-on-controlling-color>`.
205205
(Contributed by Peter Bierma in :gh:`134170`.)
206206

207+
* The :attr:`~object.__dict__` and :attr:`!__weakref__` descriptors now use a
208+
single descriptor instance per interpreter, shared across all types that
209+
need them.
210+
(Contributed by Petr Viktorin in :gh:`135228`.)
211+
207212

208213
New modules
209214
===========
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
The :attr:`type.__dict__` and :attr:`!__weakref__` descriptors now use a
1+
The :attr:`object.__dict__` and :attr:`!__weakref__` descriptors now use a
22
single descriptor instance per interpreter, shared across all types that
33
need them.

0 commit comments

Comments
 (0)