[pypy-commit] pypy default: Link to the bug report

arigo noreply at buildbot.pypy.org
Sun Mar 15 10:34:46 CET 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r76381:385a53dacc1c
Date: 2015-03-15 10:34 +0100
http://bitbucket.org/pypy/pypy/changeset/385a53dacc1c/

Log:	Link to the bug report

diff --git a/rpython/rlib/rsocket.py b/rpython/rlib/rsocket.py
--- a/rpython/rlib/rsocket.py
+++ b/rpython/rlib/rsocket.py
@@ -6,7 +6,7 @@
 """
 
 # XXX this does not support yet the least common AF_xxx address families
-# supported by CPython.
+# supported by CPython.  See http://bugs.pypy.org/issue1942
 
 from rpython.rlib import _rsocket_rffi as _c, jit, rgc
 from rpython.rlib.objectmodel import instantiate, keepalive_until_here


More information about the pypy-commit mailing list