holoviz / panel

Panel: The powerful data exploration & web app framework for Python
https://panel.holoviz.org
BSD 3-Clause "New" or "Revised" License
4.8k stars 519 forks source link

Do not attempt to __reduce__ when hashing classes in cache #7484

Closed philippjfr closed 1 week ago

philippjfr commented 1 week ago

Fixes https://github.com/holoviz/panel/issues/7478

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 82.38%. Comparing base (ce938bf) to head (bc4fa82). Report is 3 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #7484 +/- ## ========================================== - Coverage 82.38% 82.38% -0.01% ========================================== Files 339 339 Lines 50980 50986 +6 ========================================== + Hits 42000 42004 +4 - Misses 8980 8982 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.