File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -235,9 +235,13 @@ For further information on how to build Python, see
235
235
This is not to be confused with `tail call optimization `__ of Python
236
236
functions, which is currently not implemented in CPython.
237
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
+
238
242
__ https://en.wikipedia.org/wiki/Tail_call
239
243
240
- (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
241
245
in CPython by Mark Shannon, Garrett Gu, Haoran Xu, and Josh Haberman.)
242
246
243
247
You can’t perform that action at this time.
0 commit comments