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 brian.curtin
Recipients brian.curtin, lemburg, pitrou, r.david.murray
Date 2010-03-22.14:02:51
SpamBayes Score 0.00066472427
Marked as misclassified No
Message-id <1269266574.03.0.373163465284.issue7860@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, that's simple enough :)

Minor changes to the test patch: uname caches it's results, so I added a few lines to clear the cache before the uname calls. In order to not affect other tests, the whole thing is in a try/finally so we don't leave anything behind in cache.

The test passes on both a 32 and 64 bit Python.
History
Date User Action Args
2010-03-22 14:02:54brian.curtinsetrecipients: + brian.curtin, lemburg, pitrou, r.david.murray
2010-03-22 14:02:54brian.curtinsetmessageid: <1269266574.03.0.373163465284.issue7860@psf.upfronthosting.co.za>
2010-03-22 14:02:52brian.curtinlinkissue7860 messages
2010-03-22 14:02:52brian.curtincreate