[pygr-notify] Issue 27 in pygr: Patch for NLMSASlice cache hint memory leak; associated tests; refactoring of cache code.

codesite-noreply at google.com codesite-noreply at google.com
Mon Sep 1 11:12:00 PDT 2008


Issue 27: Patch for NLMSASlice cache hint memory leak; associated tests;  
refactoring of cache code.
http://code.google.com/p/pygr/issues/detail?id=27

New issue report by ti... at idyll.org:
cnestedlist.NLMSASlice has a memory leak (under Pyrex 0.9.8.4) where
__dealloc__ cannot properly delete cache objects from seqdb.cacheProxyDict
stored under self.deallocID, because __dealloc__ cannot call Python methods.

The three attached patches demonstrate this problem, fix the problem, and
then refactor the cacheHint code to eliminate now-unnecessary logic.


Attachments:
	0001-added-cache-tests-for-basic-seqslice-cache-NLMSASl.patch  5.0 KB
	0002-fixed-NLMSASlice-memory-leak-by-switching-to-using-w.patch  3.8 KB
	0003-cleanup-and-refactoring-of-cache-code.patch  9.1 KB


Issue attributes:
	Status: New
	Owner: ti... at idyll.org
	Labels: Type-Defect Priority-High

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings



More information about the pygr-notify mailing list