> > Then something about the VMS platform support:
> > -readline seems to make uses of the extern function
> > vms__StdioReadline() on VMS...Where can we find the source or doc about
> > this function? In particular, we would like to know if this function
> > call (or can call) PyOS_StdioReadlin
On 8/28/05, Gregory Lielens <[EMAIL PROTECTED]> wrote:
>-is it ok to initialize a static pointer to a non-null value (the
> address of a predefined function) at compile time?
Yes. All of Python's standard types and modules use this idiom.
> We wonder if this can cause problem on some platform
Hi,
Lisandro Dalcin and me are working on a common version of our patches
([1232343],[955928]) that we plan to submit soon (this would close the
two previously proposed patches, and we plan also to review 5 other
patches to push this one before 2.5 ;-) ).
We would like this new patch to be as cl