[Python-Dev] cpython: fixd refleak (original) (raw)
Antoine Pitrou solipsis at pitrou.net
Thu Jun 13 23:42:21 CEST 2013
- Previous message: [Python-Dev] cpython: fixd refleak
- Next message: [Python-Dev] Allow calling PyMem_Malloc() without the GIL held in Python 3.4
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, 13 Jun 2013 23:39:49 +0200 Christian Heimes <christian at python.org> wrote:
Am 13.06.2013 20:59, schrieb Antoine Pitrou: > How about > > return PyBuildValue("NNNN", ofileenv, ofile, odirenv, odir); > > ?
Oh right, I forgot about 'N'. The PyArgParse*() methods don't have it. Do you want me to modify the code to use PyBuildValue()?
Always better to use the simple form, IMO. Go for it!
Regards
Antoine.
- Previous message: [Python-Dev] cpython: fixd refleak
- Next message: [Python-Dev] Allow calling PyMem_Malloc() without the GIL held in Python 3.4
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]