Hi Sesha:
memoryview is part of the language. Even if you could hide or remove the
feature, you would be running a specially broken version of Python,
which can't be good. There is surely a better way to fix the code. If it
helps any, you're landing here:
https://hg.python.org/cpython/file/v
On 14 December 2016 at 05:10, Sesha Narayanan Subbiah
wrote:
> From http://legacy.python.org/download/, I could see that the current
> production releases are Python 3.4 and Python 2.7.6.
That URL seems to be out of date. You should refer to www.python.org,
specifically https://www.python.org/dow
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:
> > Hi Rob
> >
> >
Hi Rob
Thanks for your reply.
>From http://legacy.python.org/download/, I could see that the current
production releases are Python 3.4 and Python 2.7.6.
Since we use python for some our legacy applications, we don't want to
switch to Python 3.0 right now. Moreover, since Python 2.6 is not suppo
On 14 December 2016 at 18:10, Sesha Narayanan Subbiah
wrote:
> Hi Rob
>
> Thanks for your reply.
>
> From http://legacy.python.org/download/, I could see that the current
> production releases are Python 3.4 and Python 2.7.6.
Nope - https://www.python.org/downloads/ - 2.7.12 and 3.5.2 are
current
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 error:
>
>
> "expected string or Unicode object, memoryview found"
>
>
> On chec
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
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
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