[issue36808] Understanding "cannot import name" exception

2019-05-05 Thread Eryk Sun
Eryk Sun added the comment: The issue tracker is not the right forum for questions about Python development or CPython internals. You can ask for help on the python-list mailing list. -- nosy: +eryksun resolution: -> not a bug stage: -> resolved status: open -> closed _

[issue36808] Understanding "cannot import name" exception

2019-05-05 Thread Arthur Goldberg
New submission from Arthur Goldberg : I'm attempting to better understand an ImportError: cannot import name '' error by reading the cpython source. But I cannot find this error in the source. The closest I find is in cpython/Python/ceval.c, lines 5060 & 5068, but they both say: cannot