Move module.__new__ to module.__init__
This was preventing subclasses of module from overriding __init__. Yes, that really happens.
Showing
Please register or sign in to comment
This was preventing subclasses of module from overriding __init__. Yes, that really happens.