#1 multiple PyArg_ParseTupleAndKeywords has wrong format
open
nobody
None
5
2010-08-25
2010-08-25
Anonymous
No
In src/builders.c, multiple "PyArg_ParseTupleAndKeywords" has wrong "format", where "i" (int) is used for "u_int32_t values" (which should be "I" (unsigned int) instead)
This issue will be addressed in the next release, coming in the next week. Thank you for posting!