Commit 7bae6a1c authored by bescoto's avatar bescoto

Removed experimental psyco use (didn't help)


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@249 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent 325bdf58
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
from __future__ import generators from __future__ import generators
import os, stat, types import os, stat, types
from static import * from static import *
import psyco
class Iter: class Iter:
"""Hold static methods for the manipulation of lazy iterators""" """Hold static methods for the manipulation of lazy iterators"""
...@@ -300,8 +299,6 @@ class IterTreeReducer: ...@@ -300,8 +299,6 @@ class IterTreeReducer:
self.index = index self.index = index
return 1 return 1
psyco.bind(IterTreeReducer)
class ITRBranch: class ITRBranch:
"""Helper class for IterTreeReducer below """Helper class for IterTreeReducer below
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment