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-02.23:30:04
SpamBayes Score 6.827224e-08
Marked as misclassified No
Message-id <1317598205.65.0.0406181880199.issue13053@psf.upfronthosting.co.za>
In-reply-to
Content
In case you're curious, here's how I tested "capsulethunk.h".  I added the file to Python 2.7 (hg head), 3.0.0 (tarball), and 3.1.0 (tarball).  For 2.7 ad 3.0.0 I quickly hacked four files to use the Capsule API instead of CObjects:
 * Python/compile.c
 * Python/getargs.c
 * Modules/_ctypes/callproc.c
 * Modules/_ctypes/cfield.c
(For 3.1 I simply included the file in those four files, as they already use the Capsule API.)  I then built and ran regrtest.py.

While developing capsulethunk.h, I had a more thorough test suite; sadly that's on a laptop that is shut off, and I'm on vacation across the Atlantic and can't get at it.  But everything was working fine last I checked ;-)
History
Date User Action Args
2011-10-02 23:30:05larrysetrecipients: + larry, rhettinger, ncoghlan, ezio.melotti
2011-10-02 23:30:05larrysetmessageid: <1317598205.65.0.0406181880199.issue13053@psf.upfronthosting.co.za>
2011-10-02 23:30:05larrylinkissue13053 messages
2011-10-02 23:30:04larrycreate