File tree 1 file changed +7
-5
lines changed
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.
230
230
For further information on how to build Python, see
231
231
:option: `--with-tail-call-interp `.
232
232
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
-
236
233
.. note ::
237
234
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.)
240
242
241
243
242
244
Other language changes
You can’t perform that action at this time.
0 commit comments