Created on 2010-07-15 18:12 by belopolsky, last changed 2022-04-11 14:57 by admin.
Messages (6) |
|
|
msg110384 - (view) |
Author: Alexander Belopolsky (belopolsky) *  |
Date: 2010-07-15 18:12 |
Pickle opcode documentation in pickletools still refers to old/new style classes and changes made in 2.x series. Opcodes such as INT, INST, and OBJ that are no longer produced by 3.x pickling code should be described as such and discussion added on how 2.x features that are removed in 3.x are emulated when 2.x pickles are loaded in 3.x. See also . |
|
|
msg110451 - (view) |
Author: Alexander Belopolsky (belopolsky) *  |
Date: 2010-07-16 15:12 |
Just a reminder to myself based on Mark's suggestion on IRC. In TUPLE opcode documentation two-tuple and three-tuple are redundant in summary line. Can be replaced with just tuple without loss of clarity. See r82915. |
|
|
msg110466 - (view) |
Author: Alexander Belopolsky (belopolsky) *  |
Date: 2010-07-16 18:00 |
From IRC: Sasha: What's the current status of pickling float inf, nan, -0.0, etc.? Mark: In py3k and release27-maint, there shouldn't be any issues with any of those. Same with release31-maint. In release26-maint, pickling infinities and nans on windows using protocol 0 is problematic. |
|
|
msg179035 - (view) |
Author: Serhiy Storchaka (serhiy.storchaka) *  |
Date: 2013-01-04 16:00 |
See also . |
|
|
msg342408 - (view) |
Author: Windson Yang (Windson Yang) * |
Date: 2019-05-14 00:54 |
Where are the documents actually? |
|
|
msg345781 - (view) |
Author: Gil Forcada Codinachs (gforcada) * |
Date: 2019-06-16 21:23 |
pickletools documentation is here: https://docs.python.org/3/library/pickletools.html#module-pickletools Sources are here: https://github.com/python/cpython/blob/master/Doc/library/pickletools.rst |
|
|