|
Server : LiteSpeed System : Linux server51.dnsbootclub.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64 User : nandedex ( 1060) PHP Version : 8.1.33 Disable Function : NONE Directory : /opt/cppython/lib/python3.8/test/__pycache__/ |
U
>��g�w � @ s$ d Z ddlZddlZddlZddlZddlZddlZddlZddlZddl m
Z
mZ ddlm
Z
ddlmZmZ ddlmZmZ e
�d�ZdZd Zej�e
j�d
ZG dd� dej�ZG d
d� dej�ZG dd� de�Z G dd� de�Z!dd� Z"G dd� dej�Z#ddd�Z$e%dk�r e$dd� dS )z!Test script for the gzip module.
� N)�PIPE�Popen)�support)�_4G�
bigmemtest)�assert_python_ok�assert_python_failure�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 �-/opt/cppython/lib/python3.8/test/test_gzip.py�seekable$ s zUnseekableIO.seekablec C s
t j�d S �N��io�UnsupportedOperationr r r r �tell'