hai shi <[email protected]> added the comment:
> When does this actually happen? Is there a common situation where you'd > mistakenly pass NULL to PyState_AddModule? If created mod haven't been checked will have this risk. PyState_AddModule is a exposing C API, we should make sure that calling API is in a safe way(not raising a segmentation fault). :) ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue42625> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
