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 barry
Recipients barry, brett.cannon, christian.heimes, doko, ncoghlan, neologix, pitrou, python-dev, r.david.murray, vstinner
Date 2013-05-20.21:55:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20130520175512.6af08f99@anarchist>
In-reply-to <1369086753.2536.3.camel@fsol>
Content
On May 20, 2013, at 09:52 PM, Antoine Pitrou wrote:

>Some people already complained about this change. I'm not sure it's fit for a
>bugfix release.  http://bugs.python.org/issue17222

Yeah, but that's a crazy use case. :)

>Besides, you can just also make py_compile write to a temporary file,
>then do the rename yourself.

That actually doesn't work as well for us, since we feed .py file names to
py_compile via stdin.  I'd rather rename them atomically on a per-file basis
rather than at the end of all the byte compilations.
History
Date User Action Args
2013-05-20 21:55:15barrysetrecipients: + barry, brett.cannon, doko, ncoghlan, pitrou, vstinner, christian.heimes, r.david.murray, neologix, python-dev
2013-05-20 21:55:15barrylinkissue13146 messages
2013-05-20 21:55:15barrycreate