This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: python 2.0, cygwin & readline - undefined symbols


Gerrit P. Haase writes:

>< Re: python 2.0, cygwin & readline - >
>
>Yuhuu, it works,
>
>$ PYTHONPATH= ./python.exe -tt ./Lib/test/regrtest.py -l -x test_poll

>2 tests failed: test_strftime test_time

FYI
the poll function still has problems and was specifically omitted
from your regression test above < -x test_poll in command line >

This trivial patch solves the time module problem < timezone related >
http://sourceforge.net/tracker/index.php?func=detail&aid=407758&group_id=547
0&atid=305470

the 'strftime' issue appears to be a newlib problem that I am looking into.

the 'poll' issues are, I am sorry to say, still a little beyond me.

If anyone familiar with the inner workings of the Cygwin polling
mechanism is interested in helping,  I will do all I can to help.

The relevant Python source lives in $PY_SRC / Modules / selectmodule.c
bracketed within   #ifdef HAVE_POLL      #endif

Once we get these two modules working all that will be missing from
a 100% Posix Python port will be threading.

Cheers

Norman Vine


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]