On Tue, Sep 28, 2021 at 3:21 AM Eric Snow <ericsnowcurren...@gmail.com> wrote:
>
> On Mon, Sep 27, 2021 at 11:09 AM Chris Angelico <ros...@gmail.com> wrote:
> > When exactly does the freezing happen?
>
> When you build the executable (e.g. "make -j8",
> ".\PCbuild\build.bat").  So your changes to those .py files wouldn't
> show up until then.
>

Ah, gotcha. Then I would say either #1 or #3 would be entirely
acceptable to me, with preference to #3.

Hmm. A thought: What happens if I run "make", then edit one of the
files, then "make install"? Will it notice that the frozen version is
out of date and rebuild it?

ChrisA
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/XAFLP6BZYNDGQHJHCWCY7BZW3Z3FXALJ/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to