Victor Stinner
4d0d1c3866
gh-110014: Remove PY_TIMEOUT_MAX from limited C API ( #110217 )
...
If the timeout is greater than PY_TIMEOUT_MAX,
PyThread_acquire_lock_timed() uses a timeout of PY_TIMEOUT_MAX
microseconds, which is around 280.6 years. This case is unlikely and
limiting a timeout to 280.6 years sounds like a reasonable trade-off.
The constant PY_TIMEOUT_MAX is not used in PyPI top 5,000 projects.
2023-10-02 18:07:56 +02:00
..
2023-09-27 15:24:10 -07:00
2023-09-06 23:55:42 +03:00
2023-10-01 03:14:57 +02:00
2023-07-23 12:25:18 +02:00
2023-07-25 10:59:25 +01:00
2023-09-15 14:26:45 -07:00
2023-09-13 10:25:45 -07:00
2023-09-27 18:26:41 +02:00
2023-10-01 03:14:57 +02:00
2023-08-16 13:35:35 -07:00
2023-08-30 14:53:10 +00:00
2023-10-02 18:07:56 +02:00
2023-08-19 14:48:02 +03:00
2023-09-22 14:26:27 +02:00
2023-09-15 22:38:08 +00:00
2023-08-23 15:23:41 +03:00
2023-09-25 19:46:58 -04:00
2023-09-13 10:25:45 -07:00
2023-09-29 19:57:32 +03:00
2023-09-18 14:56:19 +01:00
2023-09-06 21:19:54 +00:00
2023-09-29 20:07:09 +03:00
2023-07-20 14:41:32 +05:30
2023-09-29 10:28:01 +03:00
2023-09-06 23:55:42 +03:00
2023-08-25 09:31:26 +01:00
2023-09-02 16:42:07 +02:00
2023-09-23 11:31:17 -07:00
2023-09-24 17:18:27 +01:00
2023-07-23 16:08:28 +02:00
2023-08-24 10:23:01 +02:00
2023-09-06 23:55:42 +03:00
2023-07-31 14:33:26 +00:00
2023-08-22 00:16:02 +00:00
2023-09-11 18:20:24 +00:00
2023-10-01 00:12:51 +02:00
2023-10-01 16:14:02 +01:00
2023-09-22 16:55:48 +00:00
2023-09-10 10:06:08 +03:00
2023-08-11 20:51:36 +03:00
2023-09-26 08:20:17 -05:00
2023-09-27 19:26:42 -07:00
2023-09-28 17:25:10 +00:00
2023-07-29 09:08:11 +09:00
2023-10-02 09:27:30 +01:00
2023-07-22 16:46:59 +02:00
2023-09-20 01:20:54 +00:00
2023-08-29 15:46:46 +00:00
2023-09-30 23:35:54 -05:00
2023-07-28 05:04:26 +00:00
2023-09-29 02:08:04 +00:00
2023-07-17 10:28:33 +01:00
2023-08-23 20:00:07 +02:00
2023-07-29 06:37:23 +00:00
2023-09-26 13:57:25 +02:00
2023-08-27 03:22:27 -04:00
2023-07-26 16:34:15 +01:00
2023-09-08 17:18:35 +01:00
2023-09-25 21:37:40 +09:00
2023-09-25 19:50:39 +02:00
2023-10-01 16:28:02 +01:00