]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36374: Fix a possible null pointer dereference (GH-12449)
authorZackery Spytz <zspytz@gmail.com>
Wed, 20 Mar 2019 09:16:25 +0000 (03:16 -0600)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 20 Mar 2019 09:16:25 +0000 (02:16 -0700)
commit9b4a1b1e23d4a7cb18ad26f405bdc741af69f342
tree9f48b672192a1e4578f12e80b77d948cf237d9c9
parentfa1537684869186da7938e4330361bf02363bac8
bpo-36374: Fix a possible null pointer dereference (GH-12449)

https://bugs.python.org/issue36374
Misc/NEWS.d/next/Core and Builtins/2019-03-19-15-46-42.bpo-36374.EWKMZE.rst [new file with mode: 0644]
Python/compile.c