[Python-Dev] Intention to accept PEP 552 soon (deterministic pyc files) (original) (raw)
Brett Cannon brett at python.org
Mon Oct 2 15:01:18 EDT 2017
- Previous message (by thread): [Python-Dev] Intention to accept PEP 552 soon (deterministic pyc files)
- Next message (by thread): [Python-Dev] Intention to accept PEP 552 soon (deterministic pyc files)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sat, 30 Sep 2017 at 18:46 Benjamin Peterson <benjamin at python.org> wrote:
What do you mean by bytecode-specific APIs? The internal importlib ones?
There's that, but more specifically py_compile and compileall.
-Brett
On Fri, Sep 29, 2017, at 09:38, Brett Cannon wrote: > BTW, if you find the bytecode-specific APIs are sub-par while trying to > update them, let me know as I have been toying with cleaning them up and > centralizing them under importlib for a while and just never gotten > around > to sitting down and coming up with a better design that warranted putting > the time into it. :) > > On Fri, 29 Sep 2017 at 09:17 Benjamin Peterson <benjamin at python.org> > wrote: > > > Thanks, Guido and everyone who submitted feedback! > > > > I guess I know what I'll be doing this weekend. > > > > > > On Fri, Sep 29, 2017, at 08:18, Guido van Rossum wrote: > > > Let me try that again. > > > > > > There have been no further comments. PEP 552 is now accepted. > > > > > > Congrats, Benjamin! Go ahead and send your implementation for > > > review.Oops. > > > Let me try that again. > > > > > > PS. PEP 550 is still unaccepted, awaiting a new revision from Yury and > > > Elvis. > > > > > > -- > > > --Guido van Rossum (python.org/~guido <http://python.org/%7Eguido>) _> > > ________________________ > > > Python-Dev mailing list > > > Python-Dev at python.org > > > https://mail.python.org/mailman/listinfo/python-dev > > > Unsubscribe: > > > https://mail.python.org/mailman/options/python-dev/benjamin%40python.org > > _> > ________________________ > > Python-Dev mailing list > > Python-Dev at python.org > > https://mail.python.org/mailman/listinfo/python-dev > > Unsubscribe: > > https://mail.python.org/mailman/options/python-dev/brett%40python.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20171002/67c6312e/attachment.html>
- Previous message (by thread): [Python-Dev] Intention to accept PEP 552 soon (deterministic pyc files)
- Next message (by thread): [Python-Dev] Intention to accept PEP 552 soon (deterministic pyc files)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]