adamdebreceni commented on code in PR #1504:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1504#discussion_r1114252946
##########
extensions/python/PythonCreator.h:
##########
@@ -83,6 +83,7 @@ class PythonCreator : public minifi::core::CoreComponent {
private:
void registerScriptDescription(const std::string& class_name, const
std::string& full_name, const std::filesystem::path& path, const std::string&
script_name) {
+ GlobalInterpreterLock gil_lock;
Review Comment:
what does this lock ensure?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]