Skip to content

0.0.7

Choose a tag to compare

@pomponchik pomponchik released this 23 Jul 21:48
· 57 commits to main since this release
8f375a3

A little but useful update.

  • Fixed a problem where code blocks intended for functions of a different type were removed from the generated function, and as a result, the function was not compiled. Now a pass is always inserted into the empty body of the function (except for generator functions, there will be a check for yield in the future).
  • Fixed a problem with work of third-party context managers.
  • Added more tests for old features.