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 Oren Milman
Recipients Oren Milman
Date 2017-08-26.19:35:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1503776153.61.0.505858399695.issue31285@psf.upfronthosting.co.za>
In-reply-to
Content
on a second thought, BadSource could be a subclass of str, so maybe we
should just check whether
module_globals['__loader__'].get_source(module_globals['__name__']).splitlines()[lineno-1]
is a str,
and whether
module_globals['__loader__'].get_source(module_globals['__name__']).splitlines()
is a list.
History
Date User Action Args
2017-08-26 19:35:53Oren Milmansetrecipients: + Oren Milman
2017-08-26 19:35:53Oren Milmansetmessageid: <1503776153.61.0.505858399695.issue31285@psf.upfronthosting.co.za>
2017-08-26 19:35:53Oren Milmanlinkissue31285 messages
2017-08-26 19:35:53Oren Milmancreate