mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +00:00
In development mode (-X dev) and in debug build, the io.IOBase destructor now logs close() exceptions. These exceptions are silent by default in release mode.