bug in PyPy3 context __exit__ handling

July 1, 2018
1:37 p.m.
Please see attached test. Returning True from __exit__ when type is None can break expected program flow. So far, I've found that each of break/continue/return inside a with block is affected. Both with and without '--jit off' PyPy2 is unaffected. Thanks! -Nate
2453
Age (days ago)
2453
Last active (days ago)
1 comments
2 participants
participants (2)
-
Armin Rigo
-
Nathaniel Pierce