Skip to content

Fix MultiDict.items().isdisjoint() for C Extensions#927

Merged
webknjaz merged 1 commit intoaio-libs:masterfrom
Jamim:fix/c-itemsview-isdisjoint
Jan 20, 2024
Merged

Fix MultiDict.items().isdisjoint() for C Extensions#927
webknjaz merged 1 commit intoaio-libs:masterfrom
Jamim:fix/c-itemsview-isdisjoint

Conversation

@Jamim
Copy link
Copy Markdown
Contributor

@Jamim Jamim commented Jan 19, 2024

Hello @webknjaz,

What do these changes do?

These changes fix a mismatch at views.h that causes SystemError: null argument to internal routine when calling MultiDict.items().isdisjoint().

Are there changes in behavior for the user?

MultiDict.items().isdisjoint() will not cause a SystemError when using C Extensions.

Related issue number

Semi-related issue:

Checklist

  • I think the code is well written
  • Unit tests for the changes exist
  • Documentation reflects the changes

Best regards!

@psf-chronographer psf-chronographer bot added the bot:chronographer:provided There is a change note present in this PR label Jan 19, 2024
@codecov
Copy link
Copy Markdown

codecov bot commented Jan 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (68b080e) 96.53% compared to head (cb98d47) 96.74%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #927      +/-   ##
==========================================
+ Coverage   96.53%   96.74%   +0.20%     
==========================================
  Files          19       19              
  Lines        1964     1965       +1     
  Branches      188      188              
==========================================
+ Hits         1896     1901       +5     
+ Misses         44       40       -4     
  Partials       24       24              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@webknjaz webknjaz changed the title Fix MultiDict.items().isdisjoint() for C Extensions Fix MultiDict.items().isdisjoint() for C Extensions Jan 20, 2024
@webknjaz webknjaz merged commit 82b559c into aio-libs:master Jan 20, 2024
@Jamim Jamim deleted the fix/c-itemsview-isdisjoint branch January 20, 2024 17:30
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.

2 participants