]> granicus.if.org Git - python/commit
Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 4 Feb 2013 10:47:24 +0000 (12:47 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 4 Feb 2013 10:47:24 +0000 (12:47 +0200)
commit19c4e0df29234355074fe7ec67857f0a0b7e0a18
tree55fc3001eeeb6613b9dbe948da9a1ec51c44f3c8
parent64359d203e95f243eec661baa4226509a8bb2909
Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
parses nested mutating sequence.
Lib/ctypes/test/test_returnfuncptrs.py
Lib/test/test_functools.py
Lib/test/test_resource.py
Misc/NEWS
Modules/_ctypes/_ctypes.c
Modules/_functoolsmodule.c
Modules/resource.c