diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-03-16 17:36:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-16 17:36:41 (GMT) |
commit | 1f0cde678406749524d11e852a16bf243cef5c5f (patch) | |
tree | 47c6ff7cb9901ca9b8c11e8ceb0fc964ac4bc0a8 /Objects/codeobject.c | |
parent | 651fc30af7ac6138764106b87632cabca56a98bb (diff) | |
download | cpython-1f0cde678406749524d11e852a16bf243cef5c5f.zip cpython-1f0cde678406749524d11e852a16bf243cef5c5f.tar.gz cpython-1f0cde678406749524d11e852a16bf243cef5c5f.tar.bz2 |
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>
Diffstat (limited to 'Objects/codeobject.c')
0 files changed, 0 insertions, 0 deletions