Fix invalid function cast warnings with gcc 8 for method conventions different from METH_NOARGS, METH_O and METH_VARARGS in Argument Clinic generated code.
Add a queue.SimpleQueue class, an unbounded FIFO queue with a reentrant C implementation of put().