Christian Tismer <tis...@stackless.com> added the comment:

FWIW, getting all function to avoid the C stack will most probably take a long 
time, if it happens at all. Especially functions which might call into Python 
multiple times must be re-designed heavily, turned into multiple pieces to be 
in tail position. Been there, long ago... :)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue45256>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to