-
Kevin Modzelewski authored
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.
358ab2ab
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.