]> granicus.if.org Git - python/commit
Patch #100854 from jhylton: eliminate compiler warnings in pyexpat:
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 12 Jul 2000 00:53:41 +0000 (00:53 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 12 Jul 2000 00:53:41 +0000 (00:53 +0000)
commita4e75d74f8a5569ab6343ae6d5d769bf689e6094
tree630bb93998dd8aa420208b53b4b210a52bada29e
parent9e3d73af932f8253eadd27c5903f184886f0494e
Patch #100854 from jhylton: eliminate compiler warnings in pyexpat:
The first two warnings seem harmless enough,
but the last one looks like a potential bug: an
uninitialized int is returned on error. (I also
ended up reformatting some of the code,
because it was hard to read.)
Modules/pyexpat.c