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

gh-92886: Replace assertion statements in handlers.BaseHandler to support running with optimizations (-O) #93231

Merged
merged 6 commits into from
Oct 19, 2022

Commits on May 25, 2022

  1. Replace status assertion statements in handlers.py

    Replace assert statements with `raise AssertionError()` so that behaviour is maintained and `test_wsgiref.py` tests pass while running with optimizations (`-O`).
    jackh-ncl committed May 25, 2022
    Configuration menu
    Copy the full SHA
    1e8e482 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    994ca36 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Update Misc/NEWS.d/next/Library/2022-05-25-22-09-38.gh-issue-92886.yl…

    …wDSc.rst
    
    Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
    jackh-ncl and iritkatriel committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    539de23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e38fe39 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Configuration menu
    Copy the full SHA
    6278625 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0ea1b4 View commit details
    Browse the repository at this point in the history