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

Improve error messages from C parser (#7366) #7380

Conversation

Dreamsorcerer
Copy link
Member

(cherry picked from commit 1a48add)

@psf-chronographer psf-chronographer bot added the bot:chronographer:provided There is a change note present in this PR label Jul 18, 2023
@codecov
Copy link

codecov bot commented Jul 18, 2023

Codecov Report

Merging #7380 (2d0c251) into 3.8 (9337fb3) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##              3.8    #7380   +/-   ##
=======================================
  Coverage   97.38%   97.38%           
=======================================
  Files         107      107           
  Lines       31000    31012   +12     
  Branches     3926     3928    +2     
=======================================
+ Hits        30190    30202   +12     
  Misses        605      605           
  Partials      205      205           
Flag Coverage Δ
CI-GHA 97.25% <100.00%> (+<0.01%) ⬆️
OS-Linux 96.89% <100.00%> (-0.01%) ⬇️
OS-Windows 95.22% <100.00%> (+<0.01%) ⬆️
OS-macOS 96.64% <100.00%> (+<0.01%) ⬆️
Py-3.10.11 94.82% <100.00%> (-0.01%) ⬇️
Py-3.10.12 96.48% <100.00%> (+<0.01%) ⬆️
Py-3.11.0 96.19% <81.48%> (-0.02%) ⬇️
Py-3.6.15 96.37% <100.00%> (+<0.01%) ⬆️
Py-3.6.8 94.75% <100.00%> (+<0.01%) ⬆️
Py-3.7.17 96.52% <100.00%> (+<0.01%) ⬆️
Py-3.7.9 94.88% <100.00%> (+<0.01%) ⬆️
Py-3.8.10 94.80% <100.00%> (+<0.01%) ⬆️
Py-3.8.17 96.43% <100.00%> (-0.06%) ⬇️
Py-3.9.13 94.80% <100.00%> (-0.01%) ⬇️
Py-3.9.17 96.45% <100.00%> (-0.01%) ⬇️
Py-pypy7.3.11 93.91% <77.77%> (-0.03%) ⬇️
VM-macos-latest 96.64% <100.00%> (+<0.01%) ⬆️
VM-ubuntu-20.04 96.83% <100.00%> (-0.05%) ⬇️
VM-ubuntu-latest 96.41% <81.48%> (-0.02%) ⬇️
VM-windows-latest 95.22% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
aiohttp/http_exceptions.py 100.00% <100.00%> (ø)
tests/test_http_exceptions.py 100.00% <100.00%> (ø)
tests/test_http_parser.py 99.08% <100.00%> (+<0.01%) ⬆️

... and 3 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@Dreamsorcerer Dreamsorcerer merged commit 135a45e into 3.8 Jul 18, 2023
34 of 36 checks passed
@Dreamsorcerer Dreamsorcerer deleted the patchback/backports/3.8/1a48add026e310bb42b7bd38689b281f6651d127/pr-7366 branch July 18, 2023 20:43
@Dreamsorcerer Dreamsorcerer added backport-3.8 backport-3.9 Trigger automatic backporting to the 3.9 release branch by Patchback robot and removed backport-3.8 backport-3.9 Trigger automatic backporting to the 3.9 release branch by Patchback robot labels Jul 18, 2023
@aio-libs aio-libs deleted a comment from patchback bot Jul 18, 2023
@aio-libs aio-libs deleted a comment from patchback bot Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot:chronographer:provided There is a change note present in this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant