mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Fixed another case of the PyArg_Parse 'h' semantic change problem, sigh...
This commit is contained in:
parent
fd4ff52c22
commit
2c278ed4a5
1 changed files with 1 additions and 1 deletions
|
|
@ -1082,7 +1082,7 @@ PyMac_BuildPoint(Point p)
|
|||
int
|
||||
PyMac_GetEventRecord(PyObject *v, EventRecord *e)
|
||||
{
|
||||
return PyArg_Parse(v, "(hll(hh)h)",
|
||||
return PyArg_Parse(v, "(Hll(hh)H)",
|
||||
&e->what,
|
||||
&e->message,
|
||||
&e->when,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue