STINNER Victor added the comment:

Thank you for your check! Good to know that it works on Android.

Chi Hsuan Yen added the comment:
> I know little about the C API. Just a question: isn't 
> PyImport_ImportModuleNoBlock deprecated?

I am not aware of any deprecation:
https://docs.python.org/dev/c-api/import.html#c.PyImport_ImportModuleNoBlock

Oh, it seems like the function is now more an less an alias to
PyImport_ImportModule().

I wasn't aware that the "NoBlock" is no more needed: I copied/pasted
from a different .c file, I don't recall which one. I should updated
other files ;-)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29176>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to