Skip to content

Commit bee3fcd

Browse files
committed
On Python 3.3, the __loader__ variable may get set when modules are loaded, so this is ok to override
1 parent 15d6150 commit bee3fcd

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)