Issue 4611: Small error in "Extending Python with C or C++" (original) (raw)

Issue4611

Created on 2008-12-09 15:35 by jakamkon, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg77425 - (view) Author: Kuba Kończyk (jakamkon) Date: 2008-12-09 15:35
Near the end of "Reference Counting in Python" section we have: "(...)The disadvantage of borrowing over leaking is(...)", "leaking" should be replaced by "borrowing".
msg77426 - (view) Author: Kuba Kończyk (jakamkon) Date: 2008-12-09 15:37
I meant "owning".
msg77851 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-12-15 08:36
Thanks, fixed in r67785.
History
Date User Action Args
2022-04-11 14:56:42 admin set github: 48861
2008-12-15 08:36:25 georg.brandl set status: open -> closedresolution: fixedmessages: +
2008-12-09 15:37:16 jakamkon set messages: +
2008-12-09 15:35:50 jakamkon create