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.
- 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 | |
|---|---|---|
| .. | ||
| test_package | 4 years ago | |
| CustomTypeBindingBusTests.cpp | 4 years ago | |
| EditorPythonBindingsTest.cpp | 4 years ago | |
| EditorPythonBindingsTest.py | 4 years ago | |
| EditorPythonBindingsTestWithArgs.py | 4 years ago | |
| PythonAssetTypesTests.cpp | 4 years ago | |
| PythonAssociativeTests.cpp | 4 years ago | |
| PythonBindingLibTests.cpp | 4 years ago | |
| PythonContainerAnyTests.cpp | 4 years ago | |
| PythonDictionaryTests.cpp | 4 years ago | |
| PythonGlobalsTests.cpp | 4 years ago | |
| PythonLogSymbolsComponentTests.cpp | 4 years ago | |
| PythonPairTests.cpp | 4 years ago | |
| PythonPairTests.h | 4 years ago | |
| PythonProxyBusTests.cpp | 4 years ago | |
| PythonProxyObjectTests.cpp | 4 years ago | |
| PythonReflectionComponentTests.cpp | 4 years ago | |
| PythonTestingUtility.h | 4 years ago | |
| PythonThreadingTests.cpp | 4 years ago | |
| PythonTraceMessageSink.h | 4 years ago | |
| __init__.py | 4 years ago | |