[Xcb] [Bug 87046] Python3 bindings for XCB

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Jan 3 14:11:31 PST 2015


https://bugs.freedesktop.org/show_bug.cgi?id=87046

--- Comment #1 from Klee Dienes <klee at mit.edu> ---
I started porting xpyb to Python 3 for some work I have been doing.  It's
working, but the patch still needs a lot of work.

The biggest outstanding problem is that I need to go through and fix up the
buffer ownership issues for both Python 2 and Python 3.

The current patch leaks reply data .... and I think the original code leaks
event data as well.  It's hard to tell for sure since the XCB documentation
isn't overly explicit about who owns what returned memory buffers.

I'll try to clean up the patch, but am pointing you to it as a reference in
case it's useful.

https://github.com/Hadron/xpyb

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/xcb/attachments/20150103/4d875c26/attachment.html>


More information about the Xcb mailing list