[issue9942] Allow memory sections to be OS MERGEABLE

Kevin Hunter report at bugs.python.org
Sun Sep 26 06:43:33 CEST 2010


Kevin Hunter <hunteke at earlham.edu> added the comment:

> Why do you read it into a cStringIO? A cStringIO has the same interface
> as a file, so you could simply operate on the file directly.

In that particular case, because it isn't actually a file.  That workflow was my attempt at simplification to illustrate a point.

I think the point is moot however, as I've gotten what I needed from this feature request/discussion.  Not one, but three Python developers seem opposed to the idea, or at least skeptical.  That's enough to tell me that my first-order supposition that Python objects could be MERGEABLE is not on target.

Cheers.

----------

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


More information about the Python-bugs-list mailing list