This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author flying sheep
Recipients flying sheep
Date 2019-06-06.11:08:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559819294.25.0.844595961888.issue37173@roundup.psfhosted.org>
In-reply-to
Content
Currently, inspect.getfile(str) will report nonsense:

>>> inspect.getfile(str)
TypeError: <module 'builtins' (built-in)> is a built-in class
History
Date User Action Args
2019-06-06 11:08:14flying sheepsetrecipients: + flying sheep
2019-06-06 11:08:14flying sheepsetmessageid: <1559819294.25.0.844595961888.issue37173@roundup.psfhosted.org>
2019-06-06 11:08:14flying sheeplinkissue37173 messages
2019-06-06 11:08:14flying sheepcreate