summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorPaul Ganssle <pganssle@users.noreply.github.com>2019-04-27 19:39:40 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2019-04-27 19:39:40 (GMT)
commit4d8c8c0ad6163c24136d3419eb04f310b31f7e64 (patch)
tree445d3de23677da75d5c1d3346a45d799b4874b48 /Doc
parent5c403b203510549a3f89d138d3265c5cc0cc12af (diff)
downloadcpython-4d8c8c0ad6163c24136d3419eb04f310b31f7e64.zip
cpython-4d8c8c0ad6163c24136d3419eb04f310b31f7e64.tar.gz
cpython-4d8c8c0ad6163c24136d3419eb04f310b31f7e64.tar.bz2
bpo-36025: Fix PyDate_FromTimestamp API (GH-11922)
In the process of converting the date.fromtimestamp function to use argument clinic in GH-8535, the C API for PyDate_FromTimestamp was inadvertently changed to expect a timestamp object rather than an argument tuple. This PR fixes this backwards-incompatible change by adding a new wrapper function for the C API function that unwraps the argument tuple and passes it to the underlying function. This PR also adds tests for both PyDate_FromTimestamp and PyDateTime_FromTimestamp to prevent any further regressions.
Diffstat (limited to 'Doc')
0 files changed, 0 insertions, 0 deletions