From a27b6a96fdc5ca444428ddef4823d0486dcdccb9 Mon Sep 17 00:00:00 2001 From: shadchin Date: Sun, 16 Feb 2025 15:28:01 +0300 Subject: Update Python 3 to 3.12.9 commit_hash:c8651982d81e18f18e037fb247cc6ae53c4fa7f1 --- contrib/tools/python3/Include/cpython/pytime.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/tools/python3/Include/cpython') diff --git a/contrib/tools/python3/Include/cpython/pytime.h b/contrib/tools/python3/Include/cpython/pytime.h index 16d88d191e9..46cc97bd7cf 100644 --- a/contrib/tools/python3/Include/cpython/pytime.h +++ b/contrib/tools/python3/Include/cpython/pytime.h @@ -53,7 +53,7 @@ functions and constants extern "C" { #endif -#ifdef __clang__ +#if defined(__clang__) || defined(_MSC_VER) struct timeval; #endif -- cgit v1.3