New submission from Brett Cannon <[email protected]>:
_warnings.c, pylifecycle.c, and pythonrun.c all either use or set `__loader__` but without also falling back on `__spec__`. ---------- components: Interpreter Core messages: 379483 nosy: brett.cannon priority: normal severity: normal status: open title: Use specs instead of just __loader__ in C code type: behavior versions: Python 3.10 _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue42132> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
