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

bpo-29748: Added the slice index converter in Argument Clinic. #549

Conversation

serhiy-storchaka
Copy link
Member

No description provided.

@serhiy-storchaka serhiy-storchaka added the type-feature A feature request or enhancement label Mar 7, 2017
@mention-bot
Copy link

@serhiy-storchaka, thanks for your PR! By analyzing the history of the files in this pull request, we identified @larryhastings, @benjaminp, @1st1, @loewis and @tim-one to be potential reviewers.

@vstinner
Copy link
Member

vstinner commented Mar 7, 2017

Would it be possible to patch list.index() and str.index() to see how the new converter is used?

@serhiy-storchaka
Copy link
Member Author

list still is not converted to Argument Clinic (see #542). str.index() needs complex changes for using Argument Clinic. I extracted this change from a large and complex patch.

@serhiy-storchaka
Copy link
Member Author

After merging either this PR or #542, the other will be updated for using the slice_index converter in list.index().

@serhiy-storchaka serhiy-storchaka merged commit 80ec836 into python:master Mar 19, 2017
@serhiy-storchaka serhiy-storchaka deleted the bpo-29748-clinic-slice-index-converter branch March 19, 2017 17:37
jaraco pushed a commit that referenced this pull request Dec 2, 2022
Bumps [redis](https://github.com/redis/redis-py) from 4.1.3 to 4.3.1.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v4.1.3...v4.3.1)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mariatta Wijaya <Mariatta@users.noreply.github.com>
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-feature A feature request or enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants