]> granicus.if.org Git - python/commit
Add error checking to PyInit_pyexpact
authorChristian Heimes <christian@python.org>
Thu, 8 Sep 2016 22:13:35 +0000 (00:13 +0200)
committerChristian Heimes <christian@python.org>
Thu, 8 Sep 2016 22:13:35 +0000 (00:13 +0200)
commit7a5457b6878db61910c81017d10579edb7c91512
tree886b3f8b10b92098b77240d13be40cfa9d78b725
parent6782b14bcba612e4a39e41992c77306217b91e30
Add error checking to PyInit_pyexpact

The module initializer of the pyexpat module failed to check
the return value of PySys_GetObject() for NULL.

CID 982779
Modules/pyexpat.c