I created a custom dict in a C extension. Name it `promethea`. How can I implement `promethea[str, str]`? Now I get:
TypeError: 'type' object is not subscriptable -- https://mail.python.org/mailman/listinfo/python-list
I created a custom dict in a C extension. Name it `promethea`. How can I implement `promethea[str, str]`? Now I get:
TypeError: 'type' object is not subscriptable -- https://mail.python.org/mailman/listinfo/python-list