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 berker.peksag
Recipients berker.peksag, chris.jerdonek, ezio.melotti, michael.foord, pitrou, python-dev, xdegaye
Date 2014-11-02.12:00:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414929641.12.0.189500561325.issue16056@psf.upfronthosting.co.za>
In-reply-to
Content
I think my patch is wrong.

test_weak_destroy_while_iterating and test_weak_destroy_and_mutate_while_iterating tests were committed as part of issue 7105 to 2.7 (see changeset https://hg.python.org/cpython/rev/03fcc12282fc). But, those same tests(they uses SomeClass instead of UserString) were also backported to 2.7 in https://hg.python.org/cpython/rev/04cc075bddf5

Here is a new patch.
History
Date User Action Args
2014-11-02 12:00:41berker.peksagsetrecipients: + berker.peksag, pitrou, ezio.melotti, michael.foord, chris.jerdonek, xdegaye, python-dev
2014-11-02 12:00:41berker.peksagsetmessageid: <1414929641.12.0.189500561325.issue16056@psf.upfronthosting.co.za>
2014-11-02 12:00:41berker.peksaglinkissue16056 messages
2014-11-02 12:00:40berker.peksagcreate