mirror of
https://github.com/python/cpython.git
synced 2025-07-28 21:55:21 +00:00
#6026 - fix tests that failed without zlib
This commit is contained in:
parent
21121e64b4
commit
1036a7f7e1
7 changed files with 51 additions and 6 deletions
|
@ -5,9 +5,8 @@
|
|||
import unittest
|
||||
from test import test_support
|
||||
import os
|
||||
import gzip
|
||||
import struct
|
||||
|
||||
gzip = test_support.import_module('gzip')
|
||||
|
||||
data1 = """ int length=DEFAULTALLOC, err = Z_OK;
|
||||
PyObject *RetVal;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue