cpython/Misc/NEWS.d/next/Library/2024-01-01-13-26-02.gh-issue-85567.K4U15m.rst
Serhiy Storchaka bd754b93ca
gh-85567: Fix resouce warnings in pickle and pickletools CLIs (GH-113618)
Explicitly open and close files instead of using FileType.
2024-01-06 00:12:34 +02:00

2 lines
106 B
ReStructuredText

Fix resource warnings for unclosed files in :mod:`pickle` and
:mod:`pickletools` command line interfaces.