Issue 42132: Use specs instead of just loader in C code (original) (raw)

Issue42132

Created on 2020-10-23 22:16 by brett.cannon, last changed 2022-04-11 14:59 by admin.

Messages (1)
msg379483 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2020-10-23 22:16
_warnings.c, pylifecycle.c, and pythonrun.c all either use or set `__loader__` but without also falling back on `__spec__`.
History
Date User Action Args
2022-04-11 14:59:37 admin set github: 86298
2022-02-04 20:46:31 brett.cannon link issue21762 dependencies
2020-10-24 16:28:23 corona10 set nosy: + corona10
2020-10-23 22:16:01 brett.cannon create