mirror of
https://github.com/python/cpython.git
synced 2026-05-09 22:20:38 -04:00
2ef3676a5b
* [3.12] gh-109538: Avoid RuntimeError when StreamWriter is deleted with closed loop (GH-111983) Issue a ResourceWarning instead. (cherry picked from commite0f5127975) gh-109538: Avoid RuntimeError when StreamWriter is deleted with closed loop (#111983) Issue a ResourceWarning instead. Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> (cherry picked from commite0f5127975) * Fix missing warnings import