GH-93662: Make sure that column offsets are correct in multi-line method calls. by markshannon · Pull Request #93673 · python/cpython · GitHub

github.com

Tin mới

faster-cpython:fix-93662

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

Fix end column offsets for methods calls where value spans several li…

Handle erroneous end column offset gracefully.

awaiting core review

awaiting core review

needs backport to 3.11

needs backport to 3.11

Incorrect line number calculated in traceback #93662

Fix MSVC warnings.

View reviewed changes

Factor common code into a helper function.

View reviewed changes

: Make sure that column offsets are correct in multi-li…

[3.11] GH-93662: Make sure that column offsets are correct in multi-line method calls. (GH-93673) (#93895) Co-authored-by: Mark Shannon <[email protected]>

Revert 30935 defer bpo45162 to 312 (

emscripten-core/emscripten#17269

https://github.com/python/cpython/issue/89336

3.11 branch: column >= -1 assertion failure with pytest rewriting #94694