cpython: 288953a787ce (original) (raw)

Mercurial > cpython

changeset 98714:288953a787ce

Issue #24164: Fix test_pyclbr Ignore pickle.partial symbol which comes from functools.partial. [#24164]

Victor Stinner victor.stinner@gmail.com
date Mon, 12 Oct 2015 14:38:24 +0200
parents b45083aac800
children 8e27f8398a4f
files Lib/test/test_pyclbr.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Lib/test/test_pyclbr.py 2

line wrap: on

line diff

--- a/Lib/test/test_pyclbr.py +++ b/Lib/test/test_pyclbr.py @@ -156,7 +156,7 @@ class PyclbrTest(TestCase): # These were once about the 10 longest modules cm('random', ignore=('Random',)) # from _random import Random as CoreGenerator cm('cgi', ignore=('log',)) # set with = in module