[issue22947] Enable 'imageop' - "Multimedia Srvices Feature module" for 64-bit platform

2020-02-26 Thread Serhiy Storchaka


Serhiy Storchaka  added the comment:

Python 2.7 no longer supported.

--
nosy: +serhiy.storchaka
resolution:  -> out of date
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue22947] Enable 'imageop' - Multimedia Srvices Feature module for 64-bit platform

2015-01-23 Thread STINNER Victor

STINNER Victor added the comment:

The module has been deleted in Python 3.

The compilation of the module was probably disabled on 64-bit because of bugs. 
I don't see any bugfix in your patch.

changeset:   6448:b854ca4605e1
branch:  legacy-trunk
user:Guido van Rossum gu...@python.org
date:Wed Oct 08 05:05:28 1997 +
files:   README
description:
Ready for the release, I'd say.

diff -r 31a50468366b -r b854ca4605e1 README
--- a/READMEWed Oct 08 04:05:08 1997 +
+++ b/READMEWed Oct 08 05:05:28 1997 +
(...)
+64-bit platforms: The modules audioop, imageop and rgbimg don't work.
+   Don't try to enable them in the Modules/Setup file.  They
+   contain code that is quite wordsize sensitive.  (If you have a
+   fix, let me know!)

--
nosy: +haypo

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22947
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue22947] Enable 'imageop' - Multimedia Srvices Feature module for 64-bit platform

2015-01-20 Thread koobs

Changes by koobs koobs.free...@gmail.com:


--
nosy: +koobs

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22947
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue22947] Enable 'imageop' - Multimedia Srvices Feature module for 64-bit platform

2014-11-28 Thread Antoine Pitrou

Changes by Antoine Pitrou pit...@free.fr:


--
nosy: +steve.dower, tim.golden, zach.ware

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22947
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue22947] Enable 'imageop' - Multimedia Srvices Feature module for 64-bit platform

2014-11-26 Thread pankaj.s01

New submission from pankaj.s01:

Hi,
'imageop' is default disable in Python-2.7.8 for 64-bit platform.
i have enable and test on x_86 64-bit architecture. it's working fine.and it's 
unit test is also ok.

The respective patch has been attached and test log as shown 
below . 

output: for test_imageop.py

$]./python2.7  ../lib/python2.7/test/test_imageop.py
test_input_validation (__main__.InputValidationTests) ... ok

--
Ran 1 test in 0.047s

OK

--
Thanks  Regards,

 Pankaj Sharma
(pankaj@samsung.com)

--
components: Library (Lib)
files: Python-2.7.8-imageop.patch
keywords: patch
messages: 231707
nosy: pankaj.s01
priority: normal
severity: normal
status: open
title: Enable 'imageop' - Multimedia Srvices Feature module for 64-bit 
platform
type: enhancement
versions: Python 2.7
Added file: http://bugs.python.org/file37287/Python-2.7.8-imageop.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22947
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com