[issue5039] Adjust reference-counting note

2009-03-31 Thread Georg Brandl
Georg Brandl added the comment: It's all right, I spotted that and added the "C" in the commit. -- ___ Python tracker ___ ___ Python-b

[issue5039] Adjust reference-counting note

2009-03-30 Thread John Hitz
John Hitz added the comment: Sorry about that. First one I've ever done. Consecrating more on how than what. John > Subject: [issue5039] Adjust reference-counting note > To: johnhitz...@msn.com > From: rep...@bugs.python.org > Date: Tue, 31 Mar 2009 02:20:45 + >

[issue5039] Adjust reference-counting note

2009-03-30 Thread Terry J. Reedy
Terry J. Reedy added the comment: The patch has an error. It says 'Python currently...' instead of 'CPython currently', as in my suggestion. -- ___ Python tracker ___ __

[issue5039] Adjust reference-counting note

2009-03-30 Thread Georg Brandl
Georg Brandl added the comment: Committed as r70773, thanks for the patch! -- resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue5039] Adjust reference-counting note

2009-03-30 Thread John Hitz
John Hitz added the comment: Attached patch -- keywords: +patch nosy: +John Added file: http://bugs.python.org/file13495/issue5039.diff ___ Python tracker ___ ___

[issue5039] Adjust reference-counting note

2009-01-23 Thread Terry J. Reedy
New submission from Terry J. Reedy : Language / Data model / Objects, values and types (2.6-3.1) third paragraph, has the following note: "(Implementation note: the current implementation uses a reference-counting scheme with (optional) delayed detection of cyclically linked garbage, which colle