Issue 520087: Invalid PyWeakref_GetObject info (original) (raw)

Issue520087

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:00 admin set github: 36125
2002-02-19 18:29:04 markovitch create