Project

General

Profile

« Previous | Next » 

Revision 4b14b290

Added by jeremyevans (Jeremy Evans) about 3 years ago

Uncomment code to raise LocalJumpError for yield across thread through enum

Not sure if this is the correct fix. It does raise LocalJumpError in
the yielding thread as you would expect, but the value yielded to the calling
thread is still yielded without an exception.

Fixes [Bug #18649]