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 chrish42
Recipients ajaksu2, akuchling, chrish42, drtimcouper, eric.araujo, gward, nilovna, pjenvey, r.david.murray, sandro.tosi
Date 2014-04-15.14:50:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397573458.47.0.0629332151204.issue1704474@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, the only optparse test failing on jython 2.7 beta 1 currently is the one that relies on sys.getrefcount. Adding a test_support.impl_detail() guard makes all the tests pass. (See attached patch.)

I'd propose adding this patch to both the python3 and python2 tips, as it would make the life of other, non-cpython implementations easier, and then closing this bug.
History
Date User Action Args
2014-04-15 14:50:58chrish42setrecipients: + chrish42, akuchling, gward, ajaksu2, drtimcouper, pjenvey, eric.araujo, r.david.murray, sandro.tosi, nilovna
2014-04-15 14:50:58chrish42setmessageid: <1397573458.47.0.0629332151204.issue1704474@psf.upfronthosting.co.za>
2014-04-15 14:50:58chrish42linkissue1704474 messages
2014-04-15 14:50:58chrish42create