This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: fix test_doctest relying on refcounting to close files
Type: behavior Stage: resolved
Components: Versions: Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: bdkearns, python-dev, serhiy.storchaka
Priority: normal Keywords: patch

Created on 2014-12-19 17:53 by bdkearns, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
fix_test_doctest.patch bdkearns, 2014-12-19 17:53
Messages (2)
msg232969 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2014-12-20 12:18
See also issue22831.
msg232980 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-12-20 19:43
New changeset f00412d32b41 by Benjamin Peterson in branch '2.7':
explicitly close files (closes #23090)
https://hg.python.org/cpython/rev/f00412d32b41
History
Date User Action Args
2022-04-11 14:58:11adminsetgithub: 67279
2014-12-20 19:43:23python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg232980

resolution: fixed
stage: resolved
2014-12-20 12:18:49serhiy.storchakasetnosy: + serhiy.storchaka
messages: + msg232969
2014-12-19 17:53:40bdkearnscreate