Skip to content

1.0.0rc3

Compare
Choose a tag to compare
@tonybaloney tonybaloney released this 30 Sep 05:16
· 466 commits to develop/main since this release
ca89e01
  • 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() and enable_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