[pygr-notify] Issue 48 in pygr: megatest failure: cannot delete from dict

codesite-noreply at google.com codesite-noreply at google.com
Sat Oct 25 06:50:17 PDT 2008


Issue 48: megatest failure: cannot delete from dict
http://code.google.com/p/pygr/issues/detail?id=48

New issue report by ti... at idyll.org:
See groups discussion:

http://groups.google.com/group/pygr-dev/browse_thread/thread/123a4a6b92d7abe8

Briefly, this is a pyrex bug related to an optimization for C integers when
indexing maps; the two proposed workarounds are

a) use d.__delitem__(intkey) instead of del d[intkey]

b) change the intkey to no longer be a C integer

I'm agnostic on which one of these to go with.

--titus



Issue attributes:
	Status: Accepted
	Owner: ti... at idyll.org
	CC: cjlee112
	Labels: Type-Defect Priority-Medium

-- 
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