search for: pshoutobj_send

Displaying 3 results from an estimated 3 matches for "pshoutobj_send".

2008 Aug 30
3
Updated version of patch
Attached is a patch against shout-python-0.2 which does two trivial but very useful things (1) The function "get_connected" is exported so that shout-python becomes usable in nonblocking mode. In the current version of shout-python "open" raises an exception in nonblocking mode. (2) The global interpreter lock is released in the potentially blocking functions
2004 Aug 06
3
BUG: page-aligned data in libshout
...#1 0x28419827 in blocksize (vd=0x8234400, p=0xbfbff54c) at vorbis.c:61 #2 0x28419aa4 in send_vorbis (self=0x81c6a80, data=0x827d014 "OggS", len=8153) at vorbis.c:124 #3 0x2841732d in shout_send (self=0x81c6a80, data=0x827d014 "OggS", len=8153) at shout.c:173 #4 0x28411486 in pshoutobj_send () from /usr/local/lib/python2.2/site-packages/shout.so #5 0x080b0c53 in PyCFunction_Call () I waded through libshout for more than a few hours trying to figure out what could cause this, then went to look in libvorbis (and quickly gave up seeing the complexity of it). It was very predictable, s...
2004 Aug 06
3
BUG: page-aligned data in libshout
...#1 0x28419827 in blocksize (vd=0x8234400, p=0xbfbff54c) at vorbis.c:61 #2 0x28419aa4 in send_vorbis (self=0x81c6a80, data=0x827d014 "OggS", len=8153) at vorbis.c:124 #3 0x2841732d in shout_send (self=0x81c6a80, data=0x827d014 "OggS", len=8153) at shout.c:173 #4 0x28411486 in pshoutobj_send () from /usr/local/lib/python2.2/site-packages/shout.so #5 0x080b0c53 in PyCFunction_Call () I waded through libshout for more than a few hours trying to figure out what could cause this, then went to look in libvorbis (and quickly gave up seeing the complexity of it). It was very predictable, s...