mirror of
https://github.com/idapython/src
synced 2026-06-08 14:47:00 +00:00
Backported fixes
This commit is contained in:
@@ -1491,6 +1491,9 @@ bool idapython_plugin_t::_extlang_eval_snippet(
|
||||
qstring *errbuf)
|
||||
{
|
||||
PYW_GIL_GET;
|
||||
#ifdef TESTABLE_BUILD
|
||||
QASSERT(0, PyErr_Occurred() == nullptr);
|
||||
#endif
|
||||
PyObject *globals = _get_module_globals();
|
||||
bool ok;
|
||||
if ( globals == nullptr )
|
||||
|
||||
Reference in New Issue
Block a user