[issue42392] remove the 'loop' parameter from __init__ in all classes in asyncio.locks

2020-11-19 Thread Andrew Svetlov
Andrew Svetlov added the comment: Perfect! We have a consensus now and waiting for a champion who propose a Pull Request. -- ___ Python tracker ___ __

[issue42405] Add distutils mvsccompiler support for Windows ARM64 build

2020-11-19 Thread Adrian Vladu
Adrian Vladu added the comment: This fix is __required__ to build a lot of important packages in the python ecosystem, like numpy, pandas, pywin32 and probably a lot more, as most of these important packages have not migrated to setuptools and usually maintain support for multiple python ver

[issue42415] python3.lib in Python3.9.0 Windows distribution does not contain PyObject_CallNoArgs symbol

2020-11-19 Thread David Hewitt
New submission from David Hewitt : I'm unsure if this is a packaging error or a misunderstanding by me. I'm trying to link a binary on windows with Py_LIMITED_API set. According to https://www.python.org/dev/peps/pep-0384/#linkage I _think_ I'm supposed to be linking against python3.lib (inst

[issue42415] python3.lib in Python3.9.0 Windows distribution does not contain PyObject_CallNoArgs symbol

2020-11-19 Thread Alex Gaynor
Alex Gaynor added the comment: This looks like a bug to me. While https://github.com/python/cpython/commit/2ff58a24e8a1c7e290d025d69ebaea0bbead3b8c added it to the header, it did not add it to https://github.com/python/cpython/blob/master/PC/python3dll.c which is required. -- compon

[issue42415] python3.lib in Python3.9.0 Windows distribution does not contain PyObject_CallNoArgs symbol

2020-11-19 Thread Steve Dower
Steve Dower added the comment: Yeah, this will be our fault. Someone is looking into automatically generating the .def file so that this stops happening. Last time we tried that there was a lot of pushback because "too many APIs will become stable", but this time I think we're just going to

[issue42415] python3.lib in Python3.9.0 Windows distribution does not contain PyObject_CallNoArgs symbol

2020-11-19 Thread Alex Gaynor
Change by Alex Gaynor : -- components: +C API ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue42415] python3.lib in Python3.9.0 Windows distribution does not contain PyObject_CallNoArgs symbol

2020-11-19 Thread Alex Gaynor
Change by Alex Gaynor : -- versions: +Python 3.10 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue42405] Add distutils mvsccompiler support for Windows ARM64 build

2020-11-19 Thread Steve Dower
Steve Dower added the comment: There is no ARM64 release of Python for Windows right now, so unfortunately this doesn't constitute any kind of bugfix. We don't have a buildbot, and nobody out there has CI, so it's not a supported platform. I get that it's easier to centrally fix all the thir

[issue42414] unable to document fields of dataclass

2020-11-19 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +eric.smith ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue42416] IDLE calltip.get_argspec: use inspect.getdoc, comment fob

2020-11-19 Thread Terry J. Reedy
New submission from Terry J. Reedy : Followup to PR-23393 of #1635741. Use inspect.getdoc to get docstrings. Restore test skipped in that PR and fix two that will fail because getdoc gets docstrings that are currently missed. The line defining fob is only needed to get signatures for instan

[issue42415] python3.lib in Python3.9.0 Windows distribution does not contain PyObject_CallNoArgs symbol

2020-11-19 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 6.0 -> 7.0 pull_requests: +22308 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23415 ___ Python tracker

[issue42416] IDLE calltip.get_argspec: use inspect.getdoc, comment fob

2020-11-19 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: +patch pull_requests: +22309 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/23416 ___ Python tracker __

[issue42414] unable to document fields of dataclass

2020-11-19 Thread Eric V. Smith
Change by Eric V. Smith : -- assignee: -> eric.smith ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue42416] IDLE calltip.get_argspec: use inspect.getdoc, comment fob

2020-11-19 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 7ddbaa7a1b3e61847ee99658be6a7268a049e302 by Terry Jan Reedy in branch 'master': bpo-42416: Use inspect.getdoc for IDLE calltips (GH-23416) https://github.com/python/cpython/commit/7ddbaa7a1b3e61847ee99658be6a7268a049e302 -- __

[issue42416] IDLE calltip.get_argspec: use inspect.getdoc, comment fob

2020-11-19 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +22310 pull_request: https://github.com/python/cpython/pull/23417 ___ Python tracker _

[issue42416] IDLE calltip.get_argspec: use inspect.getdoc, comment fob

2020-11-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +22311 pull_request: https://github.com/python/cpython/pull/23418 ___ Python tracker ___ __

[issue31904] Python should support VxWorks RTOS

2020-11-19 Thread Peixing Xin
Change by Peixing Xin : -- pull_requests: +22312 pull_request: https://github.com/python/cpython/pull/23419 ___ Python tracker ___ _

[issue42416] IDLE calltip.get_argspec: use inspect.getdoc, comment fob

2020-11-19 Thread miss-islington
miss-islington added the comment: New changeset c076d488059c96e97936f4d669e32aea0994886f by Miss Islington (bot) in branch '3.8': bpo-42416: Use inspect.getdoc for IDLE calltips (GH-23416) https://github.com/python/cpython/commit/c076d488059c96e97936f4d669e32aea0994886f --

[issue42416] IDLE calltip.get_argspec: use inspect.getdoc, comment fob

2020-11-19 Thread miss-islington
miss-islington added the comment: New changeset 4dd2112a1d26e03b605bed0f89e3678041ad1490 by Miss Islington (bot) in branch '3.9': bpo-42416: Use inspect.getdoc for IDLE calltips (GH-23416) https://github.com/python/cpython/commit/4dd2112a1d26e03b605bed0f89e3678041ad1490 --

[issue42416] IDLE calltip.get_argspec: use inspect.getdoc, comment fob

2020-11-19 Thread Terry J. Reedy
Change by Terry J. Reedy : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

<    1   2