[issue29682] Possible missing NULL check in pyexpat

2017-03-08 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you Alex and svelankar for your report and fix. -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker __

[issue29682] Possible missing NULL check in pyexpat

2017-03-08 Thread svelankar
Changes by svelankar : -- pull_requests: +469 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue29682] Possible missing NULL check in pyexpat

2017-03-02 Thread Brett Cannon
Changes by Brett Cannon : -- title: Checks for null return value -> Possible missing NULL check in pyexpat ___ Python tracker ___ ___