[issue42809] Improve pickle tests for recursive data

Serhiy Storchaka report at bugs.python.org
Sat Jan 2 05:47:08 EST 2021


New submission from Serhiy Storchaka <storchaka+cpython at gmail.com>:

The proposed PR extends tests for pickling recursive structures. The code is now more generic and covers more corner cases (found during work on issue36694).

----------
components: Tests
messages: 384220
nosy: alexandre.vassalotti, serhiy.storchaka
priority: normal
severity: normal
status: open
title: Improve pickle tests for recursive data
type: enhancement
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42809>
_______________________________________


More information about the Python-bugs-list mailing list