v1.1.1
tonybaloney
released this
22 Nov 20:48
·
199 commits
to develop/main
since this release
What's Changed
- Fixed a critical bug where recursive functions that use a mutable container type (e.g. list) causes a decref to the wrong object and subsequent crash.
- Fixes a bug on graph generation for recursive functions causing a crash in some situations
- Fixes a bug on method calls, which called the wrong method when the class was copied using
copy.copy()
- Reduced memory consumption for method calls
- The
pyjion
command parses args with better similarity to the python command by @henryiii in #440
New Contributors
Full Changelog: 1.1.0...1.1.1