[Python-ideas] PEP 3156/Tulip: Extensible EventLoop interface

Paul Moore p.f.moore at gmail.com
Thu Feb 7 11:13:39 CET 2013


I can test it when I get home...

On Thursday, 7 February 2013, Richard Oudkerk wrote:

> On 06/02/2013 10:20pm, Paul Moore wrote:
>
>> I just tried a build on Windows 7 64-bit with Python 3.3 (i.e., not a
>> 3.4 checkout). I got a lot of these types of error as well. I also got
>> a couple of genuine ones. One was a build problem - PY_ULONG_MAX
>> doesn't exist. I changed it to ULONG_MAX which got the compile to work
>> - but it may not be correct, I guess. The other was:
>>
>> ERROR: test_sock_accept (tulip.events_test.**ProactorEventLoopTests)
>> ------------------------------**------------------------------**
>> ----------
>> Traceback (most recent call last):
>>    File "C:\Work\Scratch\tulip\tulip\**events_test.py", line 309, in
>> test_sock_accept
>>      conn, addr = self.event_loop.run_until_**complete(f)
>>    File "C:\Work\Scratch\tulip\tulip\**base_events.py", line 104, in
>> run_until_complete
>>      return future.result()  # May raise future.exception().
>>    File "C:\Work\Scratch\tulip\tulip\**futures.py", line 148, in result
>>      raise self._exception
>>    File "C:\Work\Scratch\tulip\tulip\**windows_events.py", line 132, in
>> _poll
>>      value = callback()
>>    File "C:\Work\Scratch\tulip\tulip\**windows_events.py", line 83, in
>> finish_accept
>>      listener.fileno())
>> OSError: [WinError 10014] The system detected an invalid pointer
>> address in attempting to use a pointer argument in a call
>>
>> Interestingly, I saw the same OSError occurring in some of the
>> "ERROR:root:Accept failed" logging stuff.
>>
>> I don't know if that's of any use...
>>
>
> Thanks.
>
> It should be fixed now, but I have not tested it on a 64 bit build.  (My
> 64 bit setup seems to be all screwed up.)
>
> --
> Richard
>
> ______________________________**_________________
> Python-ideas mailing list
> Python-ideas at python.org
> http://mail.python.org/**mailman/listinfo/python-ideas<http://mail.python.org/mailman/listinfo/python-ideas>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20130207/f4037d36/attachment.html>


More information about the Python-ideas mailing list