Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Disable struct._clearcache()
  • Loading branch information
fanninpm authored and youknowone committed Dec 13, 2025
commit d02f6f8c024e6d3accd70d03b00abebaf770efd0
3 changes: 2 additions & 1 deletion Lib/test/libregrtest/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,8 @@ def clear_caches():
except KeyError:
pass
else:
struct._clearcache()
# struct._clearcache() # TODO: RUSTPYTHON, investigate why this was disabled in the first place
pass

try:
doctest = sys.modules['doctest']
Expand Down