Is it possible to create a Python Array in C using the C-API?
If so how do I do this?
Is arraymodule.c the right place to be looking in the CPython source?
If I was using numpy I'd do this https://docs.scipy.org/doc/numpy/user/c-info.how-to-extend.html#creating-a-brand-new-ndarray but I can't use numpy for this particular project.