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 ammar2
Recipients aaqaishtyaq, ammar2, docs@python, eric.snow
Date 2018-12-13.08:04:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544688257.93.0.788709270274.issue35475@psf.upfronthosting.co.za>
In-reply-to
Content
A good place to start might be to search for a function that says it returns a borrowed reference in the source tree. For example, "PyImport_AddModule" says it returns a borrowed reference. 

In the search you'll find the relevant file here:

https://github.com/python/cpython/blob/e42b705188271da108de42b55d9344642170aa2b/Doc/data/refcounts.dat#L569
History
Date User Action Args
2018-12-13 08:04:18ammar2setrecipients: + ammar2, docs@python, eric.snow, aaqaishtyaq
2018-12-13 08:04:17ammar2setmessageid: <1544688257.93.0.788709270274.issue35475@psf.upfronthosting.co.za>
2018-12-13 08:04:17ammar2linkissue35475 messages
2018-12-13 08:04:17ammar2create