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 vstinner
Recipients christian.heimes, dmalcolm, skrah, vstinner
Date 2013-12-21.14:10:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387635021.5.0.264793223192.issue19463@psf.upfronthosting.co.za>
In-reply-to
Content
When trying to workaround a bug in the implementation of the PEP 456 (which was not known as a bug at this time), I implemented something using subprocessing which may be reused on SystemZ (or maybe on all platforms):

changeset:   87290:11cb1c8faf11
user:        Victor Stinner <victor.stinner@gmail.com>
date:        Wed Nov 20 12:27:48 2013 +0100
files:       Lib/test/test_gdb.py
description:
Issue #19183: Fix repr() tests of test_gdb, hash() is now platform dependent
History
Date User Action Args
2013-12-21 14:10:21vstinnersetrecipients: + vstinner, christian.heimes, skrah, dmalcolm
2013-12-21 14:10:21vstinnersetmessageid: <1387635021.5.0.264793223192.issue19463@psf.upfronthosting.co.za>
2013-12-21 14:10:21vstinnerlinkissue19463 messages
2013-12-21 14:10:20vstinnercreate