Skip to content

Commit 711cdc0

Browse files
committed
Add NEWS entry
1 parent 7e4f175 commit 711cdc0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Move the following unstable functions to ``<pycore_optimizer.h>`` internal
2+
header:
3+
4+
* ``PyUnstable_Replace_Executor()``
5+
* ``PyUnstable_SetOptimizer()``
6+
* ``PyUnstable_GetOptimizer()``
7+
* ``PyUnstable_GetExecutor()``
8+
* ``PyUnstable_Optimizer_NewCounter()``
9+
* ``PyUnstable_Optimizer_NewUOpOptimizer()``
10+
11+
Patch by Victor Stinner.

0 commit comments

Comments
 (0)