[issue19879] imageop: bug in error handler

2019-03-28 Thread Inada Naoki
Change by Inada Naoki : -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-

[issue19879] imageop: bug in error handler

2013-12-03 Thread Ned Deily
Ned Deily added the comment: @Victor: On 2.6, it gets a DeprecationWarning. On 2.7, that is now a TypeError. -- ___ Python tracker ___ __

[issue19879] imageop: bug in error handler

2013-12-03 Thread Matthew Bergin
Matthew Bergin added the comment: Sweet, I will check it out -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19879] imageop: bug in error handler

2013-12-03 Thread STINNER Victor
STINNER Victor added the comment: "I typically host all of the code I write at https://github.com/levle but atm the github repo I use to host the project is private. Once I work out some of the kinks I will set it to Public." I worked on a Python fuzzer some years ago and fixed a lot of simila

[issue19879] imageop: bug in error handler

2013-12-03 Thread Ned Deily
Ned Deily added the comment: On 2.7 tip, it fails up front with a TypeError: File "/home/nad/PyCFunction.py", line 5, in imageop.rgb82rgb(u"%J8CBej >uFBi-",True,8.36) TypeError: integer argument expected, got float [18330 refs] -- nosy: +ned.deily ___

[issue19879] imageop: bug in error handler

2013-12-03 Thread Matthew Bergin
Matthew Bergin added the comment: I am going to test it against 2.7 a little later on this afternoon. I typically host all of the code I write at https://github.com/levle but atm the github repo I use to host the project is private. Once I work out some of the kinks I will set it to Public. -

[issue19879] imageop: bug in error handler

2013-12-03 Thread STINNER Victor
STINNER Victor added the comment: I cannot test the issue, imageop cannot be compiled on 64-bit system and is not present in Python 3. (I don't have access to 32-bit system right now.) Can you reproduce the issue with Python 2.7? I'm interested by your fuzzer, is it public? -- nosy: +