Commit f64557f
authored
pythongh-74953: Fix PyThread_acquire_lock_timed() code recomputing the timeout (python#93941)
Set timeout, don't create a local variable with the same name.1 parent e444752 commit f64557f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
497 | 497 | | |
498 | 498 | | |
499 | 499 | | |
500 | | - | |
| 500 | + | |
501 | 501 | | |
502 | 502 | | |
503 | 503 | | |
| |||
0 commit comments