[New-bugs-announce] [issue9927] Leak around GetFinalPathNameByHandle (Windows)

Hirokazu Yamamoto report at bugs.python.org
Thu Sep 23 17:39:08 CEST 2010


New submission from Hirokazu Yamamoto <ocean-city at m2.ccsnet.ne.jp>:

I've found there are leaks around GetFinalPathNameByHandle in
Modules/posixmodule.c. (Leaks when function fails)

I hope attached patch will fix this.

----------
components: Windows
files: py3k_fix_leak_around_GetFinalPathNameByHandle.patch
keywords: patch
messages: 117197
nosy: ocean-city
priority: normal
severity: normal
status: open
title: Leak around GetFinalPathNameByHandle (Windows)
versions: Python 3.2
Added file: http://bugs.python.org/file18979/py3k_fix_leak_around_GetFinalPathNameByHandle.patch

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


More information about the New-bugs-announce mailing list