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 pablogsal
Recipients ned.deily, p-ganssle, pablogsal, vstinner, willingc
Date 2019-06-07.18:13:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559931181.0.0.880483966705.issue37195@roundup.psfhosted.org>
In-reply-to
Content
Ok, this is the failure once I investigated with pdb:

(Pdb) filename
'@test_28886_tmp/f1'
(Pdb) atime_ns
1002003000
(Pdb) mtime_ns
4005006000
(Pdb) set_time(filename, (atime_ns, mtime_ns))
(Pdb) st = os.stat(filename)
(Pdb) st.st_atime, st.st_mtime
(1559931081.6983175, 4.005006)

Not sure why is that happening.
History
Date User Action Args
2019-06-07 18:13:01pablogsalsetrecipients: + pablogsal, vstinner, ned.deily, willingc, p-ganssle
2019-06-07 18:13:01pablogsalsetmessageid: <1559931181.0.0.880483966705.issue37195@roundup.psfhosted.org>
2019-06-07 18:13:00pablogsallinkissue37195 messages
2019-06-07 18:13:00pablogsalcreate