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: Refleak in test_imp on Windows
Type: resource usage Stage: resolved
Components: Versions: Python 3.3, Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: python-dev, sbt
Priority: normal Keywords: patch

Created on 2013-06-10 11:54 by sbt, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
load_dynamic.patch sbt, 2013-06-10 11:54
Messages (2)
msg190901 - (view) Author: Richard Oudkerk (sbt) * (Python committer) Date: 2013-06-10 11:54
Seems to be in error path of _PyImport_GetDynLoadWindows().
msg190911 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-06-10 14:46
New changeset ec854f76d6b9 by Richard Oudkerk in branch '3.3':
Issue #18180: Fix ref leak in _PyImport_GetDynLoadWindows().
http://hg.python.org/cpython/rev/ec854f76d6b9
History
Date User Action Args
2022-04-11 14:57:46adminsetgithub: 62380
2013-06-10 15:51:10sbtsetstatus: open -> closed
type: resource usage
stage: resolved
resolution: fixed
versions: + Python 3.3, Python 3.4
2013-06-10 14:46:57python-devsetnosy: + python-dev
messages: + msg190911
2013-06-10 11:54:25sbtcreate