bareos: master b1bf2450
Author | Committer | Branch | Timestamp | Parent | |
---|---|---|---|---|---|
Sebastian Sura | Bareos Bot | master | 2024-07-11 07:49 | master 5a4997d6 | Pending |
Changeset | python-fd: serialize calls to PyThreadState_New with GIL I am not sure if this is necessary, but the documentation says: ``` The global interpreter lock need not be held, but may be held if it is necessary to serialize calls to this function. ``` But it does not elaborate on *when* it is necessary to serialize those calls. As such I will pretend that it is also necessary and use the gil to do so. |
||||
mod - core/src/plugins/filed/python/python-fd.cc | Diff File |