Python C API Question.

From: Adonis (adonisv_at_DELETETHISTEXTearthlink.net)
Date: 10/23/04


Date: Sat, 23 Oct 2004 00:50:26 GMT

This is my first crack at using Python from a C level, and also a long time
since I have even used C, so my wording might be off, when creating a new
list utilizing the PyList_New(...) function, instead of creating a list of a
fixed length, is there a way to create a variabled length instead?

Any help is greatly apprecited.

Adonis