Yes, I am having the opposite problem. Python seems to be so, so much lower on my Linux (Pop OS 22.04LTS) than on my Windows 10 install.
The algorithm I'm trying to run is the Iterative deepening Boolean Negamax algorithm. On Windows, the algorithm can solve a game around 20 seconds. However, that same game requires 45 seconds to run on my Linux.
The game is a small (4x4) Go board, and it will try and generate a move when a player requests it.
I'm using dual boot, so they have the same hardware (Ryzen 9 5900X DDR4 3600 64GB). The Python in my Linux is the one shipped with Pop OS 22.04 LTS, while the one in Windows is installed through the Microsoft store. Both are Python 3.10.
If there is any other output that could be useful, let me know