0.28.4 (2018-07-08)
Bugs fixed
- Reallowing
tp_clear()
in a subtype of an@no_gc_clear
extension typegenerated an invalid C function call to the (non-existent) base type implementation.(Github issue #2309) - Exception catching based on a non-literal (runtime) tuple could fail to match theexception. (Github issue #2425)
- Compile fix for CPython 3.7.0a2. (Github issue #2477)