Path to this page:
Subject: CVS commit: pkgsrc/devel/py-guppy3
From: Adam Ciarcinski
Date: 2019-12-15 15:49:38
Message id: 20191215144938.88665FA97@cvs.NetBSD.org
Log Message:
py-guppy3: updated to 3.0.9
Version 3.0.9
* Workaround multi-interpreter initialization with tracemalloc so we don't
deadlock, by temporarily restoring to the default raw domain allocator.
* Collapse Glue.py exception tracebacks for less intimidation
* Add assertion during Share initialization so we don't get a surprise like
in View.root
* Changes to object hiding tag mechanism; guppy internals are again
properly hidden from heap traversal.
* Restore Interface attribute caching, and set View.root as chgable so that
the root attribute is not cached
* Python 3.8 support
* Fix richcompare for NodeTuple
* Warn, not error, when we get _NyHeapDefs_ from imported modules that
contain non-capsules
Files: