Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

My argument is the loop creation should be prevented at first place. 
PyErr_SetObject() is not the only C code that can hang or overflow the stack 
when iterate a loop. Preventing creation of the loop will fix all other code 
that iterate the __context__ chain.

----------

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

Reply via email to