Browse Source
bpo-34373: fix test_mktime and test_pthread_getcpuclickid tests on AIX (GH-8726)
bpo-34373: fix test_mktime and test_pthread_getcpuclickid tests on AIX (GH-8726)
* Fix test_mktime on AIX by adding code to get mktime to behave the same way as it does on other *nix systems * Fix test_pthread_getcpuclickid in AIX by adjusting the test case expectations when running on AIX in 32-bit mode Patch by Michael Felt.pull/8792/head
committed by
Nick Coghlan
4 changed files with 57 additions and 20 deletions
-
15Lib/test/test_time.py
-
3Misc/NEWS.d/next/Tests/2018-08-10-16-17-51.bpo-34373.SKdb1k.rst
-
45Modules/timemodule.c
-
14Python/pytime.c
@ -0,0 +1,3 @@ |
|||
Fix ``test_mktime`` and ``test_pthread_getcpuclickid`` tests for AIX |
|||
Add range checking for ``_PyTime_localtime`` for AIX |
|||
Patch by Michael Felt |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue