24 May
2018
24 May
'18
4:25 p.m.
- Pickle support in typing is not perfect. I was going to fix it (I had almost ready code), but lost a chance of doing this before. It can be changed in 3.7.1, but this means that pickles of some derived typing types created in 3.7.0 will be not compatible with future versions (may be 3.7.1 will not break compatibility, but it will be broken in future because we will not specially supported compatibility with 3.7.0).
I think I had fixed this one. At least the examples reported on typing tracker are now fixed. Do you have some other examples that still fail?
-- Ivan
On 24 May 2018 at 12:02, Ned Deily <nad@python.org> wrote:
On May 24, 2018, at 11:35, Serhiy Storchaka <storchaka@gmail.com> wrote:
I have doubts about two issues. I feel the responsibility for them because I had the opportunity to solve them before, but I lost it. [...]
Serhiy, what are the bugs.python.org issue numbers for these? Are they marked as "release blocker"?
-- Ned Deily nad@python.org -- []
python-committers mailing list python-committers@python.org https://mail.python.org/mailman/listinfo/python-committers Code of Conduct: https://www.python.org/psf/codeofconduct/