Skip to content

[syntax-errors] Positional-only parameters before Python 3.8 #16481

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Mar 5, 2025

Conversation

ntBre
Copy link
Contributor

@ntBre ntBre commented Mar 3, 2025

Summary

Detect positional-only parameters before Python 3.8, as marked by the / separator in a parameter list.

Test Plan

Inline tests.

Summary
--

Detect positional-only parameters before Python 3.8, as marked by the `/`
separator in a parameter list.

Test Plan
--
Inline tests.
@ntBre ntBre added parser Related to the parser preview Related to preview mode features labels Mar 3, 2025
Copy link
Contributor

github-actions bot commented Mar 3, 2025

ruff-ecosystem results

Linter (stable)

✅ ecosystem check detected no linter changes.

Linter (preview)

✅ ecosystem check detected no linter changes.

Formatter (stable)

✅ ecosystem check detected no format changes.

Formatter (preview)

✅ ecosystem check detected no format changes.

@ntBre ntBre enabled auto-merge (squash) March 5, 2025 13:43
@ntBre ntBre merged commit d062388 into main Mar 5, 2025
20 checks passed
@ntBre ntBre deleted the brent/syn-pos-only branch March 5, 2025 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
parser Related to the parser preview Related to preview mode features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants