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 pitrou
Recipients arigo, ghaering, loewis, pitrou, vstinner
Date 2010-04-30.14:13:27
SpamBayes Score 0.0001376076
Marked as misclassified No
Message-id <1272636810.33.0.715738578031.issue8578@psf.upfronthosting.co.za>
In-reply-to
Content
> This should be fixed; I suggest deprecating PyWeakref_GetObject() and
> adding another C API function that does not return a borrowed reference.

Another possibility is to document the fact that Py_INCREF() should be called in most cases. It would be much lighter than a new API + deprecation process.

In the meantime, the sqlite issue should be fixed of course.
History
Date User Action Args
2010-04-30 14:13:30pitrousetrecipients: + pitrou, loewis, arigo, ghaering, vstinner
2010-04-30 14:13:30pitrousetmessageid: <1272636810.33.0.715738578031.issue8578@psf.upfronthosting.co.za>
2010-04-30 14:13:28pitroulinkissue8578 messages
2010-04-30 14:13:28pitroucreate