Issue 1415507: Clairify docs on reference stealing (original) (raw)

Issue1415507

Created on 2006-01-26 15:59 by collinwinter, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
intro.tex.diff collinwinter,2006-01-26 15:59 Patch to Doc/api/intro.tex, against r42187
Messages (2)
msg49412 - (view) Author: Collin Winter (collinwinter) * (Python committer) Date: 2006-01-26 15:59
The current C API docs (as of r42187) use the term "to steal a reference" but never really pin down what it means. This patch to Doc/api/intro.tex attempts to clairify what is meant by "stealing a reference".
msg49413 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-02-18 22:56
Logged In: YES user_id=1188172 Thanks! I checked in a slightly modified version of your patch in revisions 42471, 42472.
History
Date User Action Args
2022-04-11 14:56:15 admin set github: 42840
2006-01-26 15:59:44 collinwinter create