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: ImportError: sys.meta_path is None, Python is likely shutting down
Type: crash Stage: resolved
Components: asyncio Versions: Python 3.8
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: asvetlov, eamanu, luizoti, yselivanov
Priority: normal Keywords:

Created on 2021-05-24 00:18 by luizoti, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
events.py luizoti, 2021-05-24 00:18
Pull Requests
URL Status Linked Edit
PR 26324 closed luizoti, 2021-05-24 00:18
Messages (3)
msg394228 - (view) Author: Luiz Antonio Lazoti (luizoti) Date: 2021-05-24 00:18
hi,

In certain situations I get this error, I believe it is related to evdev, select or inotify in line 715.


ImportError: sys.meta_path is None, Python is likely shutting down
msg395463 - (view) Author: Emmanuel Arias (eamanu) * Date: 2021-06-09 20:27
Hello, 

Can you please provide a piece of code to reproduce the issue?
msg414997 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2022-03-12 15:55
Reproducer is missing
History
Date User Action Args
2022-04-11 14:59:46adminsetgithub: 88387
2022-03-12 15:55:22asvetlovsetstatus: open -> closed
resolution: not a bug
messages: + msg414997

stage: resolved
2021-06-09 20:27:23eamanusetnosy: + eamanu
messages: + msg395463
2021-05-24 00:18:57luizoticreate