[issue19938] Re-enable test_bug_1333982 on 3.x

2013-12-26 Thread Zachary Ware
Zachary Ware added the comment: Committed; thanks for the review, Serhiy! I made similar changes to the 3.3 patch before committing. -- resolution: -> fixed stage: commit review -> committed/rejected status: open -> closed ___ Python tracker

[issue19938] Re-enable test_bug_1333982 on 3.x

2013-12-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset e04fc45b7555 by Zachary Ware in branch '3.3': Issue #19938: Re-enabled test_bug_1333982 in test_dis, which had been http://hg.python.org/cpython/rev/e04fc45b7555 New changeset 285313c95e37 by Zachary Ware in branch 'default': Issue #19938: Re-enable

[issue19938] Re-enable test_bug_1333982 on 3.x

2013-12-26 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: LGTM. -- assignee: -> zach.ware stage: patch review -> commit review ___ Python tracker ___ ___ P

[issue19938] Re-enable test_bug_1333982 on 3.x

2013-12-26 Thread Zachary Ware
Zachary Ware added the comment: Here's a much better patch to 3.4. -- Added file: http://bugs.python.org/file33269/test_dis_1333982-3.4.v2.diff ___ Python tracker ___ ___

[issue19938] Re-enable test_bug_1333982 on 3.x

2013-12-09 Thread Zachary Ware
Changes by Zachary Ware : Added file: http://bugs.python.org/file33070/test_dis_1333982-3.4.diff ___ Python tracker ___ ___ Python-bugs-list m

[issue19938] Re-enable test_bug_1333982 on 3.x

2013-12-09 Thread Zachary Ware
New submission from Zachary Ware: Here's a pair of patches which re-enable test_bug_1333982 in test_dis on 3.3 and 3.4; the major changes in 3.4 necessitate separate patches. The patches also replace test_main with unittest.main which made trying to get the test to work much less annoying. -