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 vstinner
Recipients Arfrever, eric.araujo, gregory.p.smith, gvanrossum, larry, loewis, maubp, ncoghlan, pitrou, python-dev, r.david.murray, rosslagerwall, shaurz, vstinner
Date 2012-03-19.22:15:35
SpamBayes Score 0.061808616
Marked as misclassified No
Message-id <CAMpsgwZzzv-gdYm7dveQDdx5dihXeKbYsmuRWDhNWdydN=Wxbw@mail.gmail.com>
In-reply-to <1332194634.57.0.81173598402.issue14127@psf.upfronthosting.co.za>
Content
> Revision 7 of my patch.

-    assert(sizeof(time_t) <= sizeof(long));

You should keep this assertion in _PyLong_FromTime_t().
History
Date User Action Args
2012-03-19 22:15:36vstinnersetrecipients: + vstinner, gvanrossum, loewis, gregory.p.smith, ncoghlan, pitrou, larry, eric.araujo, Arfrever, r.david.murray, maubp, shaurz, rosslagerwall, python-dev
2012-03-19 22:15:35vstinnerlinkissue14127 messages
2012-03-19 22:15:35vstinnercreate