Share

Psyco, the Python Specializing Compiler

Tracker: Feature Requests

5 Add weakref support to psyco.compact - ID: 2435274
Last Update: Comment added ( nobody )

The psyco.compact documentation states the following:

Weak references to instances are not allowed. (Please write me if you would
like me to remove this limitation.)

I'm writing to request you remove that restriction. :-)

I have a home-brewed cache that I use to store data grabbed from a database
backend. The cache uses (among other things) a weakref dictionary so that
objects are not reloaded from the database if anything else in Python is
still it. I'd like to use psyco.compact so each object uses as little
memory as possible.


Daniel Stutzbach ( agthorr ) - 2008-12-16 21:36

5

Open

None

Nobody/Anonymous

Python support

None

Public


Comment ( 1 )




Date: 2008-12-17 14:18
Sender: nobody

Sorry, I am too busy to have spare time for Psyco any more. Try asking
Christian Tismer, tough. <tismer@stackless.com>

Armin Rigo


Log in to comment.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.