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 shihai1991
Recipients enometh, shihai1991
Date 2021-08-23.13:05:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629723914.11.0.131250369192.issue44913@roundup.psfhosted.org>
In-reply-to
Content
> Or are you saying something can be done in Python's components to
handle this use case transparently? so the user won't have to put GIL
locks in his code.

Sorry, I don't explain it good enough. You have said what I wanted to say:)

> Yes, but if the extension is loaded into a C program (i.e. not from
python then the extension (libfoo1.so) has to call Py_Initialize at
that point.

You are right. I just only saw your dload.py, so I don't know how you start the python prcoess in your env;).
I haven't the experience of the pam-python:(.
History
Date User Action Args
2021-08-23 13:05:14shihai1991setrecipients: + shihai1991, enometh
2021-08-23 13:05:14shihai1991setmessageid: <1629723914.11.0.131250369192.issue44913@roundup.psfhosted.org>
2021-08-23 13:05:14shihai1991linkissue44913 messages
2021-08-23 13:05:14shihai1991create