diff --git a/Misc/NEWS b/Misc/NEWS index 5d367e498f6..18da52d6703 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -463,7 +463,7 @@ Library lines from the code object, fixing an issue when a lambda function is used as decorator argument. Patch by Thomas Ballinger and Allison Kaptur. -- Fix possible integer overflows in the pickle module. +- Issue #24521: Fix possible integer overflows in the pickle module. - Issue #22931: Allow '[' and ']' in cookie values.