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

Add tp_richcompare handler for Imaging_Type/ImagingCore #7260

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

use Py_RETURN_* macros for Py_True/Py_False

ae1f9e9
Select commit
Failed to load commit list.
Open

Add tp_richcompare handler for Imaging_Type/ImagingCore #7260

use Py_RETURN_* macros for Py_True/Py_False
ae1f9e9
Select commit
Failed to load commit list.
Codecov / codecov/patch failed Jul 5, 2023 in 1s

76.47% of diff hit (target 89.64%)

View this Pull Request on Codecov

76.47% of diff hit (target 89.64%)

Annotations

Check warning on line 107 in Tests/test_lib_image.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

Tests/test_lib_image.py#L106-L107

Added lines #L106 - L107 were not covered by tests

Check warning on line 112 in Tests/test_lib_image.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

Tests/test_lib_image.py#L109-L112

Added lines #L109 - L112 were not covered by tests

Check warning on line 114 in Tests/test_lib_image.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

Tests/test_lib_image.py#L114

Added line #L114 was not covered by tests

Check warning on line 121 in Tests/test_lib_image.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

Tests/test_lib_image.py#L120-L121

Added lines #L120 - L121 were not covered by tests

Check warning on line 126 in Tests/test_lib_image.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

Tests/test_lib_image.py#L123-L126

Added lines #L123 - L126 were not covered by tests

Check warning on line 128 in Tests/test_lib_image.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

Tests/test_lib_image.py#L128

Added line #L128 was not covered by tests

Check warning on line 3775 in src/_imaging.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/_imaging.c#L3775

Added line #L3775 was not covered by tests

Check warning on line 3781 in src/_imaging.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/_imaging.c#L3781

Added line #L3781 was not covered by tests

Check warning on line 3783 in src/_imaging.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/_imaging.c#L3783

Added line #L3783 was not covered by tests

Check warning on line 3796 in src/_imaging.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/_imaging.c#L3796

Added line #L3796 was not covered by tests

Check warning on line 3798 in src/_imaging.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/_imaging.c#L3798

Added line #L3798 was not covered by tests

Check warning on line 3822 in src/_imaging.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/_imaging.c#L3822

Added line #L3822 was not covered by tests

Check warning on line 3824 in src/_imaging.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/_imaging.c#L3824

Added line #L3824 was not covered by tests

Check warning on line 3847 in src/_imaging.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/_imaging.c#L3847

Added line #L3847 was not covered by tests