Author: Armin Rigo <[email protected]> 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 _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
