Bug report
Bug description:
next_ticket.c:426:39: error: expression is not an integer constant expression
next_ticket.c:426:41: note: division by zero
enum { __pyx_check_sizeof_voidp = 1 / (int)(SIZEOF_VOID_P == sizeof(void*)) };
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
enum { __pyx_check_sizeof_voidp = 1 / (int)(SIZEOF_VOID_P == sizeof(void*)) };
CPython versions tested on:
3.14
Operating systems tested on:
Windows