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 eric.snow
Recipients brett.cannon, eric.snow
Date 2014-05-13.18:13:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400004834.04.0.700423021102.issue21499@psf.upfronthosting.co.za>
In-reply-to
Content
Per the docs*, a module's __builtins__ may be a module or a dict or even missing.  However, test.test_importlib.test_api.ReloadTests checks __builtins__ as part of several tests.  Instead, the tests should ignore __bulitins__.  I'll push a patch in a minute that fixes that.

* https://docs.python.org/3/library/builtins.html
History
Date User Action Args
2014-05-13 18:13:54eric.snowsetrecipients: + eric.snow, brett.cannon
2014-05-13 18:13:54eric.snowsetmessageid: <1400004834.04.0.700423021102.issue21499@psf.upfronthosting.co.za>
2014-05-13 18:13:53eric.snowlinkissue21499 messages
2014-05-13 18:13:53eric.snowcreate