Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 292415

Summary: dev-python/pycxx-6.2.3-r1 incompatible with Python 3.2 (PyCObject)
Product: Gentoo Linux Reporter: Arfrever Frehtes Taifersar Arahesis (RETIRED) <arfrever>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED FIXED    
Severity: normal CC: esigra, tdalman
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 292402    
Attachments: pysvn-1.7.1:20091108-173526.log

Description Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-11-08 18:17:50 UTC
dev-python/pycxx-6.1.1 is incompatible with Python 3.2. It uses PyCObject-related functions which are deprecated in Python 3.1 and removed in Python 3.2.
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-11-08 18:19:38 UTC
PyCapsule-related functions should be used.
Comment 2 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-11-08 18:20:42 UTC
Created attachment 209644 [details]
pysvn-1.7.1:20091108-173526.log

This bug causes build failure of dev-python/pysvn.
Comment 3 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-11-08 18:43:13 UTC
http://docs.python.org/3.1/c-api/cobject.html
http://docs.python.org/3.1/c-api/capsule.html
Comment 4 Tolga Dalman 2011-02-21 10:05:45 UTC
Apparantly, there is a dedicated python 3 version of pycxx. See http://cxx.sourceforge.net/PyCXX-Python3.html. Also, pycxx is currently at 6.2.1-r1 in the repository.
Comment 5 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2011-02-21 12:20:44 UTC
(In reply to comment #4)
> Apparantly, there is a dedicated python 3 version of pycxx. See
> http://cxx.sourceforge.net/PyCXX-Python3.html.

PyCXX tarballs contain code for both Python 2 and Python 3.
Comment 6 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2011-04-09 19:18:39 UTC
http://cxx.svn.sourceforge.net/viewvc/cxx?view=revision&revision=266
Comment 7 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2011-04-09 19:55:28 UTC
Fixed in dev-python/pycxx-6.2.3-r2.