On Thursday, September 22, 2016 at 4:14:16 PM UTC+12, Peng Yu wrote:
>
> ... I want know where import is defined in the source code.

This <https://github.com/python/cpython/blob/master/Python/import.c> looks like 
the code, and this 
<https://github.com/python/cpython/blob/master/Python/Python-ast.c> where it 
hooks into the parsing.

Just a guess...
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to