https://github.com/python/cpython
Revision 065aff3c518a641e7a734a5b93f9ebed1b405c49 authored by Victor Stinner on 28 June 2019, 16:13:33 UTC, committed by GitHub on 28 June 2019, 16:13:33 UTC
_PyWarnings_Init() only allocates memory once at startup but it is
not released at exit. Ignore this issue to be able to catch other
bugs more easily.
1 parent 4397c68
History
Tip revision: 065aff3c518a641e7a734a5b93f9ebed1b405c49 authored by Victor Stinner on 28 June 2019, 16:13:33 UTC
[2.7] bpo-37329: valgrind: ignore _PyWarnings_Init false alarms (GH-14202)
Tip revision: 065aff3
File Mode Size
.github
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.bzrignore -rw-r--r-- 552 bytes
.gitattributes -rw-r--r-- 809 bytes
.gitignore -rw-r--r-- 1.2 KB
.travis.yml -rw-r--r-- 3.8 KB
LICENSE -rw-r--r-- 12.5 KB
Makefile.pre.in -rw-r--r-- 48.3 KB
README -rw-r--r-- 54.4 KB
aclocal.m4 -rw-r--r-- 10.7 KB
config.guess -rwxr-xr-x 43.2 KB
config.sub -rwxr-xr-x 35.7 KB
configure -rwxr-xr-x 440.3 KB
configure.ac -rw-r--r-- 142.9 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 35.1 KB
setup.py -rw-r--r-- 99.8 KB

README

back to top