]> granicus.if.org Git - python/commit
bpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980)
authorZackery Spytz <zspytz@gmail.com>
Tue, 28 May 2019 15:16:33 +0000 (09:16 -0600)
committerVictor Stinner <vstinner@redhat.com>
Tue, 28 May 2019 15:16:33 +0000 (17:16 +0200)
commit3c8724fc60163f4f3c3b0d531c84cc7b36783f82
treebb195253b921a259f0a6e02ffc80f4eb6ad16738
parent17a5588740b3d126d546ad1a13bdac4e028e6d50
bpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980)
14 files changed:
Doc/c-api/intro.rst
Doc/whatsnew/3.8.rst
Include/abstract.h
Include/ceval.h
Include/cpython/pyerrors.h
Include/cpython/unicodeobject.h
Include/intrcheck.h
Include/longobject.h
Include/moduleobject.h
Include/pyport.h
Include/pythread.h
Include/sliceobject.h
Include/unicodeobject.h
Misc/NEWS.d/next/Windows/2018-08-28-17-23-49.bpo-33407.ARG0W_.rst [new file with mode: 0644]