Branch: refs/heads/master Home: https://github.com/python/cpython Commit: a79f4c219531c05fc8f670c1e4bbf12c081935d3 https://github.com/python/cpython/commit/a79f4c219531c05fc8f670c1e4bbf12c081935d3 Author: Serhiy Storchaka <storchaka at gmail.com> Date: 2017年04月19日 (2017年4月19日) Changed paths: M Lib/test/test_parser.py M Misc/NEWS M Modules/parsermodule.c Log Message: ----------- bpo-30070: Fixed leaks and crashes in errors handling in the parser module. (#1131)