Closed
Description
Looking at the Cython source there is a big deprecation warning about doing from cpython cimport ...
We tend to import things that way, so I think would be nice to clean up our imports to be absolute from cpython.
I think this is a great issue to pick up for those looking to get more familiar with Cython, so labeling as good first issue