[Python-Dev] Removing memoryview object patch from Python 2.7
Sesha Narayanan Subbiah
sesha.subbiah at gmail.com
Tue Dec 13 07:26:35 EST 2016
More information about the Python-Dev mailing list
Tue Dec 13 07:26:35 EST 2016
- Previous message (by thread): [Python-Dev] Removing memoryview object patch from Python 2.7
- Next message (by thread): [Python-Dev] Removing memoryview object patch from Python 2.7
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello I have some implementation that currently uses python 2.6.4, which I m trying to upgrade to Python 2.7.6. After upgrade, I get the following error: "expected string or Unicode object, memoryview found" On checking further, I could find that memory view object has been back ported to python 2.7 using this patch: https://bugs.python.org/issue2396 I would like to know if it is safe to revert this patch alone from Python 2.7.6, or do we know if there are any other dependencies? Thanks Regards Sesha -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20161213/0e6fe781/attachment-0001.html>
- Previous message (by thread): [Python-Dev] Removing memoryview object patch from Python 2.7
- Next message (by thread): [Python-Dev] Removing memoryview object patch from Python 2.7
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list