Tin mới
faster-cpython:normalize-current-exception
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
PyErr_SetObject() behavior is strange and not as documented. #101578
Make sure that the current exception is always normalized.
Remove redundant type and traceback fields for the current exception.
Replace a some uses of PyErr_Fetch with PyErr_Fetch1.
Learn more about hiding disruptive comments
The reason will be displayed to describe this comment to others. Learn more.
Rename new functions and fix up docs.
Restore behavior of PyErr_Restore, and add tests.
Merge branch 'main' into inlinecomp2
gh-101578: Amend PyErr_{Set,Get}RaisedException docs #101962
gh-101578: Amend exception docs #102057
[BUG] Fast thread state access is broken by Py3.12a6 cython/cython#5286
gh-101607 causes regression in third-party psutil package on macOS #102493
Suspected PyErr_Fetch() behavior change #102594
sys.exit unpacks its argument if it is a 0- or 1-element tuple #133548