Skip to content

5.0.0-alpha.21

Pre-release
Pre-release

Choose a tag to compare

@MangelMaxime MangelMaxime released this 15 Dec 16:37

Added

  • [Python] Support catching Python BaseException subclasses (KeyboardInterrupt, SystemExit, GeneratorExit) for Python interop (by @dbrattli)

Changed

  • [Python] F# task { } expressions now generate Python async def functions (by @dbrattli)
  • [Python] Generate idiomatic except clauses for typed exception patterns (by @dbrattli)

Fixed

  • [Python] Fix ResizeArray compatibility with Seq/Array functions (by @dbrattli)
  • [Python] Fix FSharpList generic type parameter handling for IEnumerable_1 compatibility (by @dbrattli)