Skip to content

1.11.3 - bugfix with default values representable but not evaluable

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Apr 09:11
· 93 commits to main since this release
  • When a default value v in a signature is representable but its eval(repr(v)) raises an exception, created signatures would raise an exception instead of automatically protecting the symbol. PR #67 by gcalmettes.

See documentation page for details.