v22.2.0
- Python 3.11 support.
- Fix
unbound local error
while generating code.
(#4) - Avoid using local variables in generated code when possible.
- When
incant.prepare
cannot do anything for a function, return the original function for efficiency.
unbound local error
while generating code.incant.prepare
cannot do anything for a function, return the original function for efficiency.