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 m-parry, vstinner
Date 2017-03-28.11:07:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwZU9JBRS_imLnq7gi6_xQt1gUbC_Kb8eXeQZk-mhU9goQ@mail.gmail.com>
In-reply-to <1490689054.3.0.765012771681.issue29921@psf.upfronthosting.co.za>
Content
2017-03-28 10:17 GMT+02:00 m-parry <report@bugs.python.org>:
> "I think it's the case that **some routes via the C API** now reject out of range values that were previously permitted."
>
> The pywin32 repro I gave above eventually calls PyDateTimeAPI->DateTime_FromDateAndTime():
>
> http://pywin32.hg.sourceforge.net/hgweb/pywin32/pywin32/file/85c1c99b1cb8/win32/src/PyTime.cpp#l980

You can please identify which C function is called and dump which
parameters are passed to the function?
History
Date User Action Args
2017-03-28 11:07:07vstinnersetrecipients: + vstinner, m-parry
2017-03-28 11:07:07vstinnerlinkissue29921 messages
2017-03-28 11:07:07vstinnercreate