Tin mới
GitHub CopilotWrite better code with AI
GitHub Copilot appDirect agents from issue to merge
CodespacesInstant dev environments
Code ReviewManage code changes
Code QualityEnforce quality at merge
GitHub Advanced SecurityFind and fix vulnerabilities
Code securitySecure your code as you build
Secret protectionStop leaks before they start
GitHub SponsorsFund open source developers
Copilot for BusinessEnterprise-grade AI features
Premium SupportEnterprise-grade 24/7 support
: Recompute timeout on interrupted lock
Learn more about hiding disruptive comments
The reason will be displayed to describe this comment to others. Learn more.
Adjust PY_TIMEOUT_MAX to prevent overflow
Fix _thread.TIMEOUT_MAX rounding on Windows
Fatal error if timeout > PY_TIMEOUT_MAX
Remove now unused "exit" label
Update generated code: run "make clinic"
Merge branch 'master' into sem_timedwait
PyThread_acquire_lock_timed() should recompute the timeout when interrupted by a signal #74953