Message 335854 - Python tracker (original) (raw)
Message335854
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:05 | p-ganssle | set | recipients: + p-ganssle, belopolsky, petr.viktorin, serhiy.storchaka |
2019-02-18 17:22:05 | p-ganssle | set | messageid: 1550510525.68.0.55104762284.issue36025@roundup.psfhosted.org |
2019-02-18 17:22:05 | p-ganssle | link | issue36025 messages |
2019-02-18 17:22:05 | p-ganssle | create |