79286457

Date: 2024-12-17 01:26:34
Score: 2
Natty:
Report link

By repeatedly running Path.glob() I can see that ordering is consistent on the Same OS, however I get ordered results on windows and disordered results on Linux.

As "a-guest" points out, Path.glob() uses os.scandir() under the hood, which does produce OS dependent results.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: mph10