]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41654: Fix compiler warning in MemoryError_dealloc() (GH-22387) (GH-24894)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 16 Mar 2021 17:36:41 +0000 (10:36 -0700)
committerGitHub <noreply@github.com>
Tue, 16 Mar 2021 17:36:41 +0000 (18:36 +0100)
commit1f0cde678406749524d11e852a16bf243cef5c5f
tree47c6ff7cb9901ca9b8c11e8ceb0fc964ac4bc0a8
parent651fc30af7ac6138764106b87632cabca56a98bb
bpo-41654: Fix compiler warning in MemoryError_dealloc() (GH-22387) (GH-24894)

Fix warning:

Objects\exceptions.c(2324,56): warning C4098:
'MemoryError_dealloc': 'void' function returning a value
(cherry picked from commit bbeb223e9a5e9f9374df384efa386b4068a65c0e)

Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Victor Stinner <vstinner@python.org>
Objects/exceptions.c