Message 333038 - Python tracker

Message333038

Author rhettinger
Recipients Oded Engel, remi.lapeyre, rhettinger, terry.reedy
Date 2019-01-05.04:59:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546664387.55.0.914617968517.issue35624@roundup.psfhosted.org>
In-reply-to
Content
The docs already note a restriction: "the shelve module does not support concurrent read/write access to shelved objects".  We should further document that sync() is not thread-safe.  When sync() is running, the *writeback* attribute is set to False and other threads will stop updating the cache.
History
Date User Action Args
2019-01-05 04:59:49rhettingersetrecipients: + rhettinger, terry.reedy, remi.lapeyre, Oded Engel
2019-01-05 04:59:47rhettingersetmessageid: <1546664387.55.0.914617968517.issue35624@roundup.psfhosted.org>
2019-01-05 04:59:47rhettingerlinkissue35624 messages
2019-01-05 04:59:47rhettingercreate