]> granicus.if.org Git - python/commit
Issue #11235: Fix OverflowError when trying to import a source file whose modificatio...
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 24 Jan 2012 16:44:06 +0000 (17:44 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 24 Jan 2012 16:44:06 +0000 (17:44 +0100)
commit2be60afb7e0753c1bd5c297960cf8686a1ec7e1e
tree59dc4e7152c3bc9141b6dc000f8c10b1384a3750
parent7fa5a99b0693100077a556f05e3c6638b837389b
Issue #11235: Fix OverflowError when trying to import a source file whose modification time doesn't fit in a 32-bit timestamp.
Lib/importlib/test/source/test_file_loader.py
Lib/test/test_import.py
Misc/NEWS
Python/import.c