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 ajaksu2, dalcinl, larry
Date 2009-04-16.11:48:27
SpamBayes Score 2.2039815e-06
Marked as misclassified No
Message-id <1239882519.17.0.893594241562.issue5630@psf.upfronthosting.co.za>
In-reply-to
Content
I've updated the patch:
* Capsule now has a custom repr that includes whatever name is set.
* I've updated the documentation to talk about Capsules and not
CObjects; the documentation discusses naming your capsules.
* PyCapsule_Import now takes a "no_block" parameter; if true,
PyCapsule_Import will import the module using
PyImport_ImportModuleNoBlock, and if the import fails it will return
failure but *not* raise an exception.
* I checked all the exceptions to ensure they were of reasonable types.

This is as far as I can take the patch without some input from the
community.  I hope the fate of this patch can be decided before the 3.1
feature freeze.
History
Date User Action Args
2009-04-16 11:48:39larrysetrecipients: + larry, dalcinl, ajaksu2
2009-04-16 11:48:39larrysetmessageid: <1239882519.17.0.893594241562.issue5630@psf.upfronthosting.co.za>
2009-04-16 11:48:38larrylinkissue5630 messages
2009-04-16 11:48:37larrycreate