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 zach.ware
Recipients brett.cannon, ezio.melotti, michael.foord, python-dev, r.david.murray, rhettinger, serhiy.storchaka, terry.reedy, zach.ware
Date 2014-06-19.16:10:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403194224.12.0.565809252918.issue21741@psf.upfronthosting.co.za>
In-reply-to
Content
@Terry: This is part of the ongoing effort of issues #16748 and #10967 (and possibly others).  My ultimate goal along those lines is to eradicate support.run_unittest, and this is a step in that direction.

I think there's enough support here to skip python-dev :).

My testing has been limited (by time, mostly) to just a non-verbose run to confirm that nothing errors after the patch.  It seems Serhiy has tested more extensively, though.

@Raymond: May I ask why you removed 3.4 from versions?  Most of the changes like this in individual modules have been made on all open 3.x branches (most that I've been involved in were in the 3.3 maintenance period).  I don't feel strongly enough about making sure this is in 3.4 to argue if you have a good reason, though.

@Serhiy: Thanks for testing this!  The reference counting in individual modules has been dying a slow death, long ago replaced by regrtest's -R option.  For the modules with base classes included in testing, I'm inclined to either leave them as patched (since they don't actually add any tests and their overhead is minimal) or remove them from the patch and deal with them in a new issue; I'm leaning toward the first option.  For the wait tests, I would rather remove them from the patch and deal with them separately.

@Terry, Raymond, Michael, David, and Serhiy: thanks for the support!
History
Date User Action Args
2014-06-19 16:10:24zach.waresetrecipients: + zach.ware, brett.cannon, rhettinger, terry.reedy, ezio.melotti, r.david.murray, michael.foord, python-dev, serhiy.storchaka
2014-06-19 16:10:24zach.waresetmessageid: <1403194224.12.0.565809252918.issue21741@psf.upfronthosting.co.za>
2014-06-19 16:10:24zach.warelinkissue21741 messages
2014-06-19 16:10:23zach.warecreate