Support dict views and functools.lru_cache#449
Conversation
feb4809 to
c33ef62
Compare
|
A kind of unrelated side note (can definitely be ignored until after the release and is probably unimportant since I don't think anyone complained about it), but I think a handful of classes are missing from |
@anivegesana: Feel free to open a new issue for the above comment. I'm sure that I've missed adding types to the reverse typemap over the years, so it will be good to add any that I've left out. I generally try to use a name that is similar to whatever name the type identifies itself as. You can see a bunch of examples in |
types.MappingProxyTypein CPython 3.9+Fixes #353