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.

Author vstinner
Recipients serhiy.storchaka, twouters, vstinner, xdegaye, yan12125
Date 2017-02-17.14:59:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwYdhGd1sf8dJLgZLc4X-Qk3qZRHfxRcTzKCs5-ZHsQrLQ@mail.gmail.com>
In-reply-to <1487339493.02.0.771804439144.issue29176@psf.upfronthosting.co.za>
Content
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 ;-)
History
Date User Action Args
2017-02-17 14:59:55vstinnersetrecipients: + vstinner, twouters, xdegaye, serhiy.storchaka, yan12125
2017-02-17 14:59:55vstinnerlinkissue29176 messages
2017-02-17 14:59:54vstinnercreate