Issue Details (XML | Word | Printable)

Key: MODPYTHON-190
Type: Task Task
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Jim Gallacher
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
mod_python

python 2.5 support

Created: 19/Sep/06 06:35 PM   Updated: 24/Oct/06 05:56 AM
Return to search
Component/s: core
Affects Version/s: 3.3.x
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments:
  Size
File Licensed for inclusion in ASF works ssizecheck.diff 2006-10-20 01:37 PM Jim Gallacher 0.7 kB
Environment: All


 Description  « Hide
Python 2.5 has been offically released, The major change that may effect mod_python is better support for 64-bit machines, allowing for things such as strings > 2GiB.

Details and conversion guidelines can be found in PEP-353.
http://www.python.org/dev/peps/pep-0353/

Scanning the mod_python source with the ssizecheck.py script mentioned in the PEP indicates a number of places that will require attention.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #466105 Fri Oct 20 13:28:02 UTC 2006 jgallacher (MODPYTHON-190) Added comments for lines of code which will require attention
for Python 2.5 / 64-bit support. These were the lines that were identified
by the ssizecheck.py script.
Files Changed
MODIFY /httpd/mod_python/trunk/src/util.c
MODIFY /httpd/mod_python/trunk/src/_apachemodule.c
MODIFY /httpd/mod_python/trunk/src/filterobject.c
MODIFY /httpd/mod_python/trunk/src/tableobject.c
MODIFY /httpd/mod_python/trunk/src/requestobject.c
MODIFY /httpd/mod_python/trunk/src/connobject.c
MODIFY /httpd/mod_python/trunk/src/finfoobject.c