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.

classification
Title: Small error in "Extending Python with C or C++"
Type: Stage:
Components: Documentation Versions: Python 3.1, Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, jakamkon
Priority: normal Keywords:

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:42adminsetgithub: 48861
2008-12-15 08:36:25georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg77851
2008-12-09 15:37:16jakamkonsetmessages: + msg77426
2008-12-09 15:35:50jakamkoncreate