1.11.3 - bugfix with default values representable but not evaluable
- When a default value
v
in a signature is representable but itseval(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.