Author: Armin Rigo <[email protected]>
Branch: stm-gc
Changeset: r54113:8216dfd8284b
Date: 2012-03-31 18:19 +0200
http://bitbucket.org/pypy/pypy/changeset/8216dfd8284b/

Log:    Clarify.

diff --git a/lib_pypy/transaction.py b/lib_pypy/transaction.py
--- a/lib_pypy/transaction.py
+++ b/lib_pypy/transaction.py
@@ -56,7 +56,7 @@
 
 def remove_epoll(ep):
     """Explicitly unregister the epoll object.  Note that raising an
-    exception in a transaction also cancels any add_epoll().
+    exception in a transaction to abort run() also unregisters all epolls.
     """
     for key, (f, args, kwds) in _pending.items():
         if getattr(f, '_reads_from_epoll_', None) is ep:
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to