[issue42132] Use specs instead of just __loader__ in C code

2020-10-24 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue42132] Use specs instead of just __loader__ in C code

2020-10-23 Thread Brett Cannon
New submission from Brett Cannon : _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 s