Skip to content

1.2.0 ("Crackers and Snacks")

Latest

Choose a tag to compare

@Kodiologist Kodiologist released this 14 Jan 17:46
· 1 commit to master since this release

Supports Python 3.9 – Python 3.14

New Features

  • setv now supports chained assignment with :chain.
  • Several functions in the standard inspect module have been monkey-patched to work better with Hy code: findsource, getcomments, getfile, getsource, getsourcelines.
    • As a result, the ll command in pdb should now show a more useful result in more cases.