Re: [Python-Dev] Intention to accept PEP 552 soon (deterministic pyc files)

2017-09-29 Thread Guido van Rossum
It's Friday!

There have been no further comments. PEP 550 is now accepted.

Congrats, Benjamin! Go ahead and send your implementation for review.

--Guido

On Tue, Sep 26, 2017 at 1:47 PM, Guido van Rossum  wrote:

> I've read the current version of PEP 552 over and I think everything looks
> good for acceptance. I believe there are no outstanding objections (or they
> have been adequately addressed in responses).
>
> Therefore I intend to accept PEP 552 this Friday, unless grave objections
> are raised on this mailing list (python-dev).
>
> Congratulations Benjamin. Gotta love those tristate options!
>
> --
> --Guido van Rossum (python.org/~guido)
>



-- 
--Guido van Rossum (python.org/~guido)
___
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Intention to accept PEP 552 soon (deterministic pyc files)

2017-09-29 Thread Louie Lu
Hi all,

Do the accepted PEP were 552, not 550?


Thanks,
Louie.

2017-09-29 22:40 GMT+08:00 Guido van Rossum :
> It's Friday!
>
> There have been no further comments. PEP 550 is now accepted.
>
> Congrats, Benjamin! Go ahead and send your implementation for review.
>
> --Guido
>
> On Tue, Sep 26, 2017 at 1:47 PM, Guido van Rossum  wrote:
>>
>> I've read the current version of PEP 552 over and I think everything looks
>> good for acceptance. I believe there are no outstanding objections (or they
>> have been adequately addressed in responses).
>>
>> Therefore I intend to accept PEP 552 this Friday, unless grave objections
>> are raised on this mailing list (python-dev).
>>
>> Congratulations Benjamin. Gotta love those tristate options!
>>
>> --
>> --Guido van Rossum (python.org/~guido)
>
>
>
>
> --
> --Guido van Rossum (python.org/~guido)
>
> ___
> Python-Dev mailing list
> [email protected]
> https://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe:
> https://mail.python.org/mailman/options/python-dev/me%40louie.lu
>
___
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Intention to accept PEP 552 soon (deterministic pyc files)

2017-09-29 Thread Guido van Rossum
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 )
___
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] Summary of Python tracker Issues

2017-09-29 Thread Python tracker

ACTIVITY SUMMARY (2017-09-22 - 2017-09-29)
Python tracker at https://bugs.python.org/

To view or respond to any of the issues listed below, click on the issue.
Do NOT respond to this message.

Issues counts and deltas:
  open6208 (+12)
  closed 37181 (+74)
  total  43389 (+86)

Open issues with patches: 2384 


Issues opened (54)
==

#25287: test_crypt fails on OpenBSD
https://bugs.python.org/issue25287  reopened by serhiy.storchaka

#31553: Extend json.tool to handle jsonlines (with a flag)
https://bugs.python.org/issue31553  opened by Eric Moyer

#31554: Warn when __loader__ != __spec__.loader
https://bugs.python.org/issue31554  opened by brett.cannon

#31555: Windows pyd slower when not loaded via load_dynamic
https://bugs.python.org/issue31555  opened by Safihre

#31556: asyncio.wait_for can cancel futures faster with timeout==0
https://bugs.python.org/issue31556  opened by hellysmile

#31557: tarfile: incorrectly treats regular file as directory
https://bugs.python.org/issue31557  opened by Joe Tsai

#31558: gc.freeze() - an API to mark objects as uncollectable
https://bugs.python.org/issue31558  opened by lukasz.langa

#31562: snakebite.net is not available
https://bugs.python.org/issue31562  opened by serhiy.storchaka

#31565: open() doesn't use locale.getpreferredencoding()
https://bugs.python.org/issue31565  opened by serhiy.storchaka

#31567: Inconsistent documentation around decorators
https://bugs.python.org/issue31567  opened by dmiyakawa

#31572: Avoid suppressing all exceptions in PyObject_HasAttr()
https://bugs.python.org/issue31572  opened by serhiy.storchaka

#31573: PyStructSequence_New() doesn't validate its input type (crashe
https://bugs.python.org/issue31573  opened by Oren Milman

#31574: Add dtrace hook for importlib
https://bugs.python.org/issue31574  opened by christian.heimes

#31577: crash in os.utime() in case of a bad ns argument
https://bugs.python.org/issue31577  opened by Oren Milman

#31581: Reduce the number of imports for functools
https://bugs.python.org/issue31581  opened by inada.naoki

#31582: Add _pth breadcrumb to sys.path documentation
https://bugs.python.org/issue31582  opened by Traveler Hauptman

#31583: 2to3 call for file in current directory yields error
https://bugs.python.org/issue31583  opened by denis-osipov

#31584: Documentation Language mixed up
https://bugs.python.org/issue31584  opened by asl

#31589: Links for French documentation pdf is broken
https://bugs.python.org/issue31589  opened by fabrice

#31590: CSV module incorrectly treats escaped newlines as new records 
https://bugs.python.org/issue31590  opened by mallyvai

#31591: Closing socket raises AttributeError: 'collections.deque' obje
https://bugs.python.org/issue31591  opened by reidfaiv

#31592: assertion failure in Python/ast.c in case of a bad unicodedata
https://bugs.python.org/issue31592  opened by Oren Milman

#31594: Make bytes and bytearray maketrans accept dictionaries as firs
https://bugs.python.org/issue31594  opened by oleksandr.suvorov

#31596: expose pthread_getcpuclockid in time module
https://bugs.python.org/issue31596  opened by pdox

#31601: Availability of utimensat and futimens not checked correctly o
https://bugs.python.org/issue31601  opened by jmr

#31602: assertion failure in zipimporter.get_source() in case of a bad
https://bugs.python.org/issue31602  opened by Oren Milman

#31603: Please add argument to override stdin/out/err in the input bui
https://bugs.python.org/issue31603  opened by wt

#31604: unittest.TestLoader().loadTestsFromTestCase(...) fails when ad
https://bugs.python.org/issue31604  opened by Erasmus Cedernaes

#31606: [Windows] Tests failing on installed Python 3.7a1 on Windows
https://bugs.python.org/issue31606  opened by haypo

#31607: Add listsize in pdb.py
https://bugs.python.org/issue31607  opened by matrixise

#31608: crash in methods of a subclass of _collections.deque with a ba
https://bugs.python.org/issue31608  opened by Oren Milman

#31609: PCbuild\clean.bat fails if the path contains whitespaces
https://bugs.python.org/issue31609  opened by serhiy.storchaka

#31610: Use select.poll instead of select.select in SocketServer.BaseS
https://bugs.python.org/issue31610  opened by Беатрис Бонева

#31611: Tests failures using -u largefile when the disk is full
https://bugs.python.org/issue31611  opened by haypo

#31612: Building 3.6 fails on Windows
https://bugs.python.org/issue31612  opened by serhiy.storchaka

#31613: tkinter.simpledialog default buttons (not buttonbox) are not l
https://bugs.python.org/issue31613  opened by jcrmatos

#31618: Change sys.settrace opcode tracing to occur after frame line n
https://bugs.python.org/issue31618  opened by gwk

#31619: Strange error when convert hexadecimal with underscores to int
https://bugs.python.org/issue31619  opened by serhiy.storchaka

#31620: asyncio.Queue leaks memory if the queue is empty and consumers
https://bugs.python.org/issue31620  opened by zackelan

Re: [Python-Dev] Intention to accept PEP 552 soon (deterministic pyc files)

2017-09-29 Thread Benjamin Peterson
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 )
> ___
> Python-Dev mailing list
> [email protected]
> https://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe:
> https://mail.python.org/mailman/options/python-dev/benjamin%40python.org
___
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Intention to accept PEP 552 soon (deterministic pyc files)

2017-09-29 Thread Brett Cannon
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  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 )
> > ___
> > Python-Dev mailing list
> > [email protected]
> > https://mail.python.org/mailman/listinfo/python-dev
> > Unsubscribe:
> > https://mail.python.org/mailman/options/python-dev/benjamin%40python.org
>
> ___
> Python-Dev mailing list
> [email protected]
> https://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe:
> https://mail.python.org/mailman/options/python-dev/brett%40python.org
>
___
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com