Issue 893566: tp_dealloc, threads and garbage collection (original) (raw)

Issue893566

Created on 2004-02-09 17:55 by glchapman, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
newtypes.tex.diff glchapman,2004-02-09 17:55
Messages (2)
msg45368 - (view) Author: Greg Chapman (glchapman) Date: 2004-02-09 17:55
The attached tries to describe a potential trap for objects implemented in C: tp_dealloc may be called on any Python thread, not just the thread which originally created the object. I'm not sure the attached is a particularly good description, but I think it would be worth adding something along these lines.
msg45369 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2004-02-15 21:04
Logged In: YES user_id=21627 Thanks for the patch. Committed as newtypes.tex 1.29
History
Date User Action Args
2022-04-11 14:56:02 admin set github: 39920
2004-02-09 17:55:31 glchapman create