Skip to content
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

[3.10] gh-94996: Disallow parsing pos only params with feature_version < (3, 8) #95935

Merged
merged 2 commits into from Aug 12, 2022

Conversation

hauntsaninja
Copy link
Contributor

@hauntsaninja hauntsaninja commented Aug 12, 2022

(cherry picked from commit b5e3ea2)

Co-authored-by: Shantanu 12621235+hauntsaninja@users.noreply.github.com

Automerge-Triggered-By: GH:lysnikolaou

hauntsaninja and others added 2 commits August 12, 2022 11:19
…version < (3, 8) (pythonGH-94997).

(cherry picked from commit b5e3ea2)

Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
@miss-islington
Copy link
Contributor

Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit a92c2d6 into python:3.10 Aug 12, 2022
@hauntsaninja hauntsaninja deleted the backport-b5e3ea2-3.10 branch August 12, 2022 19:09
hauntsaninja pushed a commit to python/mypy that referenced this pull request Sep 14, 2022
The CI has started to sporadically fail depending on whether 3.10.6 is
picked up by GitHub Actions (okay) or 3.10.7 (not okay). For example:

- https://github.com/python/mypy/actions/runs/3046671132/jobs/4909772702
- https://github.com/python/mypy/actions/runs/3046723692/jobs/4909887963

On Python 3.10.7 (but not on Python 3.10.6), mypy correctly rejects
using PEP 570 syntax unless `--python-version` is set to 3.8 or higher
(this is due to python/cpython#95935). However,
this makes several unit tests fail.

This PR updates those unit tests so that the CI passes on both 3.10.6
and 3.10.7
cdce8p pushed a commit to cdce8p/mypy that referenced this pull request Sep 14, 2022
…#13660)

The CI has started to sporadically fail depending on whether 3.10.6 is
picked up by GitHub Actions (okay) or 3.10.7 (not okay). For example:

- https://github.com/python/mypy/actions/runs/3046671132/jobs/4909772702
- https://github.com/python/mypy/actions/runs/3046723692/jobs/4909887963

On Python 3.10.7 (but not on Python 3.10.6), mypy correctly rejects
using PEP 570 syntax unless `--python-version` is set to 3.8 or higher
(this is due to python/cpython#95935). However,
this makes several unit tests fail.

This PR updates those unit tests so that the CI passes on both 3.10.6
and 3.10.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants