Skip to content

Commit

Permalink
bpo-39573: Apply code review
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 committed May 25, 2020
1 parent 8e9637a commit a8b98db
Showing 1 changed file with 21 additions and 7 deletions.
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
=======


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()`.
(Contributed by Dong-hee Na in :issue:`39573`.)
(Contributed by Dong-hee Na in :issue:`39573`.)


Removed
-------

0 comments on commit a8b98db

Please sign in to comment.