Skip to content

Commit da97340

Browse files
committed
add NEWS entry
1 parent 03d0d11 commit da97340

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
The built-in :meth:`defaultdict.__missing__` method no longer exists. A custom
2+
:meth:`~object.__missing__` method should no longer insert the generated value
3+
into the dictionary, as this is done by the new :meth:`__getitem__` method.
4+
defaultdict is now safe to use with :term:`free threading`.

0 commit comments

Comments
 (0)