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 pitrou
Recipients ezio.melotti, neologix, pitrou, serhiy.storchaka
Date 2013-01-23.19:34:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358969686.93.0.378259601255.issue14771@psf.upfronthosting.co.za>
In-reply-to
Content
Given what _check_ioctl_mutate_len() seems to be designed to check, perhaps we should relax:

        self.assertIn(rpgrp, ids)

into:

        self.assertNotEqual(rpgrp, fill)

or perhaps simply:

        self.assertGreater(rpgrp, 0)
History
Date User Action Args
2013-01-23 19:34:46pitrousetrecipients: + pitrou, ezio.melotti, neologix, serhiy.storchaka
2013-01-23 19:34:46pitrousetmessageid: <1358969686.93.0.378259601255.issue14771@psf.upfronthosting.co.za>
2013-01-23 19:34:46pitroulinkissue14771 messages
2013-01-23 19:34:46pitroucreate