We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33a7094 commit f2ae79dCopy full SHA for f2ae79d
Doc/whatsnew/3.14.rst
@@ -235,9 +235,13 @@ For further information on how to build Python, see
235
This is not to be confused with `tail call optimization`__ of Python
236
functions, which is currently not implemented in CPython.
237
238
+ This new interpreter type is an internal implementation detail of the CPython
239
+ interpreter. It doesn't change the visible behavior of Python programs at
240
+ all. It can improve their performance, but doesn't change anything else.
241
+
242
__ https://en.wikipedia.org/wiki/Tail_call
243
-(Contributed by Ken Jin in :gh:`128718`, with ideas on how to implement this
244
+(Contributed by Ken Jin in :gh:`128563`, with ideas on how to implement this
245
in CPython by Mark Shannon, Garrett Gu, Haoran Xu, and Josh Haberman.)
246
247
0 commit comments