diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2017-11-15 15:41:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-15 15:41:05 (GMT) |
commit | 00987f6230fcdbecc8d9ab4b2b9fae8f99a1a4a9 (patch) | |
tree | b0a5e7419441a09543abb78eb8378328bfbc6bae /Misc | |
parent | ddbce1378644f9d5ad0651e1c9035bd8c6502edc (diff) | |
download | cpython-00987f6230fcdbecc8d9ab4b2b9fae8f99a1a4a9.zip cpython-00987f6230fcdbecc8d9ab4b2b9fae8f99a1a4a9.tar.gz cpython-00987f6230fcdbecc8d9ab4b2b9fae8f99a1a4a9.tar.bz2 |
bpo-32011: Revert "Issue #15480: Remove the deprecated and unused TYPE_INT64 code from marshal." (#4381)
Simplify the reverted code.
This reverts commit e9bbe8b87ba2874efba0474af5cc7d5941dbf742.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2017-11-12-20-47-59.bpo-32011.NzVDdZ.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-11-12-20-47-59.bpo-32011.NzVDdZ.rst b/Misc/NEWS.d/next/Library/2017-11-12-20-47-59.bpo-32011.NzVDdZ.rst new file mode 100644 index 0000000..e2ba502 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2017-11-12-20-47-59.bpo-32011.NzVDdZ.rst @@ -0,0 +1,2 @@ +Restored support of loading marshal files with the TYPE_INT64 code. These +files can be produced in Python 2.7. |