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 Peter Parente
Recipients Peter Parente, vstinner
Date 2017-05-25.13:30:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495719034.9.0.833005293851.issue30473@psf.upfronthosting.co.za>
In-reply-to
Content
Much simpler example: https://gist.github.com/parente/a4772297459f05e43e12a5820051431b

Wrapping the datetime.datetime.now in a lambda avoids the issue.
History
Date User Action Args
2017-05-25 13:30:34Peter Parentesetrecipients: + Peter Parente, vstinner
2017-05-25 13:30:34Peter Parentesetmessageid: <1495719034.9.0.833005293851.issue30473@psf.upfronthosting.co.za>
2017-05-25 13:30:34Peter Parentelinkissue30473 messages
2017-05-25 13:30:34Peter Parentecreate