]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #20041: Fixed TypeError when frame.f_trace is set to None.
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 4 Jun 2016 17:30:43 +0000 (20:30 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 4 Jun 2016 17:30:43 +0000 (20:30 +0300)
commitd37781eb2ea9263c846286117170c7b195c31076
treec5b50f6081a89a00bb9ad5e065f6b89c20cb6a67
parent06cd1c3d36ff7c38ba2e4836a8b83ea64df3ab29
Issue #20041: Fixed TypeError when frame.f_trace is set to None.
Patch by Xavier de Gaye.
Lib/test/test_sys_settrace.py
Misc/NEWS
Objects/frameobject.c