Skip to content

Commit c8f7c86

Browse files
dmcdougallmdboom
authored andcommitted
Merge pull request #2170 from mdboom/overriding_loader_is_ok
overriding "__loader__" is ok
1 parent 5f28c79 commit c8f7c86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/tests/test_basic.py

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ def test_override_builtins():
1616
'__name__',
1717
'__doc__',
1818
'__package__',
19+
'__loader__',
1920
'any',
2021
'all',
2122
'sum'

0 commit comments

Comments
 (0)