FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.13] gh-117657: Enable test_opcache under TSAN (GH-129831) by colesbury · Pull Request #130597 · python/cpython · GitHub

/ cpython Public

[3.13] gh-117657: Enable test_opcache under TSAN (GH-129831) - #130597

Merged
colesbury merged 1 commit into
python:3.13from
colesbury:backport-f151d27-3.13
Feb 26, 2025
Merged

[3.13] gh-117657: Enable test_opcache under TSAN (GH-129831)#130597
colesbury merged 1 commit into
python:3.13from
colesbury:backport-f151d27-3.13

Conversation

colesbury commented Feb 26, 2025
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Contributor

Fix a few thread-safety bugs to enable test_opcache when run with TSAN:

Fix a few thread-safety bugs to enable test_opcache when run with TSAN:

 * Use relaxed atomics when clearing `ht->_spec_cache.getitem`
   (pythongh-115999)
 * Add temporary suppression for type slot modifications (pythongh-127266)
 * Use atomic load when reading `*dictptr`
(cherry picked from commit f151d27)

Co-authored-by: Sam Gross <colesbury@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL