]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #25455: Fixed a crash in repr of recursive functools.partial objects.
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 12 Jun 2016 08:44:06 +0000 (11:44 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 12 Jun 2016 08:44:06 +0000 (11:44 +0300)
commit179f960d47dc9f2c18e5b535db63fb70b21fc3ea
treeaa4988b55963881faaab7671a4bd0609cd5dc32b
parentcbe6142135667f045a21264619a61d74a9a1ff67
Issue #25455: Fixed a crash in repr of recursive functools.partial objects.
Lib/test/test_functools.py
Misc/NEWS
Modules/_functoolsmodule.c