We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ac1e37 + 3fa1d38 commit fb0a2f9Copy full SHA for fb0a2f9
Modules/_librabbitmq/connection.c
@@ -741,7 +741,7 @@ PyDict_to_basic_properties(PyObject *p,
741
props->_flags |= AMQP_BASIC_PRIORITY_FLAG;
742
}
743
if ((value = PyDict_GetItemString(p, "timestamp")) != NULL) {
744
- props->timestamp = (uint8_t)PyInt_AS_LONG(value);
+ props->timestamp = (uint64_t)PyInt_AS_LONG(value);
745
props->_flags |= AMQP_BASIC_TIMESTAMP_FLAG;
746
747
0 commit comments