sobolevn
3980718710
gh-132171: Fix `_interpreters.run_string` crash on string subclass ( #132173 )
2025-04-07 14:59:44 +03:00
Sam Gross
56d0f9af14
gh-117657: Skip some tests when running with TSAN (gh-131555)
...
The subinterpreter tests have data races (see gh-129824).
TSAN attempts to intercept some of the fatal signals, which can lead to
bogus reports. We could possibly handle these via TSAN_OPTIONS, but it's
simpler to just skip those tests -- they're not multithreaded anyways.
2025-03-21 15:16:08 -04:00
sobolevn
087bb48aca
gh-127196: Fix crash in `_interpreters`, when `shared` had invalid encodings ( #127220 )
2025-01-09 19:45:35 +00:00
sobolevn
9fc2808eaf
gh-126654: Fix crash in several functions in `_interpreters` module ( #126678 )
2024-11-11 17:05:56 +05:30
Jelle Zijlstra
365dffbaad
gh-119180: No longer set `__annotations__` in `__main__` ( #124634 )
2024-09-27 05:49:43 -07:00
Xie Yanbo
b6c80e21c7
Fix typos in comments and docstring ( #122720 )
...
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2024-08-07 07:39:16 +01:00
Eric Snow
03e3e31723
gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)
...
See https://discuss.python.org/t/pep-734-multiple-interpreters-in-the-stdlib/41147/26 .
2024-04-24 16:18:24 +00:00