bdk <[email protected]> added the comment: A single comment doesn't imply the entire file is old.
Why don't you be more specific? What PyPy version 'dies' with a TypeError? Recent builds work fine -- I see this: $ ./pypy/goal/pypy-c --version Python 2.7.3 (2a03b3b62fba, Feb 14 2013, 02:00:12) [PyPy 2.0.0-beta1 with GCC 4.6.3] $ ./pypy/goal/pypy-c Python 2.7.3 (2a03b3b62fba, Feb 14 2013, 02:00:12) [PyPy 2.0.0-beta1 with GCC 4.6.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. And now for something completely different: ``a 10th of forever is 1h45'' >>>> import decimal, datetime >>>> datetime.datetime(decimal.Decimal(2012), 12, 12) datetime.datetime(2012, 12, 12, 0, 0) >>>> $ ./pypy/goal/pypy-c --version Python 2.7.3 (2a03b3b62fba, Feb 14 2013, 02:00:12) [PyPy 2.0.0-beta1 with GCC 4.6.3] ---------- nosy: +bdk status: unread -> chatting ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1399> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
