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.

classification
Title: Use specs instead of just __loader__ in C code
Type: behavior Stage:
Components: Interpreter Core Versions: Python 3.10
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: brett.cannon, corona10
Priority: normal Keywords:

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:37adminsetgithub: 86298
2022-02-04 20:46:31brett.cannonlinkissue21762 dependencies
2020-10-24 16:28:23corona10setnosy: + corona10
2020-10-23 22:16:01brett.cannoncreate