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.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, pitrou
Date 2008-08-25.12:57:06
SpamBayes Score 0.0780852
Marked as misclassified No
Message-id <1219669028.41.0.487831895737.issue3668@psf.upfronthosting.co.za>
In-reply-to
Content
This patch elegantly reuses the existing cleanup list.

Only two remarks: 
- there are a few tabs/spaces inconsistencies.
- I would make the cleanup_ptr explicit:
intead of 
      addcleanup(*buffer, freelist, NULL);
I'd prefer
      addcleanup(*buffer, freelist, cleanup_ptr);
History
Date User Action Args
2008-08-25 12:57:08amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, pitrou
2008-08-25 12:57:08amaury.forgeotdarcsetmessageid: <1219669028.41.0.487831895737.issue3668@psf.upfronthosting.co.za>
2008-08-25 12:57:07amaury.forgeotdarclinkissue3668 messages
2008-08-25 12:57:07amaury.forgeotdarccreate