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: Invalid PyWeakref_GetObject info
Type: Stage:
Components: Documentation Versions: Python 2.2
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: fdrake Nosy List: fdrake, markovitch
Priority: normal Keywords:

Created on 2002-02-19 18:29 by markovitch, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Messages (2)
msg9320 - (view) Author: Yakov Markovitch (markovitch) Date: 2002-02-19 18:29
PyWeakref_GetObject() is said to return a new
reference, whereas it returns borrowed reference instead.
msg9321 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2002-02-20 05:08
Logged In: YES 
user_id=3066

Fixed in Doc/api/refcounts.dat revisions 1.39 and 1.38.6.1.
History
Date User Action Args
2022-04-10 16:05:00adminsetgithub: 36125
2002-02-19 18:29:04markovitchcreate