[New-bugs-announce] [issue5990] Memory leak in os.rename() and other functions

Antoine Pitrou report at bugs.python.org
Sun May 10 22:44:54 CEST 2009


New submission from Antoine Pitrou <pitrou at free.fr>:

A small memory leak appeared in test_os with the PEP 383 checkins. The
leak occurs in test_rename and is due to posix_2str. Here is a patch.

----------
components: Library (Lib)
files: os_leak.patch
keywords: patch
messages: 87543
nosy: loewis, pitrou
priority: high
severity: normal
stage: patch review
status: open
title: Memory leak in os.rename() and other functions
type: resource usage
versions: Python 3.1
Added file: http://bugs.python.org/file13951/os_leak.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5990>
_______________________________________


More information about the New-bugs-announce mailing list