inicio mail me! sindicaci;ón

memory map your entire mind

mmap porting is finished.

Here’s the latest changelog:

  • correctly raise error if used in concatenation and repeatition
  • responds to getitem, setitem
  • correctly raise error if called delitem
  • support slicing objects
  • add a big test ported from test_mmap.py

The only remaining issue is the lack of support of the Buffer object protocol because is not directly exposed in Python. You can’t pass a map to file.write() or regexp methods. Hope someday the Python guys expose this.

You can find everything at the usual place: http://codespeak.net/svn/user/rhymes/modules if you want to test it…

Now onto the fourth module: bz2.

Related posts

  • Modules on Windows and last bits of Summer Of Code
  • Implementing Python with .NET
  • SoC current status
  • think about the problem to solve, not about the language
  • Rebbin
  • Leave a Comment