[Python-Dev] RELEASED Python 2.3.3 (release candidate 1) - custom Py_Initialize()

Thomas Heller theller at python.net
Wed Dec 17 11:42:14 EST 2003


Jack Jansen <Jack.Jansen at cwi.nl> writes:

> On 17-dec-03, at 12:32, Thomas Heller wrote:
>> I would rather like a function like Py_InitializeEx(struct _init*),
>> where struct _init would have components like PYTHONPATH, optimize, and
>> so on.
>
> You'd have to be very careful to design the struct in such a way that
> you'd have good compatibility.

Sure, but it can be done.
The alternative would be a Py_InitializeN() call with many parameters.
Would that be preferrable?

Thomas




More information about the Python-Dev mailing list