STINNER Victor <vstin...@python.org> added the comment:

Once PR 19503 will be merged, I would be interested to see if 
setjmp()/longjmp() can be avoided. I'm scared by these functions: they require 
that all functions in between setjmp() and longjmp() call stack have no state 
and don't need any cleanup at exit.

----------
nosy: +vstinner

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

Reply via email to