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 nirs
Recipients Markus Mohrhard, miss-islington, nirs, rhettinger, serhiy.storchaka
Date 2020-07-09.12:40:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594298424.38.0.371797784387.issue40327@roundup.psfhosted.org>
In-reply-to
Content
Does this really affect only python 3.7?

We see this in RHEL 8.2, using python 3.6.8:
https://bugzilla.redhat.com/show_bug.cgi?id=1837199#c69

Likely caused by:

    lvs = dict(self._lvs)

Without locking. self._lvs is a dict that may contain 1000's of items.

I'm not sure if this is relvant now for upstream, but backport to 3.6 would be useful.
History
Date User Action Args
2020-07-09 12:40:24nirssetrecipients: + nirs, rhettinger, serhiy.storchaka, miss-islington, Markus Mohrhard
2020-07-09 12:40:24nirssetmessageid: <1594298424.38.0.371797784387.issue40327@roundup.psfhosted.org>
2020-07-09 12:40:24nirslinkissue40327 messages
2020-07-09 12:40:24nirscreate