This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients JohnLeitch, martin.panter, nadeem.vawda, python-dev, serhiy.storchaka
Date 2016-10-01.03:30:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20161001033050.79813.97913.6E464F4B@psf.io>
In-reply-to
Content
New changeset 36d37ff6c236 by Martin Panter in branch '3.5':
Issue #28275: Clean up to avoid use-after-free after bzip decompress failure
https://hg.python.org/cpython/rev/36d37ff6c236

New changeset dca18f0ec280 by Martin Panter in branch '3.6':
Issue #28275: Merge bz2 fix from 3.5 into 3.6
https://hg.python.org/cpython/rev/dca18f0ec280

New changeset 35b5f4cc08f4 by Martin Panter in branch 'default':
Issue #28275: Merge bz2 fix from 3.6
https://hg.python.org/cpython/rev/35b5f4cc08f4
History
Date User Action Args
2016-10-01 03:30:53python-devsetrecipients: + python-dev, nadeem.vawda, martin.panter, serhiy.storchaka, JohnLeitch
2016-10-01 03:30:53python-devlinkissue28275 messages
2016-10-01 03:30:52python-devcreate