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 FFY00
Recipients FFY00, barry, brett.cannon, eric.snow
Date 2021-10-22.23:39:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634945950.56.0.204365672455.issue45379@roundup.psfhosted.org>
In-reply-to
Content
I was looking at the code and it seems PyImport_ImportFrozenModuleObject does not set an error on FROZEN_BAD_NAME, it just returns 0, is this intended? If I pass a bogus object, it will just return 0.
This does not seem right.

Currently, FROZEN_BAD_NAME is never passed to set_frozen_error.
History
Date User Action Args
2021-10-22 23:39:10FFY00setrecipients: + FFY00, barry, brett.cannon, eric.snow
2021-10-22 23:39:10FFY00setmessageid: <1634945950.56.0.204365672455.issue45379@roundup.psfhosted.org>
2021-10-22 23:39:10FFY00linkissue45379 messages
2021-10-22 23:39:10FFY00create