Fix type annotation for get_default_settings
Fix Unknown target name warning in roles.rst
Yes, it's also fine for us.
+1 from me as a Debian packager. We currently carry a patch to use system version of roman, so I will be able to drop that patch.
Ambiguous license in test/test_utils/test_math/test__init__.py
input_event_sec/input_event_usec is always available. On 64-bit platforms and old-school 32-bit platforms it expands to: #define input_event_sec time.tv_sec #define input_event_usec time.tv_usec So for these platforms my change is no-op. And on 32-bit platforms with 64-bit time_t it expands to: #define input_event_sec __sec #define input_event_usec __usec See https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/include/uapi/linux/input.h.
Fix build with 64-bit time_t on 32-bit architectures
Fix build with 64-bit time_t on 32-bit architectures