Add support for PyPy and Python 3.4 using a pure-python port of the C extension code.
All tests continue to pass under 2.6 and 2.7. The pure-python code currently raises AttributeError instead of RuntimeError in the recursive-parent cases, though I'm not sure why that is. There may also be some issues with the proxying of some methods, but those aren't covered by current test cases.
Showing
This diff is collapsed.
src/Acquisition/_proxy.py
0 → 100644
This diff is collapsed.
Please register or sign in to comment