Staging
v0.5.0
https://github.com/python/cpython
Revision 6c7fb55d4491327d07f7a33ce25498ac2e871818 authored by Victor Stinner on 21 November 2016, 15:44:01 UTC, committed by Victor Stinner on 21 November 2016, 15:44:01 UTC
Reloading the warnings module duplicates filters in warnings.filters. Fixing
the issue is tricky. It was decided to simply remove the check from Python 3.5,
since the bug only impacts Python unit tests, not real applications.

The check is kept in Python 3.6 and newer.
1 parent 6a4d762
History
Tip revision: 6c7fb55d4491327d07f7a33ce25498ac2e871818 authored by Victor Stinner on 21 November 2016, 15:44:01 UTC
Issue #28688: Remove warnings.filters check from regrtest
Tip revision: 6c7fb55
File Mode Size
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Programs
Python
Tools
.bzrignore -rw-r--r-- 582 bytes
.gitignore -rw-r--r-- 1.3 KB
.hgeol -rw-r--r-- 996 bytes
.hgignore -rw-r--r-- 1.3 KB
.hgtags -rw-r--r-- 8.0 KB
.hgtouch -rw-r--r-- 1.3 KB
LICENSE -rw-r--r-- 12.5 KB
Makefile.pre.in -rw-r--r-- 57.1 KB
README -rw-r--r-- 8.3 KB
aclocal.m4 -rw-r--r-- 10.7 KB
config.guess -rwxr-xr-x 41.9 KB
config.sub -rwxr-xr-x 34.9 KB
configure -rwxr-xr-x 468.3 KB
configure.ac -rw-r--r-- 154.2 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 40.9 KB
setup.py -rw-r--r-- 97.6 KB

README

back to top