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

Bug 293909

Summary: dev-python/pygame-1.9.1 doesn't work 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
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 292402    
Attachments: pygame-1.9.1:20091121-014031.log

Description Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-11-21 01:38:24 UTC
dev-python/pygame-1.9.1 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
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-11-21 01:41:15 UTC
Created attachment 210758 [details]
pygame-1.9.1:20091121-014031.log

-Werror=implicit-function-declaration allows to reproduce this bug during building.
Comment 3 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2011-04-29 18:40:51 UTC
Fixed by upstream in dev-python/pygame-1.9.2_pre3082.