[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

could someone look at python3.3 + numpy problem?



Hi guys,

Recently ran into the issue that Python's dict.__contains__ seems to not work
correctly on fresh pytables upload.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724047 

(Pdb) print np.int64(4) in {4:'y'}
False
(Pdb) print np.int32(4) in {4:'y'}
True

now also see that it could be blamed for errors during pandas tests... I just
wondered if someone familiar with Python (could still be numpy issue
though) codebase specific for s390 and Python to have a look?

P.S. please maintain me in CC -- I am not on the list

-- 
Yaroslav O. Halchenko, Ph.D.
http://neuro.debian.net http://www.pymvpa.org http://www.fail2ban.org
Senior Research Associate,     Psychological and Brain Sciences Dept.
Dartmouth College, 419 Moore Hall, Hinman Box 6207, Hanover, NH 03755
Phone: +1 (603) 646-9834                       Fax: +1 (603) 646-1419
WWW:   http://www.linkedin.com/in/yarik        


Reply to: