filter/python3: revise GIL access.
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 13 Dec 2023 04:44:46 +0000 (13:44 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Mon, 8 Jan 2024 10:17:42 +0000 (19:17 +0900)
commit9f6a7071da78c1fc707c3f698e40251da2209f07
tree8f61db70fe2a10af17cb395bfa0ee40a218d1c2d
parentec67c9720761e84bddd7f85b993ff7fef0faef90
filter/python3: revise GIL access.

Control GIL at C callbacks.
Control mutex at C++ class.
As in decoder/converter changes.
This is the last step before the final step for #3834

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
ext/nnstreamer/tensor_filter/tensor_filter_python3.cc
tests/test_models/models/scaler.py