]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37025: AddRefActCtx() shouldn't be checked for failure (GH-16897)
authorZackery Spytz <zspytz@gmail.com>
Wed, 23 Oct 2019 18:15:55 +0000 (12:15 -0600)
committerSteve Dower <steve.dower@python.org>
Wed, 23 Oct 2019 18:15:55 +0000 (11:15 -0700)
commit009a6928727b23344613ab6a9a52b9da56ab905c
treecc7134298e1ba3e3f01ce0649551b1dfd6fe14ce
parent9978a9553b5273ca8f55c4130383c4ee151fbe2a
bpo-37025: AddRefActCtx() shouldn't be checked for failure (GH-16897)

AddRefActCtx() does not return a value.
Misc/NEWS.d/next/Windows/2019-10-04-03-46-36.bpo-37025.tLheEe.rst [new file with mode: 0644]
PC/dl_nt.c