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 Ivan.Pozdeev
Recipients Ivan.Pozdeev, PythonInTheGrass, markroseman, serhiy.storchaka, terry.reedy
Date 2018-05-17.12:33:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526560428.99.0.682650639539.issue33257@psf.upfronthosting.co.za>
In-reply-to
Content
2nd fix ready.

@devteam The issue is fixed completely now, the fix can be merged.
Pushed to the same PR, see https://github.com/python/cpython/pull/6444#issuecomment-389844872 why.


Used the option "Hold the Tcl lock for the entire duration of a PythonCmd. To allow "downstream" calls, make the Tcl lock reentrant." from https://bugs.python.org/issue33257#msg316087 as it's the cleanest fix.

@Scott M, you can help here by doing a code review.
History
Date User Action Args
2018-05-17 12:33:49Ivan.Pozdeevsetrecipients: + Ivan.Pozdeev, terry.reedy, markroseman, PythonInTheGrass, serhiy.storchaka
2018-05-17 12:33:48Ivan.Pozdeevsetmessageid: <1526560428.99.0.682650639539.issue33257@psf.upfronthosting.co.za>
2018-05-17 12:33:48Ivan.Pozdeevlinkissue33257 messages
2018-05-17 12:33:48Ivan.Pozdeevcreate