[issue41238] Python 3 shelve.DbfilenameShelf is generating 164 times larger files than Python 2.7 when storing dicts

Paweł Miech report at bugs.python.org
Wed Jul 8 06:51:18 EDT 2020


Paweł Miech <pawelmhm at gmail.com> added the comment:

Ok so I see this is an issue that involves the way Pickle pickles Python set objects. Updated script to reproduce appended. Apparently, sets are becoming much larger when stored in Python3 pickle.

----------
Added file: https://bugs.python.org/file49308/test_anydbm.py

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


More information about the Python-bugs-list mailing list