0.29.15 (2020-02-06)

Bugs fixed

  • Crash when returning a temporary Python object from an async-def function.(Github issue #3337)
  • Crash when using **kwargs in generators.Patch by David Woods. (Github issue #3265)
  • Double reference free in class cell handling for super() calls.(Github issue #3246)
  • Compile error when using *args as Python class bases.(Github issue #3338)
  • Import failure in IPython 7.11.(Github issue #3297)
  • Fixed C name collision in the auto-pickle code.Patch by ThePrez. (Github issue #3238)
  • Deprecated import failed in Python 3.9.(Github issue #3266)