File: //usr/local/lib/python3.7/test/__pycache__/test_gzip.cpython-37.opt-2.pyc
B
��g�n � @ s d dl Z d dlZd dlZd dlZd dlZd dlZd dlZd dlZd dlm Z m
Z
d dlmZ d dl
mZmZ d dlmZ e�d�ZdZdZej�ej�d ZG d
d� dej�ZG dd
� d
ej�ZG dd� de�ZG dd� de�Zdd� Z G dd� dej�Z!ddd�Z"e#dk�re"dd� dS )� 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
�*/usr/local/lib/python3.7/test/test_gzip.py�seekable$ s zUnseekableIO.seekablec C s
t j�d S )N)�io�UnsupportedOperation)r r
r
r �tell'