Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 293909 - dev-python/pygame-1.9.1 doesn't work with Python 3.2 (PyCObject)
Summary: dev-python/pygame-1.9.1 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
  Show dependency tree
 
Reported: 2009-11-21 01:38 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2011-04-29 18:40 UTC (History)
1 user (show)

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


Attachments
pygame-1.9.1:20091121-014031.log (pygame-1.9.1:20091121-014031.log,147.77 KB, text/plain)
2009-11-21 01:41 UTC, Arfrever Frehtes Taifersar Arahesis (RETIRED)
Details

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 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.