Move a bunch of functionality from __new__ to __init__
It's more efficient since __new__ ends up being harder for the JIT to handle than __init__. It's also more correct, though hopefully no one relies on this.
Showing
Please register or sign in to comment