[Python-Dev] The Trick
Michel Pelletier
michel at dialnetwork.com
Sat Oct 18 15:43:52 EDT 2003
More information about the Python-Dev mailing list
Sat Oct 18 15:43:52 EDT 2003
- Previous message: [Python-Dev] The Trick
- Next message: [Python-Dev] The Trick
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> I don't like the trick of avoiding the copy if > the refcount is one; > AFAIK it can't be done in Jython. It may be possible with the java.lang.ref package using a somewhat similar trick by (I imagine) holding a soft reference and examining the object's rechability to the collector. -Michel
- Previous message: [Python-Dev] The Trick
- Next message: [Python-Dev] The Trick
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list