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 petr.viktorin
Recipients Ján Stanček, Thomas Mortensson, cstratak, davin, neologix, petr.viktorin, vstinner
Date 2018-01-09.19:18:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1515525518.5.0.467229070634.issue29640@psf.upfronthosting.co.za>
In-reply-to
Content
Gah! The more I look into locks & forks ... the more I learn, to put it mildly.

Instead of piling on workarounds, I'll try my hand at using native thread-local storage for pthread, and avoid the locking altogether.

Hopefully that can make it in as a bugfix? At least for this bug, it most likely *is* the most appropriate fix -- though I can only fix it for pthread.
History
Date User Action Args
2018-01-09 19:18:38petr.viktorinsetrecipients: + petr.viktorin, vstinner, neologix, davin, cstratak, Ján Stanček, Thomas Mortensson
2018-01-09 19:18:38petr.viktorinsetmessageid: <1515525518.5.0.467229070634.issue29640@psf.upfronthosting.co.za>
2018-01-09 19:18:38petr.viktorinlinkissue29640 messages
2018-01-09 19:18:38petr.viktorincreate