1.0.0rc3
tonybaloney
released this
30 Sep 05:16
·
466 commits
to develop/main
since this release
- Updated to .NET 6 RC1
- Added Python 3.10 support
- Experimental
try..except
statements, stacked exception handlers and exception filtering. Disabled by default - Fixed a bug on LOAD_METHOD not raising an exception immediately if the method could not be resolved
- Remove
enable_tracing()
andenable_profiling
functions in 3.10 builds. Profiling and tracing is detected on compilation and available via the.info()
method - Added support for PEP626 (fast line tracing)
- Extended profiling support for CFunction calls
- PyTrace_RETURN now correctly sends the return value as an argument as per CPython spec
- Fixed a bug causing SEG when range iterators are escaped