This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author larry
Recipients benjamin.peterson, brian.curtin, flox, larry, lemburg, pitrou, vstinner
Date 2010-04-02.20:19:21
SpamBayes Score 2.111777e-06
Marked as misclassified No
Message-id <1270239563.71.0.30247778619.issue7992@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, and, last night I checked in r79590.  This is the checkin that ameliorates the backwards compatibility issues.  Specifically, I changed four things:

* PyCObject_AsVoidPtr() can now open capsules.  This addresses
  most of the remaining backwards-compatibility concerns about
  the conversion of Python 2.7 from CObjects to capsules.
* CObjects were marked Pending Deprecation.
* Documentation about this pending deprecation was added to
  cobject.h.
* The capsule source files were added to the legacy PC build
  processes.

(Someone had already added them to the current PC build process, a day or two after I committed the previous checkin.)

Sorry for forgetting to update the issue last night, but I was in a bit of a hurry to get this done before Benjamin cut 2.7b1.
History
Date User Action Args
2010-04-02 20:19:23larrysetrecipients: + larry, lemburg, pitrou, vstinner, benjamin.peterson, brian.curtin, flox
2010-04-02 20:19:23larrysetmessageid: <1270239563.71.0.30247778619.issue7992@psf.upfronthosting.co.za>
2010-04-02 20:19:21larrylinkissue7992 messages
2010-04-02 20:19:21larrycreate