]> granicus.if.org Git - python/commit
Issue 6070: when creating a compiled file, after copying the mode bits, on
authorR. David Murray <rdmurray@bitdance.com>
Tue, 7 Jul 2009 01:06:13 +0000 (01:06 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Tue, 7 Jul 2009 01:06:13 +0000 (01:06 +0000)
commit23a736a4f06cabf9c1f1b57fd6bd7b4fabc8ca08
tree8240215ab40961077fa9e95925677cbb2381c315
parente670e5ad5b7ef6b464fb264b688d96b9b9f71b53
Issue 6070: when creating a compiled file, after copying the mode bits, on
posix zap the execute bit in case it was set on the .py file, since the
compiled files are not directly executable on posix.  Patch by Marco N.
Lib/test/test_import.py
Misc/NEWS
Python/import.c