[issue40025] enum: _generate_next_value_ is not called if its definition occurs after calls to auto()

2020-06-11 Thread Ethan Furman
Ethan Furman added the comment: New changeset ebd44003c9e206755e5e28716242ed8941495a62 by Miss Islington (bot) in branch '3.7': bpo-40025: Require _generate_next_value_ to be defined before members (GH-19762) https://github.com/python/cpython/commit/ebd44003c9e206755e5e28716242ed8941495a62

[issue40924] Recent importlib change breaks most recent certifi == 2020.4.5.2

2020-06-11 Thread Jason R. Coombs
Change by Jason R. Coombs : -- pull_requests: +20017 pull_request: https://github.com/python/cpython/pull/20820 ___ Python tracker ___ _

[issue40939] Remove the old parser

2020-06-11 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- pull_requests: +20018 pull_request: https://github.com/python/cpython/pull/20822 ___ Python tracker ___ ___

[issue40948] Better identify Windows installer as installer only, not runner

2020-06-11 Thread Terry J. Reedy
Terry J. Reedy added the comment: Simple is fine. How about If you want to run Python, press Start and find 'Python 3.x' under 'P', or enter 'python' in the "Search for anything" box on the taskbar. If you don't have the time right now, where should this go? -- ___

[issue40939] Remove the old parser

2020-06-11 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset 756180b4bfa09bb77394a2b3754d331181d4f28c by Pablo Galindo in branch 'master': bpo-40939: Clean and adapt the peg_generator directory after deleting the old parser (GH-20822) https://github.com/python/cpython/commit/756180b4bfa09bb77394a2

[issue40917] pickle exceptions with mandatory keyword args will traceback

2020-06-11 Thread Toshio Kuratomi
Toshio Kuratomi added the comment: Thanks! I confirm that your PR https://github.com/python/cpython/pull/11580 for https://bugs.python.org/issue27015 fixes this problem. Closing this one. -- resolution: -> duplicate stage: -> resolved status: open -> closed _

[issue40950] PEP 3121 applied to nis module

2020-06-11 Thread Dong-hee Na
New submission from Dong-hee Na : New changeset ddef3bdc7b254a7e1129a52c17d79cb7c73a88f5 by Dong-hee Na in branch 'master': bpo-40950: Port nis module to multiphase initialization (GH-20811) https://github.com/python/cpython/commit/ddef3bdc7b254a7e1129a52c17d79cb7c73a88f5 -- ___

[issue40950] PEP 3121 applied to nis module

2020-06-11 Thread Dong-hee Na
Change by Dong-hee Na : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ P

[issue35019] Allow ipaddres.IPv4/v6Address in asyncio.create_server

2020-06-11 Thread Inada Naoki
Inada Naoki added the comment: I feel ABC is too much for just single dunder method. -- nosy: +inada.naoki ___ Python tracker ___ _

[issue40275] test.support has way too many imports

2020-06-11 Thread hai shi
Change by hai shi : -- pull_requests: +20019 pull_request: https://github.com/python/cpython/pull/20824 ___ Python tracker ___ ___ P

[issue40940] How to update pip permanently for new venv?

2020-06-11 Thread tillus
tillus added the comment: If it is not a bug, then I would strongly suggest it as a feature request! Allright we can track it on the other issue! Thank you. -- ___ Python tracker ___

[issue40906] Unable to import module due to python unable to resolve dependecies

2020-06-11 Thread Saba Kauser
Saba Kauser added the comment: Thanks Steve! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue40913] time.sleep ignores errors on Windows

2020-06-11 Thread Tim Golden
Change by Tim Golden : -- assignee: -> tim.golden ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue40913] time.sleep ignores errors on Windows

2020-06-11 Thread Tim Golden
Tim Golden added the comment: Thanks, Eryk. I've had a couple of casts at this (and also with an eye to https://bugs.python.org/issue40912 in a very similar area). Trouble is I can't come up with a way of adding a set.. function which doesn't seem wholly artificial, given that it's basically

[issue40912] _PyOS_SigintEvent is never closed on Windows

2020-06-11 Thread Tim Golden
Change by Tim Golden : -- assignee: -> tim.golden ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33944] Deprecate and remove code execution in pth files

2020-06-11 Thread Inada Naoki
Inada Naoki added the comment: New changeset 2145c8c9724287a310bc77a2760d4f1c0ca9eb0c by native-api in branch 'master': bpo-33944: site: Add site-packages tracing in verbose mode (GH-12110) https://github.com/python/cpython/commit/2145c8c9724287a310bc77a2760d4f1c0ca9eb0c -- nosy: +i

<    1   2