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 ezio.melotti, larry, ncoghlan, rhettinger
Date 2011-10-01.11:13:55
SpamBayes Score 0.011152993
Marked as misclassified No
Message-id <1317467636.96.0.0753461105779.issue13053@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a patch against trunk branch "2.7" (rev dec00ae64ca8) adding documentation on how to migrate CObjects to Capsules.  Delta the inevitable formatting bikeshedding, this should be ready to go.  I've smoke-tested the "capsulethunk.h" locally and it works fine.

When accepted, I'll check this in to the 2.7 branch, then merge into the 3.1, 3.2, and trunk branches.
History
Date User Action Args
2011-10-01 11:13:57larrysetrecipients: + larry, rhettinger, ncoghlan, ezio.melotti
2011-10-01 11:13:56larrysetmessageid: <1317467636.96.0.0753461105779.issue13053@psf.upfronthosting.co.za>
2011-10-01 11:13:56larrylinkissue13053 messages
2011-10-01 11:13:55larrycreate