mirror of
https://github.com/python/cpython.git
synced 2025-10-09 08:31:26 +00:00
bpo-36785: PEP 574 implementation (GH-7076)
This commit is contained in:
parent
22ccb0b490
commit
91f4380ced
19 changed files with 1888 additions and 242 deletions
|
@ -224,7 +224,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', ignore=('partial',))
|
||||
cm('pickle', ignore=('partial', 'PickleBuffer'))
|
||||
# TODO(briancurtin): openfp is deprecated as of 3.7.
|
||||
# Update this once it has been removed.
|
||||
cm('aifc', ignore=('openfp', '_aifc_params')) # set with = in module
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue