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 larry
Date 2009-05-05.23:45:31
SpamBayes Score 1.8361058e-06
Marked as misclassified No
Message-id <1241567133.24.0.131826723063.issue5947@psf.upfronthosting.co.za>
In-reply-to
Content
With the Capsule API patch accepted, I'd like to officially deprecate
CObject.  This patch causes Python to emit a single runtime warning the
first time a CObject is constructed in a particular Python instance.  If
those aren't the right semantics for a deprecation warning, please let
me know and I'll fix it.
History
Date User Action Args
2009-05-05 23:45:33larrysetrecipients: + larry
2009-05-05 23:45:33larrysetmessageid: <1241567133.24.0.131826723063.issue5947@psf.upfronthosting.co.za>
2009-05-05 23:45:32larrylinkissue5947 messages
2009-05-05 23:45:31larrycreate