Armin Rigo <[email protected]> added the comment: CPython is at fault there, because it's inconsistent: if you take your example with "default=3" and replace it with "default=3000", you'll see that the behavior of CPython changes. We'll wait until http://bugs.python.org/issue18943 is resolved one way or another and then, as necessary, import the fix.
________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1595> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
