This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author louielu
Recipients Oren Milman, belopolsky, louielu, serhiy.storchaka
Date 2017-10-11.13:22:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507728150.89.0.213398074469.issue31752@psf.upfronthosting.co.za>
In-reply-to
Content
I got a different result in latest commit: eeb5ffd54e5

➜  cpython git:(master) ✗ ./python test.py
Traceback (most recent call last):
  File "test.py", line 15, in <module>
    timedelta(hours=BadInt(1))
SystemError: <class 'datetime.timedelta'> returned NULL without setting an error

Do I miss some configure, I'm using ./configure --with-debug
History
Date User Action Args
2017-10-11 13:22:31louielusetrecipients: + louielu, belopolsky, serhiy.storchaka, Oren Milman
2017-10-11 13:22:30louielusetmessageid: <1507728150.89.0.213398074469.issue31752@psf.upfronthosting.co.za>
2017-10-11 13:22:30louielulinkissue31752 messages
2017-10-11 13:22:30louielucreate