mirror of https://github.com/python/cpython.git
![]() Add PyImport_ImportModuleAttr() and PyImport_ImportModuleAttrString() functions. * Add unit tests. * Replace _PyImport_GetModuleAttr() with PyImport_ImportModuleAttr(). * Replace _PyImport_GetModuleAttrString() with PyImport_ImportModuleAttrString(). * Remove "pycore_import.h" includes, no longer needed. |
||
---|---|---|
.. | ||
file_tokenizer.c | ||
helpers.c | ||
helpers.h | ||
readline_tokenizer.c | ||
string_tokenizer.c | ||
tokenizer.h | ||
utf8_tokenizer.c |