[ python-Feature Requests-1087741 ] subclassable mmap
SourceForge.net
noreply at sourceforge.net
Fri Mar 16 07:27:01 CET 2007
Feature Requests item #1087741, was opened at 2004-12-18 16:16
Message generated for change (Comment added) made by josiahcarlson
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=1087741&group_id=5470
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Python Library
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Josiah Carlson (josiahcarlson)
Assigned to: Nobody/Anonymous (nobody)
Summary: subclassable mmap
Initial Comment:
As the subject says, it would be nice if mmaps were
subclassable...like nearly every other Python object type.
Note that pseudo-subclasses (copying the instance
methods to a different class (not necessarily of the
same type) instance) don't work completely due to
python.org/sf/1087735 , and is probably a Python
"anti-pattern".
----------------------------------------------------------------------
>Comment By: Josiah Carlson (josiahcarlson)
Date: 2007-03-15 23:27
Message:
Logged In: YES
user_id=341410
Originator: YES
I honestly wouldn't know where to start. I don't know what the
differences are between the currently un-subclassable mmap, and something
like int/list/dict.
----------------------------------------------------------------------
Comment By: Neal Norwitz (nnorwitz)
Date: 2007-03-15 23:17
Message:
Logged In: YES
user_id=33168
Originator: NO
Josiah, care to work up a patch?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=1087741&group_id=5470
More information about the Python-bugs-list
mailing list