New submission from Antoine Pitrou <pit...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue5990>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to