News

This happens because of Python’s Method Resolution Order. Basically, the child classes inherit everything the parents have, as long as it’s not stated otherwise.
The Python world has been fractured a few times before. ... method resolution order caches, and garbage collections are just some of the things that aren’t thread-safe without the GIL.