New submission from Msimpasona <msimpas...@gmail.com>:

IsoCalendarDate is pickled as a regular tuple and so requires a slightly 
different code flow in case the pickle file is used as cache. More details 
here: 
https://stackoverflow.com/questions/64408303/python-3-9-unpickling-of-isocalendardate-data-returns-a-tuple

My question is what's the benefit of hiding the new class IsoCalendarDate?

----------
components: Library (Lib)
messages: 378884
nosy: msimpasona
priority: normal
severity: normal
status: open
title: I think the rationale to keep IsoCalendarDate private from the pickle 
perspective should get revisited
type: behavior
versions: Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42070>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to