Issue 6776: A few tests are failing when zlib is not supported (original) (raw)

Issue6776

Created on 2009-08-24 15:13 by nicdumz, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg91923 - (view) Author: Nicolas Dumazet (nicdumz) Date: 2009-08-24 15:13
test_distutils, test_zipfile, test_gzip and test_zimport are not completely safe when zlib module is not available. I've uploaded a patch on Rietveld which solves the issue here: http://codereview.appspot.com/111041 Those are my first steps with Rietveld, please let me know if I can improve something :) Thanks, Nicolas.
msg91924 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2009-08-24 15:56
This is a duplicate of [issue 6026](issue6026 "[closed] test_(zipfile|zipimport gzip distutils
History
Date User Action Args
2022-04-11 14:56:52 admin set github: 51025
2009-08-24 17:47:12 ezio.melotti set nosy: + ezio.melotti
2009-08-24 15:56:41 r.david.murray set status: open -> closedpriority: normalsuperseder: [test_(zipfile|zipimport
2009-08-24 15:13:43 nicdumz create