[pypy-commit] pypy default: Remove comment now that the py3.5 fix has been made

arigo pypy.commits at gmail.com
Sun Jul 2 10:33:50 EDT 2017


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r91668:c3f8d403ae2f
Date: 2017-07-02 16:32 +0200
http://bitbucket.org/pypy/pypy/changeset/c3f8d403ae2f/

Log:	Remove comment now that the py3.5 fix has been made

diff --git a/pypy/module/_cffi_backend/errorbox.py b/pypy/module/_cffi_backend/errorbox.py
--- a/pypy/module/_cffi_backend/errorbox.py
+++ b/pypy/module/_cffi_backend/errorbox.py
@@ -86,8 +86,6 @@
                 return
 
             w_text = self.space.call_function(w_done)
-            # XXX Python 3: MessageBoxA() => MessageBoxW()
-
             p = rffi.str2charp(self.space.bytes_w(w_text),
                                track_allocation=False)
             if self.text_p:


More information about the pypy-commit mailing list