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
cm('pickle')[](#l1.7)
cm('pickle', ignore=('partial',))[](#l1.8) cm('aifc', ignore=('openfp', '_aifc_params')) # set with = in module[](#l1.9) cm('sre_parse', ignore=('dump', 'groups')) # from sre_constants import *; property[](#l1.10) cm('pdb')[](#l1.11)