mirror of
https://github.com/python/cpython.git
synced 2026-01-29 06:06:01 +00:00
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