Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#4484 python int type hint was getting translated to c int
what we want is unsigned long, so have to use 'long' which gets translated correctly to: __Pyx_PyInt_From_unsigned_long(__pyx_v_xevent.xproperty.time);
- Loading branch information