[issue27468] Erroneous memory behaviour for objects created in another thread

2016-07-08 Thread Adria Garriga
Adria Garriga added the comment: Yes, that seems to be it. Storing info in the Thread object is just for the sake of keeping the example short, but the error is the same you pointed out. Thank you very much and I hope I didn't waste too much of your time! -- status: open -> clo

[issue27468] Erroneous memory behaviour for objects created in another thread

2016-07-08 Thread Adria Garriga
New submission from Adria Garriga: I create several objects in the main thread, and then spawn several threads that "take ownership" of one object each. Within that thread, the objects' attributes' values are not consistent. The bug only happens sometimes. from threading import Thr

[issue27468] Erroneous memory behaviour for objects created in another thread

2016-07-08 Thread Adria Garriga
Changes by Adria Garriga <adria.garr...@gmail.com>: Removed file: http://bugs.python.org/file43663/test.py ___ Python tracker <rep...@bugs.python.org> <http://bugs.python