[issue6012] enhance getargs O& to accept cleanup function

Hirokazu Yamamoto report at bugs.python.org
Wed May 13 13:46:20 CEST 2009


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

This issue comes from #5990.

Currently, O& doesn't accept general cleanup function. This causes
memory leak sometimes. Here is an experimental patch to create new
format O&& similar to O& but have general cleanup function.

----------
components: Interpreter Core
files: experimental_getargs_with_cleanup.patch
keywords: patch
messages: 87677
nosy: ocean-city
severity: normal
status: open
title: enhance getargs O& to accept cleanup function
versions: Python 2.7, Python 3.1
Added file: http://bugs.python.org/file13976/experimental_getargs_with_cleanup.patch

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


More information about the Python-bugs-list mailing list