Re: [Python-Dev] Removing memoryview object patch from Python 2.7

2016-12-14 Thread Sesha Narayanan Subbiah
Thanks Rob. I will try upgrade to 2.7.12. Any idea of this memory view object that has been back ported to 2.7 can be disabled in any way? Thanks Regards Sesha On Wed, Dec 14, 2016, 17:33 Robert Collins wrote: > On 14 December 2016 at 18:10, Sesha Narayanan Subbiah > wrote: >

Re: [Python-Dev] Removing memoryview object patch from Python 2.7

2016-12-14 Thread Sesha Narayanan Subbiah
, Robert Collins wrote: > On 14 December 2016 at 01:26, Sesha Narayanan Subbiah > wrote: > > 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 >

[Python-Dev] Removing memoryview object patch from Python 2.7

2016-12-13 Thread Sesha Narayanan Subbiah
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 pyt

[Python-Dev] Removing memoryview object patch from Python 2.7

2016-12-13 Thread Sesha Narayanan Subbiah
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 pyt

[Python-Dev] Fwd: Removing memoryview object patch from Python 2.7

2016-12-13 Thread Sesha Narayanan Subbiah
-- Forwarded message -- From: Sesha Narayanan Subbiah Date: Tue, Dec 13, 2016 at 1:41 PM Subject: Removing memoryview object patch from Python 2.7 To: python-dev@python.org Hello I have some implementation that currently uses python 2.6.4, which I m trying to upgrade to Python

[Python-Dev] Removing memoryview object patch from Python 2.7

2016-12-13 Thread Sesha Narayanan Subbiah
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