◐ Shell
clean mode source ↗

bpo-5038: Use iterable objects in case of mmap file source · Pull Request #11904 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Closed

ghost

wants to merge 5 commits into

masterfrom

unknown repository

Closed

bpo-5038: Use iterable objects in case of mmap file source#11904

ghost

wants to merge 5 commits into

masterfrom

unknown repository

Conversation

@ghost

@ghost ghost commented

Feb 17, 2019

edited by bedevere-bot

Loading

Copy link Copy Markdown

Introduce iterable objects for Basic and Digest authentication
in case the requests POST body is coming from an mmap'ed file.
As suggested by @vadmium.

Includes testcases for:

  • Basic Authentication
  • Digest Authentication used by Proxy-Authenticate code

https://bugs.python.org/issue5038

in case the requests POST body is coming from an mmap'ed file.
in case the requests POST body is coming from an mmap'ed file.

@ghost ghost closed this

Feb 20, 2019

@ghost ghost deleted the fix-issue-5038-2 branch

February 20, 2019 00:31

This pull request was closed.

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

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@the-knights-who-say-ni @bedevere-bot @kctherookie