Pygame 昨晚工作得很好,现在 pygame.init() 函数与之前的即时相比需要大约 40 秒才能完成。
import pygame
import time
start = time.time()
pygame.init()
print(f"Runtime: {time.time() - start}")
控制台结果:
"C:\Program Files\Python39\python.exe" "D:/Google Drive/CompSci/proj/Alien Invasion/test.py"
pygame 2.0.1 (SDL 2.0.14, Python 3.9.0)
Hello from the pygame community. https://www.pygame.org/contribute.html
Runtime: 40.15961766242981
通常运行时应该几乎是即时的......
我在 Windows Defender 中有所有相关文件夹的排除项: Windows Defender 排除项