Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add a note in What's New in Python 3.10
  • Loading branch information
vstinner committed Dec 5, 2020
commit 9309a5932a4953829003dff4a3ee63559face3d4
4 changes: 4 additions & 0 deletions Doc/whatsnew/3.10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,10 @@ Porting to Python 3.10
:ref:`Python Path Configuration. <init-path-config>`.
(Contributed by Victor Stinner in :issue:`42260`.)

* Convert the :c:func:`PyTuple_SET_ITEM()`, :c:func:`PyList_SET_ITEM()` and
:c:func:`PyCell_SET()` macros to static inline functions.
(Contributed by Victor Stinner in :issue:`30459`.)

Deprecated
----------

Expand Down