File tree 1 file changed +21
-7
lines changed
1 file changed +21
-7
lines changed Original file line number Diff line number Diff line change @@ -91,26 +91,40 @@ Optimizations
91
91
=============
92
92
93
93
94
- Build Changes
95
- =============
96
-
97
-
98
-
99
94
Deprecated
100
95
==========
101
96
102
97
103
-
104
98
Removed
105
99
=======
106
100
107
101
102
+ Porting to Python 3.10
103
+ ======================
104
+
105
+ This section lists previously described changes and other bugfixes
106
+ that may require changes to your code.
107
+
108
+
109
+
110
+ Build Changes
111
+ =============
112
+
113
+
108
114
C API Changes
109
115
=============
110
116
117
+ New Features
118
+ ------------
119
+
120
+
111
121
Porting to Python 3.10
112
122
----------------------
113
123
114
124
* Since :c:func: `Py_TYPE() ` is changed to the inline static function,
115
125
``Py_TYPE(obj) = new_type `` should be ported to use :c:func: `Py_SET_TYPE() `.
116
- (Contributed by Dong-hee Na in :issue: `39573 `.)
126
+ (Contributed by Dong-hee Na in :issue: `39573 `.)
127
+
128
+
129
+ Removed
130
+ -------
You can’t perform that action at this time.
0 commit comments