Skip to content

Fix hasattr for ImageTk.PhotoImage.__del__

11bcd5a
Select commit
Loading
Failed to load commit list.
Merged

Use ImagingCore.ptr instead of ImagingCore.id #8341

Fix hasattr for ImageTk.PhotoImage.__del__
11bcd5a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Sep 22, 2024 in 0s

72.92% of diff hit (target 90.30%)

View this Pull Request on Codecov

72.92% of diff hit (target 90.30%)

Annotations

Check warning on line 19 in src/PIL/_typing.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/PIL/_typing.py#L19

Added line #L19 was not covered by tests

Check warning on line 68 in src/Tk/tkImaging.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Tk/tkImaging.c#L68

Added line #L68 was not covered by tests

Check warning on line 72 in src/Tk/tkImaging.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Tk/tkImaging.c#L72

Added line #L72 was not covered by tests

Check warning on line 78 in src/Tk/tkImaging.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Tk/tkImaging.c#L78

Added line #L78 was not covered by tests

Check warning on line 82 in src/Tk/tkImaging.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Tk/tkImaging.c#L82

Added line #L82 was not covered by tests

Check warning on line 3712 in src/_imaging.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/_imaging.c#L3712

Added line #L3712 was not covered by tests

Check warning on line 3738 in src/_imaging.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/_imaging.c#L3738

Added line #L3738 was not covered by tests

Check warning on line 545 in src/_imagingcms.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/_imagingcms.c#L544-L545

Added lines #L544 - L545 were not covered by tests

Check warning on line 181 in src/_imagingmath.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/_imagingmath.c#L180-L181

Added lines #L180 - L181 were not covered by tests

Check warning on line 186 in src/_imagingmath.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/_imagingmath.c#L185-L186

Added lines #L185 - L186 were not covered by tests

Check warning on line 213 in src/_imagingmath.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/_imagingmath.c#L212-L213

Added lines #L212 - L213 were not covered by tests

Check warning on line 219 in src/_imagingmath.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/_imagingmath.c#L218-L219

Added lines #L218 - L219 were not covered by tests

Check warning on line 241 in src/_imagingmath.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/_imagingmath.c#L241

Added line #L241 was not covered by tests

Check warning on line 52 in src/_imagingmorph.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/_imagingmorph.c#L51-L52

Added lines #L51 - L52 were not covered by tests

Check warning on line 139 in src/_imagingmorph.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/_imagingmorph.c#L139

Added line #L139 was not covered by tests

Check warning on line 144 in src/_imagingmorph.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/_imagingmorph.c#L144

Added line #L144 was not covered by tests

Check warning on line 157 in src/_imagingmorph.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/_imagingmorph.c#L157

Added line #L157 was not covered by tests

Check warning on line 217 in src/_imagingmorph.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/_imagingmorph.c#L217

Added line #L217 was not covered by tests

Check warning on line 228 in src/_imagingmorph.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/_imagingmorph.c#L228

Added line #L228 was not covered by tests