v0.9.0
Fixed
-
Ensure that modules have a
__file__attribute,
and possibly a__cached__attribute.The Python data model docs make it clear that these attributes aren't guaranteed,
but it is nevertheless common for authors to assume that__file__exists.The string value may not be usable for a specific purpose,
but the attributes now exist with the correct type for increased compatibility.