hackathon-dev #1

Merged
amy merged 101 commits from hackathon-dev into develop 2019-12-12 13:56:11 -07:00
Showing only changes of commit c0c4242dfc - Show all commits

View File

@ -38,7 +38,7 @@ static HRESULT convert_msg(PyObject *target, PMSG source)
PyObject *Epython_get_message(PyObject *self, PyObject *args) PyObject *Epython_get_message(PyObject *self, PyObject *args)
{ {
PyDictObject *out; PyObject *out;
MSG msg; MSG msg;
if (!PyArg_ParseTuple(args, "O!", &PyDict_Type, &out)) if (!PyArg_ParseTuple(args, "O!", &PyDict_Type, &out))