[Python-checkins] r70980 - in python/trunk: Lib/test/test_mmap.py Modules/mmapmodule.c

Hirokazu Yamamoto ocean-city at m2.ccsnet.ne.jp
Wed Apr 1 22:54:12 CEST 2009


Jack diederich wrote:
> We've gotten this wrong twice so I'm going to let this settle for a
> few hours before merging accross all the other branches.

Hmm, new test_mmap.py doesn't crash on my machine with previous revision 
of mmapmodule.c. Maybe sizeof(unsigned long) != sizeof(size_t) on your 
environment?

I'll try it on coLinux(debian) later.


More information about the Python-checkins mailing list