Skip to content

Commit 263f853

Browse files
committed
Merge pull request #2170 from mdboom/overriding_loader_is_ok
overriding "__loader__" is ok
2 parents 4f29479 + bee3fcd commit 263f853

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/tests/test_basic.py

Lines changed: 1 addition & 0 deletions
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)