[issue39350] Remove deprecated fractions.gcd()

2020-02-07 Thread STINNER Victor
STINNER Victor added the comment: Thanks Miro for the bug report and thanks Mark for the great review and discussion! It should now be fixed. I tested manually that my change fix numpy test suite. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed __

[issue39579] Attribute node in a decorator has wrong end_col_offset

2020-02-07 Thread Guido van Rossum
Guido van Rossum added the comment: New changeset d2e1098641f98594702ef29049c3c4a3f394786f by Lysandros Nikolaou in branch 'master': bpo-39579: Fix Attribute end_col_offset to point at the current node (GH-18405) https://github.com/python/cpython/commit/d2e1098641f98594702ef29049c3c4a3f394786

[issue39575] `coverage` build target should use --coverage instead of -lgcov

2020-02-07 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset 9a978ddb93bf5eaa519916d9a40c4fa4edf5d854 by Fangrui Song in branch 'master': closes bpo-39575: Change -lgcov to --coverage. (GH-18382) https://github.com/python/cpython/commit/9a978ddb93bf5eaa519916d9a40c4fa4edf5d854 -- nosy: +benja

[issue39184] Many command execution functions are not raising auditing events

2020-02-07 Thread Saiyang Gou
Change by Saiyang Gou : -- pull_requests: +17782 pull_request: https://github.com/python/cpython/pull/18407 ___ Python tracker ___ _

[issue39579] Attribute node in a decorator has wrong end_col_offset

2020-02-07 Thread Lysandros Nikolaou
Change by Lysandros Nikolaou : -- pull_requests: +17783 pull_request: https://github.com/python/cpython/pull/18408 ___ Python tracker ___ __

[issue39184] Many command execution functions are not raising auditing events

2020-02-07 Thread Saiyang Gou
Saiyang Gou added the comment: Thanks for your review! PR 18407 is for the second list. For now I haven't added audit hooks for the http, socketserver and xmlrpc modules because they look a bit complex. There seems to be so many classes and methods to hook, we may need to find good places to

[issue39579] Attribute node in a decorator has wrong end_col_offset

2020-02-07 Thread miss-islington
miss-islington added the comment: New changeset 8b9cebce09cb6919fdb97d8e608288a503681d13 by Lysandros Nikolaou in branch '3.8': [3.8] bpo-39579: Fix Attribute end_col_offset to point at the current node (GH-18405) (GH-18408) https://github.com/python/cpython/commit/8b9cebce09cb6919fdb97d8e60

[issue39579] Attribute node in a decorator has wrong end_col_offset

2020-02-07 Thread Guido van Rossum
Change by Guido van Rossum : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue39574] str.__doc__ is misleading

2020-02-07 Thread Steven D'Aprano
Steven D'Aprano added the comment: On Fri, Feb 07, 2020 at 12:33:45PM +, Serhiy Storchaka wrote: > > Serhiy Storchaka added the comment: > > See a discussion on Python-Dev: > https://mail.python.org/archives/list/python-...@python.org/message/YMIGWRUERUG66CKRJXDXNPCIDHRQJY6V/ I don't k

[issue39574] str.__doc__ is misleading

2020-02-07 Thread Eric V. Smith
Eric V. Smith added the comment: I agree that the current changes are an improvement, and should be committed. -- ___ Python tracker ___ __

[issue32309] Implement asyncio.run_in_executor shortcut

2020-02-07 Thread Kyle Stanley
Change by Kyle Stanley : -- pull_requests: +17784 pull_request: https://github.com/python/cpython/pull/18410 ___ Python tracker ___

[issue25753] Reference leaks in test_smtplib

2020-02-07 Thread hai shi
hai shi added the comment: > I cannot reproduce these leaks. I think this issue should be closed. +1, I have run 15+ times in my vm but not found these leaks:( -- nosy: +shihai1991 ___ Python tracker __

[issue39573] Make PyObject an opaque structure in the limited C API

2020-02-07 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +17785 pull_request: https://github.com/python/cpython/pull/18411 ___ Python tracker ___ _

[issue38823] Improve stdlib module initialization error handling.

2020-02-07 Thread hai shi
Change by hai shi : -- nosy: +shihai1991 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.

[issue35318] Check accuracy of str() doc string for its encoding argument

2020-02-07 Thread Martin Panter
Martin Panter added the comment: Closing in favour of Issue 39574 where a new wording is proposed -- nosy: +martin.panter resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> str.__doc__ is misleading ___ Python track

<    1   2