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 David.Edelsohn
Recipients David.Edelsohn, pitrou, sbt
Date 2013-08-20.17:10:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377018618.07.0.652539642338.issue18786@psf.upfronthosting.co.za>
In-reply-to
Content
The crash seems to have been due to another user abusing the buildslave system.

The remaining failure is a mis-match in the expected GDB output.

AssertionError: "{<object at remote 0x3fffb176a040>, 'b'}" != "{'b'}"
- {<object at remote 0x3fffb176a040>, 'b'}
+ {'b'}
History
Date User Action Args
2013-08-20 17:10:18David.Edelsohnsetrecipients: + David.Edelsohn, pitrou, sbt
2013-08-20 17:10:18David.Edelsohnsetmessageid: <1377018618.07.0.652539642338.issue18786@psf.upfronthosting.co.za>
2013-08-20 17:10:18David.Edelsohnlinkissue18786 messages
2013-08-20 17:10:17David.Edelsohncreate