Synopsis - Issue Tracker

Bug125 Editing

Title Py_ssize_t usage?
Created on 2007-01-25.23:56:28 by anonymous, last changed 2007-01-26.06:18:27 by stefan.
assigned to stefan priority normal
type compile error severity normal
components platform GNU/Linux
status closed resolution fixed
depends on superseded by
Add Comment:
File
CC List:? baallan, stefan

Messages
Author: anonymous Date: 2007-01-25.23:56:28
synopsis-0.9/src/Synopsis/Python/Object.hh
Several places break on 64bit platforms which need
int changed to :
206:  Py_ssize_t my_pos; 
238:  Py_ssize_t my_pos;
292: Py_ssize_t  my_pos;
398:  Py_ssize_t length; 

Apologies if this is already fixed in the repository.
Author: stefan Date: 2007-01-26.06:18:24
yes, I fixed it last night ! :-)
Please reopen if there are still related
failures.
History
Date User Action Args
2007-01-25 23:56:29anonymouscreate
2007-01-26 01:06:16baallansetnosy: + baallan, - anonymous
2007-01-26 06:18:31stefansetstatus: new
assignedto: (no value)
resolution: (no value)
messages: + msg603
nosy: + stefan