Author pjenvey
Recipients ajaksu2, akuchling, drtimcouper, gward, pjenvey
Date 2009-06-02.00:45:56
SpamBayes Score 0.00314291
Marked as misclassified No
Message-id <1243903558.61.0.669894809544.issue1704474@psf.upfronthosting.co.za>
In-reply-to
Content
This looks like it was against Jython 2.2? Jython 2.5 passes 2.5's 
test_optparse with only fixing __builtins__ and disabling the weakref test

So uses of __builtins__ should should be importing __builtin__ and use 
that instead. sys.platform.startswith('java') should be 
test_support.is_jython instead. And on 2.6/3.2 you can now decorate 
test_refleak with @test_support.impl_check('Relies on sys.getrefcount', 
cpython=True) to skip it
History
Date User Action Args
2009-06-02 00:45:59pjenveysetrecipients: + pjenvey, akuchling, gward, ajaksu2, drtimcouper
2009-06-02 00:45:58pjenveysetmessageid: <1243903558.61.0.669894809544.issue1704474@psf.upfronthosting.co.za>
2009-06-02 00:45:57pjenveylinkissue1704474 messages
2009-06-02 00:45:56pjenveycreate