Files
UnrealEngineUWP/Engine/Plugins/Experimental/PythonScriptPlugin
jamie dale aee77705df Release the GIL before calling FPyWrapperTypeReinstancer::ProcessPending, not within it
Most places that call FPyWrapperTypeReinstancer::ProcessPending don't hold the GIL, so trying to release it inside just lead to an internal Python error

#jira
[FYI] Patrick.Laflamme, Nate.Horne
#rnx

[CL 22019592 by jamie dale in ue5-main branch]
2022-09-14 18:50:09 -04:00
..