Fredrik Lundh is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

effbot / pil-2009-raclette http://effbot.org/zone/pil-index.htm

Work repository for PIL 1.1.7 and beyond. The "default" branch should be fairly solid, the other branches less so. For production use, see the pil-117 repository.

Clone this repository (size: 1.6 MB): HTTPS / SSH
hg clone https://bitbucket.org/effbot/pil-2009-raclette
hg clone ssh://hg@bitbucket.org/effbot/pil-2009-raclette

Issues

#11 Use of deprecated/removed C API functions

Reported by Christoph Zwerschke

Was not able to build the current default branch on Python 3.2 because two C API functions are used which have been deprecated/removed in Python 3.1/3.2:

  • PyCObject_FromVoidPtrAndDesc

CObject not supported any more, must use Capsules

  • Py_FindMethod

Google says "The same functionality can be achieved with the tp_getattro slot: implement your special dynamic attributes there, and then call PyObject_GenericGetAttr for the default behavior."

Status: new Responsible: Fredrik Lundh Type: bug Priority: major
Milestone: raclette-final Component: none Version: pil-1.1.7

Attachments

No attachments added for this issue yet.

Comments and changes

No comments added for this issue yet.

Add comment / attachment

Verification: Please write the text from the image in the box (letters only)

captcha

Is that you, Humanoid? Is this me?