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 beaugunderson
Recipients beaugunderson
Date 2018-10-16.22:31:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539729063.07.0.788709270274.issue35004@psf.upfronthosting.co.za>
In-reply-to
Content
In chasing down a bug in my code that only manifests itself when running under cProfile I managed to find the culprit in datetime.timedelta by way of dateutil.

Here is a small repro:

https://gist.github.com/beaugunderson/68ea6424a4fdcf763ccad08e42a74974

I believe an exception should still be raised in broken() when run under cProfile, but for some reason it is not.
History
Date User Action Args
2018-10-16 22:31:03beaugundersonsetrecipients: + beaugunderson
2018-10-16 22:31:03beaugundersonsetmessageid: <1539729063.07.0.788709270274.issue35004@psf.upfronthosting.co.za>
2018-10-16 22:31:03beaugundersonlinkissue35004 messages
2018-10-16 22:31:02beaugundersoncreate