You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Code/Framework/AzToolsFramework
moraaar f551e69b2b
PythonProxyNotificationHandler::OnEventGenericHook acquires the Python GIL before executing (#3904)
- Protected python execution of OnEventGenericHook by trying to lock the GIL and show a descriptive error when it was not possible to lock.
- Improved mechanism to lock python mutex and GIL in PhytonSystemComponent. Acquiring/releasing GIL once per thread.
- Added unit test to verify errors are fired when trying to execute OnEventGenericHook from another thread (as it should not able to acquire the GIL).
- Improved python threading tests to actually using python buses.

Signed-off-by: moraaar moraaar@amazon.com
4 years ago
..
AzToolsFramework PythonProxyNotificationHandler::OnEventGenericHook acquires the Python GIL before executing (#3904) 4 years ago
Platform removing unnecessary bigobj flags from files (its applied globally) 4 years ago
Tests Add a new implementation for cone/ray intersect to simplify code and fix issue with current implementation (#3902) 4 years ago
CMakeLists.txt Merge branch 'development' into cmake/SPEC-2513_w4244 4 years ago