Author: Armin Rigo <[email protected]>
Branch: stm
Changeset: r51965:25643ac5bbd8
Date: 2012-01-30 20:05 +0100
http://bitbucket.org/pypy/pypy/changeset/25643ac5bbd8/
Log: (fijal, arigo)
Fix for transaction/test/test_ztranslation.
diff --git a/pypy/module/select/interp_epoll.py
b/pypy/module/select/interp_epoll.py
--- a/pypy/module/select/interp_epoll.py
+++ b/pypy/module/select/interp_epoll.py
@@ -57,6 +57,8 @@
class W_Epoll(Wrappable):
+ epfd = -1
+
def __init__(self, space, epfd):
self.epfd = epfd
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit