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 brandtbucher
Recipients brandtbucher
Date 2019-02-08.03:20:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1549596039.09.0.478412891062.issue35936@roundup.psfhosted.org>
In-reply-to
Content
I've written a patch here that includes a few useful fixes. Namely:

- It doesn't crash if it encounters a syntax error. (17396)
- It doesn't report certain name collisions as bad. (35376)
- It doesn't use mutable default arguments in its initializer.
- Most importantly, it now uses `importlib` instead of `imp`, which is deprecated. (25160) As a benefit, frozen built-in modules (`zip import`, for example), are now correctly reported.

With the exception of these bug fixes, I've been very careful to preserve the original behavior, and have not changed any part of the API. This patch also includes 2 new regression tests.
History
Date User Action Args
2019-02-08 03:20:40brandtbuchersetrecipients: + brandtbucher
2019-02-08 03:20:39brandtbuchersetmessageid: <1549596039.09.0.478412891062.issue35936@roundup.psfhosted.org>
2019-02-08 03:20:39brandtbucherlinkissue35936 messages
2019-02-08 03:20:38brandtbuchercreate