[pypy-commit] extradoc extradoc: Add references

arigo pypy.commits at gmail.com
Sat Sep 24 02:15:49 EDT 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: extradoc
Changeset: r5711:723bd28a3ffd
Date: 2016-09-24 08:15 +0200
http://bitbucket.org/pypy/extradoc/changeset/723bd28a3ffd/

Log:	Add references

diff --git a/planning/py3.5/cpython-crashers.rst b/planning/py3.5/cpython-crashers.rst
--- a/planning/py3.5/cpython-crashers.rst
+++ b/planning/py3.5/cpython-crashers.rst
@@ -81,3 +81,5 @@
   shouldn't.  This is because ``__new__`` is completely ignored if it is
   set to a built-in function that uses ``tp_new_wrapper`` as its C code.
   This is true for most or all the built-in types' ``__new__``.
+  http://bugs.python.org/issue1694663#msg75957
+  http://bugs.python.org/issue5322#msg84112


More information about the pypy-commit mailing list