bpo-34066: Disabled interruption before SETUP_WITH and BEFORE_ASYNC_WITH. (GH-8159)
This will prevent emitting a resource warning when the execution was interrupted by Ctrl-C between calling open() and entering a 'with' block in "with open()".
S
Serhiy Storchaka committed
3f4d90d4d72921f16babd3f52d7df804916af224
Parent: cf7303e
Committed by Nick Coghlan <ncoghlan@gmail.com>
on 7/9/2018, 12:40:14 PM