mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
4 lines
234 B
ReStructuredText
4 lines
234 B
ReStructuredText
Fix an issue that could cause code with multi-line method lookups to have
|
|
misleading or incorrect column offset information. In some cases (when
|
|
compiling a hand-built AST) this could have resulted in a hard crash of the
|
|
interpreter.
|