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
235235 This is not to be confused with `tail call optimization `__ of Python
236236 functions, which is currently not implemented in CPython.
237237
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+
238242 __ https://en.wikipedia.org/wiki/Tail_call
239243
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
241245in CPython by Mark Shannon, Garrett Gu, Haoran Xu, and Josh Haberman.)
242246
243247
You can’t perform that action at this time.
0 commit comments