This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-09-19 07:00:59 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
11
900c48dba3
cpython
/
Lib
/
test
/
test_warnings
History
Download ZIP
Download TAR.GZ
Victor Stinner
b056562860
bpo-33509: Fix _warnings for module_globals=None (
#6833
)
...
Don't crash on warnings.warn_explicit() if module_globals is not a dict.
2018-05-15 20:42:12 +02:00
..
data
__init__.py
bpo-33509: Fix _warnings for module_globals=None (
#6833
)
2018-05-15 20:42:12 +02:00
__main__.py