Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 329909 - dev-python/sip-4.10.5 doesn't work with Python 3.2 (PyCObject)
Summary: dev-python/sip-4.10.5 doesn't work with Python 3.2 (PyCObject)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: python-3.2 292419
  Show dependency tree
 
Reported: 2010-07-26 13:25 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2010-09-01 19:23 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2010-07-26 13:25:06 UTC
dev-python/sip-4.10.5 doesn't work with Python 3.2. It uses PyCObject-related
functions which are deprecated in Python 3.1 and removed in Python 3.2. PyCapsule-related functions should be used.
http://docs.python.org/3.1/c-api/cobject.html
http://docs.python.org/3.1/c-api/capsule.html

$ python3.2 -c 'import sip'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: /usr/lib64/python3.2/site-packages/sip.so: undefined symbol: PyCObject_FromVoidPtr
Comment 1 Davide Pesavento (RETIRED) gentoo-dev 2010-08-28 16:24:36 UTC
Will be fixed by sip-4.11
Comment 2 Davide Pesavento (RETIRED) gentoo-dev 2010-09-01 19:23:20 UTC
4.11 in tree now.