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 Aaron.Meurer, BreamoreBoy, amaury.forgeotdarc, anacrolix, asvetlov, brechtm, eric.snow, ezio.melotti, giampaolo.rodola, jcea, josh.r, kachayev, kmike, meador.inge, ned.deily, pitrou, poke, python-dev, rhettinger, scoder, serhiy.storchaka
Date 2015-07-25.09:11:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150725091137.8494.72199@psf.io>
In-reply-to
Content
New changeset 5345e5ce2eed by Serhiy Storchaka in branch '3.5':
Issue #14373: Fixed segmentation fault when gc.collect() is called during
https://hg.python.org/cpython/rev/5345e5ce2eed

New changeset 9c6d11d22801 by Serhiy Storchaka in branch 'default':
Issue #14373: Fixed segmentation fault when gc.collect() is called during
https://hg.python.org/cpython/rev/9c6d11d22801
History
Date User Action Args
2015-07-25 09:11:40python-devsetrecipients: + python-dev, rhettinger, jcea, amaury.forgeotdarc, pitrou, scoder, giampaolo.rodola, ned.deily, ezio.melotti, asvetlov, poke, meador.inge, anacrolix, Aaron.Meurer, BreamoreBoy, eric.snow, serhiy.storchaka, brechtm, kmike, kachayev, josh.r
2015-07-25 09:11:39python-devlinkissue14373 messages
2015-07-25 09:11:39python-devcreate