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 p-ganssle
Recipients belopolsky, p-ganssle, petr.viktorin, serhiy.storchaka
Date 2019-02-18.17:22:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550510525.68.0.55104762284.issue36025@roundup.psfhosted.org>
In-reply-to
Content
The PyO3 test suite has been breaking since the alpha release of Python 3.8 because PyDateTimeAPI->Date_FromTimeStamp has had a breaking change in its API: https://github.com/PyO3/pyo3/issues/352

I believe this happened when `datetime.date.fromtimestamp` and `datetime.datetime.fromtimestamp` were converted over to using the argument clinic. The function `date_from_local_object` was renamed to `date_fromtimestamp`, without a corresponding change to the PyDateTimeCAPI struct.
History
Date User Action Args
2019-02-18 17:22:05p-gansslesetrecipients: + p-ganssle, belopolsky, petr.viktorin, serhiy.storchaka
2019-02-18 17:22:05p-gansslesetmessageid: <1550510525.68.0.55104762284.issue36025@roundup.psfhosted.org>
2019-02-18 17:22:05p-gansslelinkissue36025 messages
2019-02-18 17:22:05p-gansslecreate