Skip to content
Merged
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
Next Next commit
bpo-39573: Apply code review
  • Loading branch information
corona10 committed May 25, 2020
commit a8b98dbea1f014656120720b4f0b004a5202471d
28 changes: 21 additions & 7 deletions Doc/whatsnew/3.10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,26 +91,40 @@ Optimizations
=============


Build Changes
=============



Deprecated
==========



Removed
=======
Comment thread
corona10 marked this conversation as resolved.


Porting to Python 3.10
======================

This section lists previously described changes and other bugfixes
that may require changes to your code.



Build Changes
=============


C API Changes
=============

New Features
------------


Porting to Python 3.10
----------------------

* Since :c:func:`Py_TYPE()` is changed to the inline static function,
``Py_TYPE(obj) = new_type`` should be ported to use :c:func:`Py_SET_TYPE()`.
Comment thread
corona10 marked this conversation as resolved.
Outdated
(Contributed by Dong-hee Na in :issue:`39573`.)
(Contributed by Dong-hee Na in :issue:`39573`.)


Removed
-------