]> granicus.if.org Git - python/commit
Issue #19569: Compiler warnings are now emitted if use most of deprecated
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 20 Nov 2016 10:16:46 +0000 (12:16 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 20 Nov 2016 10:16:46 +0000 (12:16 +0200)
commit460bd0d284caa00eb8ccc9a28836ba30765a19cb
tree41169cfce0d00587f4222d3237a608b70577adfc
parent6107f46bfbe4aa7b2ddb37ca5136d1d472c3f4aa
Issue #19569: Compiler warnings are now emitted if use most of deprecated
functions.
18 files changed:
Include/abstract.h
Include/ceval.h
Include/longobject.h
Include/moduleobject.h
Include/pyerrors.h
Include/unicodeobject.h
Misc/NEWS
Modules/_testcapimodule.c
Modules/arraymodule.c
Objects/abstract.c
Objects/bytearrayobject.c
Objects/bytesobject.c
Objects/codeobject.c
Objects/longobject.c
Objects/unicodeobject.c
Python/errors.c
Python/getargs.c
Python/modsupport.c