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 serhiy.storchaka
Recipients Oren Milman, brett.cannon, eric.snow, ncoghlan, serhiy.storchaka
Date 2017-09-30.14:06:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506780418.11.0.213398074469.issue31285@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 40d736bcf40c10aa5fc7d6cc305a6641afd3cd0e by Serhiy Storchaka (Oren Milman) in branch '2.7':
[2.7] bpo-31285: Don't raise a SystemError in warnings.warn_explicit() in case __loader__.get_source() has a bad splitlines() method. (GH-3219) (#3823)
https://github.com/python/cpython/commit/40d736bcf40c10aa5fc7d6cc305a6641afd3cd0e
History
Date User Action Args
2017-09-30 14:06:58serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, ncoghlan, eric.snow, Oren Milman
2017-09-30 14:06:58serhiy.storchakasetmessageid: <1506780418.11.0.213398074469.issue31285@psf.upfronthosting.co.za>
2017-09-30 14:06:58serhiy.storchakalinkissue31285 messages
2017-09-30 14:06:58serhiy.storchakacreate