Skip to content
Snippets Groups Projects
user avatar
Nicolas "Pixel" Noble authored
deadline is passed by address to PyArg_ParseTuple to update its value.
However, deadline is a const double, so attempting to change its value
is undefined behavior. Remove the const to have well-defined behavior.
8a6b38c9
History
Name Last commit Last update