Skip to content

feat: Implementing MatchCase and MatchStmt Statement for Pattern Matching(introduced in Python 3.10). #274

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Sarfia-786
Copy link
Contributor

@Sarfia-786 Sarfia-786 commented Apr 20, 2025

…hing

Pull Request description

Implementing Match Statement for Pattern Matching(introduced in Python 3.10).

  • ...

Pull Request checklists

Note:

This PR is a:

  • bug-fix
  • new feature
  • maintenance

About this PR:

  • it includes tests.
  • the tests are executed on CI.
  • the tests generate log file(s) (path).
  • pre-commit hooks were executed locally.
  • this PR requires a project documentation update.

Author's checklist:

  • I have reviewed the changes and it contains no misspelling.
  • The code is well commented, especially in the parts that contain more
    complexity.
  • New and old tests passed locally.

Additional information

Reviewer's checklist

Copy and paste this template for your review's note:

## Reviewer's Checklist

- [ ] I managed to reproduce the problem locally from the `main` branch
- [ ] I managed to test the new changes locally
- [ ] I confirm that the issues mentioned were fixed/resolved .

@Sarfia-786 Sarfia-786 changed the title feat: Implementing MatchCase and MatchStmt Statement for Pattern Matc… feat: Implementing MatchCase and MatchStmt Statement for Pattern Matching. Apr 20, 2025
@Sarfia-786 Sarfia-786 changed the title feat: Implementing MatchCase and MatchStmt Statement for Pattern Matching. feat: Implementing MatchCase and MatchStmt Statement for Pattern Matching(introduced in Python 3.10). Apr 20, 2025
Copy link

This pull request has been marked as stale because it has been
inactive for more than 5 days. Please update this pull request
or it will be automatically closed in 5 days.

@github-actions github-actions bot added the Stale label Apr 26, 2025
@github-actions github-actions bot closed this May 1, 2025
@xmnlab xmnlab reopened this May 2, 2025
@github-actions github-actions bot removed the Stale label May 3, 2025
Copy link

github-actions bot commented May 8, 2025

This pull request has been marked as stale because it has been
inactive for more than 5 days. Please update this pull request
or it will be automatically closed in 5 days.

@github-actions github-actions bot added the Stale label May 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants