]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix compiler warning in new code. (#14690)
authorTim Peters <tim.peters@gmail.com>
Wed, 10 Jul 2019 21:24:01 +0000 (16:24 -0500)
committerGitHub <noreply@github.com>
Wed, 10 Jul 2019 21:24:01 +0000 (16:24 -0500)
commitb64c2c66e5cfe6d138b342ee58ee3b13a8d7ef16
tree3a8ca8473e8c2e5ecc369db7821f1138b19503ce
parent5d25f2b70351fc6a56ce5513ccf5f58556c18837
Fix compiler warning in new code. (#14690)

uintptr_t is an integer type, and can't be compared to NULL directly.
Objects/obmalloc.c