New submission from Paul Ganssle <p.gans...@gmail.com>:

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.

----------
assignee: p-ganssle
components: Library (Lib)
messages: 335854
nosy: belopolsky, p-ganssle, petr.viktorin, serhiy.storchaka
priority: normal
severity: normal
status: open
title: Breaking change in PyDate_FromTimeStamp API
versions: Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36025>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to