Closed radarhere closed 1 month ago
https://github.com/python-pillow/Pillow/blob/27c1bb265432cb5a1138e39165f0610e2d8a4e94/src/_imagingft.c#L924-L927
The scenario where the Python fill() function might return None began in #7247. However, when it was removed in #7645, the C code to handle it stayed. This PR now removes that code.
fill()
None
https://github.com/python-pillow/Pillow/blob/27c1bb265432cb5a1138e39165f0610e2d8a4e94/src/_imagingft.c#L924-L927
The scenario where the Python
fill()
function might returnNone
began in #7247. However, when it was removed in #7645, the C code to handle it stayed. This PR now removes that code.