gh-77757: replace exception wrapping by PEP-678 notes in typeobject's __set_name__ by iritkatriel · Pull Request #103402 · python/cpython · GitHub

github.com

Tin mới

GitHub CopilotWrite better code with AI

GitHub Copilot appDirect agents from issue to merge

ActionsAutomate any workflow

CodespacesInstant dev environments

IssuesPlan and track work

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

View all use cases

Financial services

View all industries

Software Development

GitHub SponsorsFund open source developers

Copilot for BusinessEnterprise-grade AI features

Premium SupportEnterprise-grade 24/7 support

Pull requests 2.6k

Security and quality 0

Make exception wrapping less intrusive for __set_name__ calls #77757

: replace exception wrapping by PEP-678 notes in typeob…

awaiting core review

🔨 test-with-refleak-buildbots

View reviewed changes

Learn more about hiding disruptive comments

The reason will be displayed to describe this comment to others. Learn more.

refactor common code into a new _PyErr_FormatNote function

put back 'goto error'

Merge branch 'main' into note

Merge branch 'main' into note

: replace exception wrapping by PEP-678 notes in typeob…

: replace exception wrapping by PEP-678 notes in typeob…

Fix test in Py3.12 after behavioural changes in CPython.

Upgrade libuv to v1.48.0 MagicStack/uvloop#600