This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients benjamin.peterson, mcepl, methane, vstinner
Date 2018-07-11.10:33:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531305200.89.0.56676864532.issue34033@psf.upfronthosting.co.za>
In-reply-to
Content
> Is this issue for only known marshal issue?

IMHO the order in which .pyc files are created on disk also matters. It changes the result of "os.listdir()": some application can rely on unsorted os.listdir(). sorted() seems simple and hardless compared to the benefit.
History
Date User Action Args
2018-07-11 10:33:20vstinnersetrecipients: + vstinner, benjamin.peterson, mcepl, methane
2018-07-11 10:33:20vstinnersetmessageid: <1531305200.89.0.56676864532.issue34033@psf.upfronthosting.co.za>
2018-07-11 10:33:20vstinnerlinkissue34033 messages
2018-07-11 10:33:20vstinnercreate