Skip to content
Snippets Groups Projects

[*] Fixed a bug in the config generator. Now, when you work with the library...

Merged alexey.stratulat requested to merge bugs-3213 into master
2 files
+ 71
82
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -2,9 +2,11 @@
#include <Python.h>
#include "dap_common.h"
#include "dap_strfuncs.h"
#include "dap_string.h"
#include"dap_file_utils.h"
static PyGILState_STATE GIL_state;
char* getCharFromPyObject(PyObject *obj);
Loading