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

PEP 467: Drop the bchr builtin proposal #2068

Merged
merged 2 commits into from
Sep 9, 2021

Conversation

ncoghlan
Copy link
Contributor

@ncoghlan ncoghlan commented Sep 9, 2021

Also make it clearer that memoryview isn't an open issue for the PEP,
it's explicitly outside the PEP's scope.

Also make it clearer that memoryview isn't an open issue for the PEP,
it's explicitly outside the PEP's scope.

Updating ``memoryview`` with these new methods is outside the scope of this PEP.
Updating ``memoryview`` with the new item retrieval methods is outside the scope
of this PEP.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This section looked weird to me when I was adding the new design discussion entry, so I tweaked it a bit:

  • it's a deliberate scope limitation, not an open issue
  • only the item retrieval methods (getbyte(), iterbytes()) potentially make sense for memory views, the alternate constructors would never be relevant

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants