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: tp_dealloc, threads and garbage collection
Type: Stage:
Components: Documentation Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: glchapman, loewis
Priority: normal Keywords: patch

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:02adminsetgithub: 39920
2004-02-09 17:55:31glchapmancreate