]> 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:54:04 +0000 (12:54 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 4 Feb 2013 10:54:04 +0000 (12:54 +0200)
commit1d0bb9c8f97b0f4fc6717f73555576f523965e42
treec6fe486557438be079c676b0fb2fc3b80af8d772
parentcfe34744e3c785a56525ab8a9473336206f5854d
parent19c4e0df29234355074fe7ec67857f0a0b7e0a18
Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
parses nested mutating sequence.
Lib/test/test_functools.py
Misc/NEWS
Modules/_ctypes/_ctypes.c
Modules/_functoolsmodule.c
Modules/resource.c