mirror of
https://github.com/python/cpython.git
synced 2026-01-06 23:42:34 +00:00
gh-126992: Change pickle code to base 10 for load_long and load_int (GH-127042)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
This commit is contained in:
parent
d5d84c3f13
commit
ce76b547f9
5 changed files with 64 additions and 9 deletions
|
|
@ -0,0 +1 @@
|
|||
Fix LONG and INT opcodes to only use base 10 for string to integer conversion in :mod:`pickle`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue