Opened 18 years ago

Closed 18 years ago

Last modified 17 years ago

#1323 closed defect (fixed)

patch to enable psyco

Reported by: wsobczuk@… Owned by: Adrian Holovaty
Component: Core (Other) Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

This speeds up execution of django pages 2 times. Good for production eivironments

Attachments (1)

psyco.patch (534 bytes ) - added by wsobczuk@… 18 years ago.
psyco patch

Download all attachments as: .zip

Change History (2)

by wsobczuk@…, 18 years ago

Attachment: psyco.patch added

psyco patch

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [2239]) Fixed #1323 -- Added ENABLE_PSYCO. Thanks, Wojtek.

Note: See TracTickets for help on using tickets.
Back to Top