Skip to content

Commit

Permalink
v3.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuyifei1999 committed Nov 27, 2019
1 parent 6124de1 commit 06a3d69
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 5 deletions.
10 changes: 6 additions & 4 deletions ANNOUNCE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
I am happy to announce Guppy 3 3.0.8
I am happy to announce Guppy 3 3.0.9

Guppy 3 is a library and programming environment for Python,
currently providing in particular the Heapy subsystem, which supports
Expand All @@ -12,9 +12,11 @@ Guppy 3 is a fork of Guppy-PE, created by Sverker Nilsson for Python 2.

The main news in this release:

o Reuse IdentitySet partition on repr and selection
o Use temporary root for traversal in initialization
o Bug fixes
o Python 3.8 support
o Guppy internals are again properly hidden from heap traversal
o Collapse Glue.py exception tracebacks
o Workaround multi-interpreter initialization with tracemalloc so we don't
deadlock

License: MIT

Expand Down
31 changes: 31 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
Version 3.0.9

2019-11-27 YiFei Zhu <[email protected]>

* Nothing changed, just releasing 3.0.9

2019-11-26 YiFei Zhu <[email protected]>

* Workaround multi-interpreter initialization with tracemalloc so we don't
deadlock, by temporarily restoring to the default raw domain allocator.

2019-11-25 YiFei Zhu <[email protected]>

* Collapse Glue.py exception tracebacks for less intimidation
* Add assertion during Share initialization so we don't get a surprise like
in View.root

2019-11-20 YiFei Zhu <[email protected]>

* 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

2019-11-09 YiFei Zhu <[email protected]>

* Python 3.8 support
* Fix richcompare for NodeTuple
* Warn, not error, when we get _NyHeapDefs_ from imported modules that
contain non-capsules

Version 3.0.8

2019-10-07 YiFei Zhu <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def doit():
long_description = f.read()

setup(name="guppy3",
version="3.0.8",
version="3.0.9",
description="Guppy 3 -- Guppy-PE ported to Python 3",
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 06a3d69

Please sign in to comment.