[issue14118] _pickle.c structure cleanup

Antoine Pitrou report at bugs.python.org
Sat Feb 25 00:52:48 CET 2012


Antoine Pitrou <pitrou at free.fr> added the comment:

I think this is going overboard. _pickle.c is long but it defines two classes which are closely related to each other. I don't really get the point of exploding it into a myriad of 30-line files, especially if it means I now have to keep all these tiny files open when I want to change something in the pickle module.

If you want to find a target for modularizing, I think posixmodule.c would be a far better candidate.

----------
nosy: +alexandre.vassalotti, pitrou
priority: normal -> low
versions:  -Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14118>
_______________________________________


More information about the Python-bugs-list mailing list