mirror of
https://github.com/python/cpython.git
synced 2026-05-07 21:20:55 -04:00
3f4d90d4d7
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()".
Miscellaneous source files for the main Python shared library