Cool improvement but changes very little when Python is x100 times slower than other GC languages.
This is probably the wrong comparison to make: Python is two orders of magnitude slower than compiled GC languages, but it's in the same order of magnitude as most other interpreted GC languages. (It actually changes a whole lot, because there's a whole lot of code already out there written in Python. 25% faster is still 25% faster, even if the code would have been 100x faster to begin with in another language.)
It's about on par with Ruby, only Lua and JIT compiled runtimes beat it (for very understandable reasons).