[issue14118] _pickle.c structure cleanup

Martin v. Löwis report at bugs.python.org
Sat Feb 25 11:28:59 CET 2012


Martin v. Löwis <martin at v.loewis.de> added the comment:

I'm -1 on splitting the file. This is C, splitting it up will make it *harder* to understand, as you have to search across multiple files to find anything.

If you want to make it more readable, I propose that you
a) put a comment in the top explaining how the file is structured
b) put

/*****************************************************************/

  section headers between logical groups of functions.

----------
nosy: +loewis

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


More information about the Python-bugs-list mailing list