Import Python code from sqlite databases
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.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by kurtmckee and has received 0 comments.