Your IP : 216.73.216.213
3
� f�k � @ s d Z ddlZddlZddlZddlZddlZddlZddlZddlZddl m
Z
mZ ddlm
Z
ddlmZmZ ddlmZ e
jd�ZdZd Zejje
j�d
ZG dd� dej�ZG d
d� dej�ZG dd� de�ZG dd� de�Z dd� Z!G dd� dej�Z"ddd�Z#e$dk�re#dd� dS )z!Test script for the gzip module.
� N)�PIPE�Popen)�support)�_4G�
bigmemtest)�assert_python_ok�gzipsy int length=DEFAULTALLOC, err = Z_OK;
PyObject *RetVal;
int flushmode = Z_FINISH;
unsigned long start_total_out;
s� /* zlibmodule.c -- gzip-compatible data compression */
/* See http://www.gzip.org/zlib/
/* See http://www.winimage.com/zLibDll for Windows */
z-gzdirc @ s$ e Zd Zdd� Zdd� Zdd� ZdS )�UnseekableIOc C s dS )NF� )�selfr
r
�3/opt/alt/python36/lib64/python3.6/test/test_gzip.py�seekable$ s zUnseekableIO.seekablec C s
t j�d S )N)�io�UnsupportedOperation)r r
r
r �tell'