]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41654: Fix compiler warning in MemoryError_dealloc() (GH-22387)
authorVictor Stinner <vstinner@python.org>
Wed, 23 Sep 2020 21:25:40 +0000 (23:25 +0200)
committerGitHub <noreply@github.com>
Wed, 23 Sep 2020 21:25:40 +0000 (23:25 +0200)
commitbbeb223e9a5e9f9374df384efa386b4068a65c0e
tree772f3897190d78add543bbfb2c569f9318133475
parent98c16c991d6e70a48f4280a7cd464d807bdd9f2b
bpo-41654: Fix compiler warning in MemoryError_dealloc() (GH-22387)

Fix warning:

Objects\exceptions.c(2324,56): warning C4098:
'MemoryError_dealloc': 'void' function returning a value
Objects/exceptions.c