Issue 42132: Use specs instead of just __loader__ in C code - Python tracker

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
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__`.