-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6124de1
commit 06a3d69
Showing
3 changed files
with
38 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters