1. A new reference is returned and assigned to `bytes`. https://github.com/python-pillow/Pillow/blob/68e39cba431680105c0e0f1a54371b7028e8da9a/src/Tk/tkImaging.c#L371 2. Function returns without decreasing the refcnt of `bytes`. https://github.com/python-pillow/Pillow/blob/68e39cba431680105c0e0f1a54371b7028e8da9a/src/Tk/tkImaging.c#L375 Internal Report ID: c6d448
A new reference is returned and assigned to
bytes.Pillow/src/Tk/tkImaging.c
Line 371 in 68e39cb
Function returns without decreasing the refcnt of
bytes.Pillow/src/Tk/tkImaging.c
Line 375 in 68e39cb
Internal Report ID: c6d448