[issue27501] Create a collections.abc class that describes PEP 3118 buffer

Daniel Moisset report at bugs.python.org
Wed Jul 13 12:13:13 EDT 2016


Daniel Moisset added the comment:

Thanks for the feedback. Just for the context, I opened this issue also based on this email: http://permalink.gmane.org/gmane.comp.python.devel/156411

 Probably there are two different discussions to have here:

1) Is the "Buffer" a useful ABC to have even if there's no python API involved? My thoughts (that come from working with typing and PEP 484 and numpy) are "yes"

2) Where is the right place to put it? I suggested collections.abc after seeing the thread I linked, although I wouldn't mind if this was in typing.py or somewhere else.

----------

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


More information about the Python-bugs-list mailing list