merge 3.4

This commit is contained in:
Benjamin Peterson 2015-06-27 14:26:21 -05:00
commit 758d60baaa
1 changed files with 1 additions and 1 deletions

View File

@ -444,7 +444,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.