Author: Ronan Lamy <[email protected]>
Branch: py3.6-asyncgen
Changeset: r97714:bb53568cb83f
Date: 2019-10-03 12:43 +0100
http://bitbucket.org/pypy/pypy/changeset/bb53568cb83f/

Log:    fix comment

diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py
--- a/pypy/interpreter/pyopcode.py
+++ b/pypy/interpreter/pyopcode.py
@@ -1121,7 +1121,7 @@
         # sub-iterable first before continuing on the next bytecode.
         in_generator = self.get_generator()
         if in_generator is None:
-            # Issue #2768: rare case involving __del__ methods.
+            # Issue #2786: rare case involving __del__ methods.
             # XXX This is a workaround, not a proper solution.
             raise oefmt(self.space.w_RuntimeError,
                         "PyPy limitation: cannot use 'yield from' or 'await' "
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to