Serhiy Storchaka <[email protected]> added the comment:
In issue25782 two different solutions for general problem was proposed.
When trying to raise the exception H,
F -> G -> H -> I -> NULL
with Yury's patch you would get
H -> NULL
and with my path you would get
H -> F -> G -> I -> NULL
The issue was closed because we did not have realistic example when raising
exception from the __context__ list would be reasonable and the more concrete
original issue was fixed in other way. Now we have other example of creating
cycles with __context__, so we can reopen yhat issue and decide what solution
is better.
----------
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue40696>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com