Skip to content

1.3.1 ("Eyes in the Sky")

Latest

Choose a tag to compare

@Kodiologist Kodiologist released this 31 Jul 17:25

Supports Python 3.9 – Python 3.15

Bug Fixes

  • Fixed a regression in Hy 1.3.0 that could prevent imports of Python code in ZIP archives.
  • Calls to None such as ((setv x 1) 2) are now correctly compiled (they're still a runtime error, as they ought to be).

Misc. Improvements

  • Fake filenames shown for errors in the REPL are now shorter.