File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -230,13 +230,15 @@ tested and can validate its improved performance.
230230For further information on how to build Python, see
231231:option: `--with-tail-call-interp `.
232232
233- (Contributed by Ken Jin in :gh: `128718 `, with ideas on how to implement this
234- in CPython by Mark Shannon, Garret Gu, Haoran Xu, and Josh Haberman.)
235-
236233.. note ::
237234
238- This is not to be confused with tail call optimization of Python code.
239- Python functions do not currently have tail call optimization.
235+ This is not to be confused with `tail call optimization `__ of Python
236+ functions, which is currently not implemented in CPython.
237+
238+ __ https://en.wikipedia.org/wiki/Tail_call
239+
240+ (Contributed by Ken Jin in :gh: `128718 `, with ideas on how to implement this
241+ in CPython by Mark Shannon, Garret Gu, Haoran Xu, and Josh Haberman.)
240242
241243
242244Other language changes
You can’t perform that action at this time.
0 commit comments