Another CPython/pure-python difference is the handling of interning instance...
Another CPython/pure-python difference is the handling of interning instance keys. C has always let non-str values through, but the python implementation raised a TypeError. Correct that and add a test case.
Showing
Please register or sign in to comment