commit | c498cd8bf81fc47acf2f1f702e8b3bc9bd4aed65 | [log] [tgz] |
---|---|---|
author | scoder <stefan_ml@behnel.de> | Sat Mar 31 14:23:30 2018 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sat Mar 31 15:23:30 2018 +0300 |
tree | 3770fd474dadbe3d397407c869f58bf6fa15fac2 | |
parent | 7f48a426fc69d144d4242517ef40eff01c1fd483 [diff] |
bpo-31544: Fix a reference leak to 'self' after the previous target error handling fixes. (GH-6318) This change generally splits the xmlparser creation code into an unsafe part with "rollback" error handling and a safe "object initialisation done" part with normal decref cleanup.