Message10031

Author JanVok
Recipients JanVok, kevinmcmurtrie, zyasoft
Date 2015-05-07.14:55:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431010521.1.0.686421992904.issue2321@psf.upfronthosting.co.za>
In-reply-to
Content
Letting ThreadState extend WeakReference is not a viable option because  Py.setSystemState(...) needs to replace the reference held in the ThreadState... which is not possible in a WeakReference. Before I dig any further into the issue, I'll wait for your advice (which can be to just let *you* fix it). Please let me know.
History
Date User Action Args
2015-05-07 14:55:21JanVoksetmessageid: <1431010521.1.0.686421992904.issue2321@psf.upfronthosting.co.za>
2015-05-07 14:55:21JanVoksetrecipients: + JanVok, zyasoft, kevinmcmurtrie
2015-05-07 14:55:21JanVoklinkissue2321 messages
2015-05-07 14:55:20JanVokcreate