Julien Danjou <jul...@danjou.info> added the comment:

That's a good question. Considering that Py_DEFAULT_RECURSION_LIMIT is 1000, we 
could probably settle on 2 bytes by using an uint16_t which ought to be enough 
unless people regularly trace Python stack traces bigger that are bigger than 
2^16.

----------

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

Reply via email to