[3.9] bpo-41654: Fix compiler warning in MemoryError_dealloc() (GH-22387) by miss-islington · Pull Request #24894 · python/cpython
Fix warning:
Objects\exceptions.c(2324,56): warning C4098:
'MemoryError_dealloc': 'void' function returning a value
(cherry picked from commit bbeb223)
Co-authored-by: Victor Stinner vstinner@python.org