On Sep 24, 2009, at 3:28 PM, Philip Jenvey wrote:

>> Module beaker.synchronization:260 in do_acquire_write_lock
>> <<                  return False
>>           else:
>>               fcntl.flock(filedescriptor, fcntl.LOCK_EX)
>>               return True
>>
>>>> fcntl.flock(filedescriptor, fcntl.LOCK_EX)
>> TypeError: argument must be an int, or have a fileno() method.
>>
>
> FYI I narrowed this problem down today, it should be fixed in Beaker
> trunk. It's due to a CPython bug =[
>
> http://www.pylonshq.com/project/pylonshq/ticket/645

This bug has been fixed with a work-around in Beaker, and Beaker 1.4.2  
has been released with it.

- Ben
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to