This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nikratio
Recipients nikratio
Date 2009-08-02.20:02:43
SpamBayes Score 0.0015690707
Marked as misclassified No
Message-id <1249243364.61.0.822632396677.issue6627@psf.upfronthosting.co.za>
In-reply-to
Content
When threads are created by a C extension loaded with ctypes,
threading.local() objects are always empty. If one uses
_threading_local.local() instead of threading.local(), the problem does
not occur. 

More information and example program showing the behaviour:
http://code.google.com/p/fusepy/issues/detail?id=15
History
Date User Action Args
2009-08-02 20:02:44nikratiosetrecipients: + nikratio
2009-08-02 20:02:44nikratiosetmessageid: <1249243364.61.0.822632396677.issue6627@psf.upfronthosting.co.za>
2009-08-02 20:02:43nikratiolinkissue6627 messages
2009-08-02 20:02:43nikratiocreate