From 5f5e30880a9aff7efcdb2d0649759ccbc06c2228 Mon Sep 17 00:00:00 2001 From: Max Base Date: Thu, 14 Apr 2022 13:35:04 +0430 Subject: [PATCH] change aloc to `*aloc` --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 92e662485..bddc6a463 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3147,7 +3147,7 @@ Changelog (Pillow) - Change function declaration to match Tcl_CmdProc type #1966 [homm] -- Integer overflow checks on all calls to alloc #1781 +- Integer overflow checks on all calls to ``*alloc`` #1781 [wiredfool] - Change equals method on Image so it short circuits #1967