python-memray 1.13.4+dfsg-1 source package in Ubuntu

Changelog

python-memray (1.13.4+dfsg-1) unstable; urgency=medium

  * New upstream version 1.13.4.
  * Disable tests in ARCH with timeout and segfault.

 -- Yogeswaran Umasankar <email address hidden>  Mon, 22 Jul 2024 01:40:00 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-memray_1.13.4+dfsg-1.dsc 2.8 KiB d22dd09d1411855e0b1144c8c29c0a794e1453e54216107c148762e3f89bfb98
python-memray_1.13.4+dfsg.orig.tar.xz 15.3 MiB 7186c8f51a2390ac34474146358ef63989717196b4bb10e66ba70d3bfe79c435
python-memray_1.13.4+dfsg-1.debian.tar.xz 10.7 KiB f2db5ba3ed93c134cd15262e84ca5902d7fbb3315b445015d640e7b7a0e843a0

Available diffs

No changes file available.

Binary packages built by this source

python3-memray: Memory profiler for Python applications

 Memray is a memory profiler for Python. It can track memory
 allocations in Python code, in native extension modules,
 and in the Python interpreter itself. It can generate several
 different types of reports to help you analyze the captured
 memory usage data. While commonly used as a CLI tool, it
 can also be used as a library to perform more fine-grained
 profiling tasks.