Bug 87046 - Python3 bindings for XCB
Summary: Python3 bindings for XCB
Status: RESOLVED MOVED
Alias: None
Product: XCB
Classification: Unclassified
Component: Library (show other bugs)
Version: unspecified
Hardware: Other All
: medium enhancement
Assignee: xcb mailing list dummy
QA Contact: xcb mailing list dummy
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-06 11:26 UTC by amit.prakash.ambasta
Modified: 2019-02-16 19:42 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description amit.prakash.ambasta 2014-12-06 11:26:09 UTC
xpyb currently still depends on python2.x and does not support python3. Please provide python3 compatible bindings for libxcb.
Comment 1 Klee Dienes 2015-01-03 22:11:31 UTC
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
Comment 2 GitLab Migration User 2019-02-16 19:42:00 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/xorg/lib/libxcb/issues/33.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.