bpo-45711: Remove type and traceback from exc_info by iritkatriel · Pull Request #30122 · python/cpython · GitHub

github.com

Tin mới

iritkatriel:45711-exc_info_just_value

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

bpo-45711: Do not PUSH/POP traceback to the stack as part of exc_info

bpo-45711: remove exc_traceback from _PyErr_StackItem

removed exc_type from stack

remove exc_type from exc_info

update the except* opcodes

Merge remote-tracking branch 'upstream/main' into 45711-exc_info_just…

awaiting core review

awaiting core review

val --> exc in comment

View reviewed changes

🔨 test-with-buildbots

🔨 test-with-buildbots

add to what's new, because this change breaks things like cython

📜🤖 Added by blurb_it.

delete duplicate news file

bpo-45711: Do not push/pop traceback on stack as part of exc_info #29968

PEP7 // formatting

Merge remote-tracking branch 'upstream/main' into 45711-exc_info_just…

View reviewed changes

Learn more about hiding disruptive comments

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

[BUG] incompatibility with CPython main branch cython/cython#4499

3 --> 1 in comments

remove PY_EXC_INFO_STACK_SIZE

View reviewed changes

Fix indent Co-authored-by: Oleg Iarygin <[email protected]>

Build failure on Python3.11 DiamondLightSource/cothread#36