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 Barun Parruck
Recipients Barun Parruck, eric.fahlgren, llllllllll, ncoghlan, yselivanov
Date 2016-02-28.13:46:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456667170.55.0.00663141356087.issue26448@psf.upfronthosting.co.za>
In-reply-to
Content
Hi, sorry, been pretty busy, and will be for a few days, so my replies may not be instant!

Having looked through the dis test module, to be honest, I can't even find a call to dis.findlabels...odd. Maybe I've got it wrong, and I wouldn't mind somebody else taking a look! But either way, a quick overview shows me that it basically picks up functions, figures out the disassembled function, and compares expected output, in a similar way that we're working, actually. 

I'll look through your example, which looks pretty good! It works as expected on my repo (fails and passes appropriately), and I'll see about improving it, but for now, it seems to do its job.
History
Date User Action Args
2016-02-28 13:46:10Barun Parrucksetrecipients: + Barun Parruck, ncoghlan, yselivanov, llllllllll, eric.fahlgren
2016-02-28 13:46:10Barun Parrucksetmessageid: <1456667170.55.0.00663141356087.issue26448@psf.upfronthosting.co.za>
2016-02-28 13:46:10Barun Parrucklinkissue26448 messages
2016-02-28 13:46:09Barun Parruckcreate