-
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
9436f26
commit 5e08619
Showing
3 changed files
with
37 additions
and
6 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.7 | ||
|
||
2019-09-21 YiFei Zhu <[email protected]> | ||
|
||
* Nothing changed, just releasing 3.0.7 | ||
|
||
2019-09-20 YiFei Zhu <[email protected]> | ||
|
||
* Simulate recursion with multiple node sets (MutNodeSet) and stacks | ||
(PyList) for generating a reference graph, so we don't get a C stack | ||
overflow | ||
* Make tab completion with rlcompleter on a UniSet not so expensive by | ||
using introspection and return if it's being called by rlcompleter | ||
|
||
2019-09-19 YiFei Zhu <[email protected]> | ||
|
||
* Traverse all GC tracked items to find non-GC-tracked dicts in dictof | ||
classifier | ||
|
||
2019-09-17 YiFei Zhu <[email protected]> | ||
|
||
* Optimize dictof classifier by using GC data rather than heap traversal | ||
* Scope all eval() in tests | ||
* Use a stack instead of recursion for heap traversals, except reference | ||
graph where a recursion limit is set | ||
|
||
2019-09-16 YiFei Zhu <[email protected]> | ||
|
||
* Disabled malloc hooks because of thread safety issues | ||
* Fixed tests if installed as package | ||
|
||
Version 3.0.6 | ||
|
||
2019-09-14 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