Message404845
| 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:10 | FFY00 | set | recipients: + FFY00, barry, brett.cannon, eric.snow |
| 2021-10-22 23:39:10 | FFY00 | set | messageid: <1634945950.56.0.204365672455.issue45379@roundup.psfhosted.org> |
| 2021-10-22 23:39:10 | FFY00 | link | issue45379 messages |
| 2021-10-22 23:39:10 | FFY00 | create | |