http://bugs.grommit.com/show_bug.cgi?id=480
Summary: INS.pyfile's comment about python and mtime is slightly
wrong (nit)
Product: SCM Migration
Version: unspecified
Platform: All
OS/Version: Solaris 11/Nevada
Status: NEW
Severity: trivial
Priority: P3
Component: onnv-scm
AssignedTo: scm-migration-dev at opensolaris.org
ReportedBy: richlowe at richlowe.net
In replying to a mail of Bart's on pkg-discuss, I noticed that the comment we
have in INS.pyfile is minorly incorrect.
Python will rebuild if py mtime != timestamp in pyc, not only if it is earlier.
See:
Python/import.c:check_compiler_module() and
Python/import.c:load_source_module()
(http://svn.python.org/view/python/branches/release24-maint/Python/import.c?rev=52166&view=markup)
--
Configure bugmail: http://bugs.grommit.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.