Let object.__new__ take kwargs
Also, improve rewriting to still be able to rewrite object construction. For now, be able to rewrite the case that a function takes kwargs but the kwargs is empty. Also, add an even faster path to typeCallInternal. This is partially obviated by the improved rewriting, but we might as well keep it.
Showing
test/tests/kwarg_ics.py
0 → 100644
Please register or sign in to comment