commit | 64a263a1ceed726494767d833a2ea33033a6ae28 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sat Jun 04 20:32:36 2016 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sat Jun 04 20:32:36 2016 +0300 |
tree | b8a2339ab7c3da9cd0e71694f313ccfcbb631475 | |
parent | 89beb27061178e3cdb2d249b3719e4f35234db48 [diff] |
Issue #20041: Fixed TypeError when frame.f_trace is set to None. Patch by Xavier de Gaye.