[Python-Dev] Please reconsider PEP 479.

Chris Angelico rosuav at gmail.com
Thu Nov 27 01:38:40 CET 2014


On Thu, Nov 27, 2014 at 11:33 AM, Guido van Rossum <guido at python.org> wrote:
> The design just copies the code object with one flag set differently. Code
> objects are immutable but they can be copied (though the interface to do
> that is kind of hidden).

Yes, but the proposal as written spoke of replacing the generator
*function*, which has broader consequences. If it's simply replacing
the __code__ attribute of that function, it ought to be safe, I think?

ChrisA


More information about the Python-Dev mailing list