[issue40946] SuppressCrashReport should set SEM_FAILCRITICALERRORS in Windows

2020-06-11 Thread Eryk Sun
Change by Eryk Sun : -- keywords: +easy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40937] Remove deprecated functions marked for removal in 3.10

2020-06-11 Thread Rémi Lapeyre
Change by Rémi Lapeyre : -- nosy: +serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40946] SuppressCrashReport should set SEM_FAILCRITICALERRORS in Windows

2020-06-11 Thread Eryk Sun
New submission from Eryk Sun : In test.support, suppress_msvcrt_asserts sets the process error mode to include SEM_FAILCRITICALERRORS, SEM_NOGPFAULTERRORBOX, SEM_NOALIGNMENTFAULTEXCEPT, and SEM_NOOPENFILEERRORBOX. In contrast, the SuppressCrashReport context manager in the same module only

Re: pyinstaller

2020-06-11 Thread Robin Becker
.. Submit the .exe to Microsoft so they can update the virus definitions to remove your false positive. https://www.microsoft.com/en-us/wdsi/filesubmission I did this for one of my open source projects and Microsoft fixed the

RE: Syntax Help

2020-06-11 Thread John Weller
Many thanks to all who responded. I was an experienced programmer until I retired nearly 20 years ago, mainly in the military weapons area then XBase when I left the military. I decided I had to learn Python when my grandson started learning it at school if I wanted to retain my position as

[issue40947] Replace PLATLIBDIR macro with config->platlibdir

2020-06-11 Thread Sandro Mani
Change by Sandro Mani : -- keywords: +patch pull_requests: +19994 stage: -> patch review pull_request: https://github.com/python/cpython/pull/20799 ___ Python tracker ___

Re: pyinstaller

2020-06-11 Thread Chris Angelico
On Thu, Jun 11, 2020 at 6:18 PM Robin Becker wrote: > > On 10/06/2020 20:41, Chris Angelico wrote: > . > > Python can be installed from the app store, or from a python.org > > downloader. If that's too much hassle for them, then they're going to > > need help *whatever* you do. > > >

[issue40424] AIX: makexp_aix, parallel build (failures) and ld WARNINGS

2020-06-11 Thread Michael Felt
Change by Michael Felt : -- title: AIX: parallel build and ld WARNINGS -> AIX: makexp_aix, parallel build (failures) and ld WARNINGS ___ Python tracker ___

Re: pyinstaller

2020-06-11 Thread Robin Becker
On 10/06/2020 20:41, Chris Angelico wrote: . Python can be installed from the app store, or from a python.org downloader. If that's too much hassle for them, then they're going to need help *whatever* you do. works for windows 10, but probably not on older machines. The current exe

Re: pyinstaller

2020-06-11 Thread Barry Scott
> On 10 Jun 2020, at 14:46, Robin Becker wrote: > > I'm sure this has come up before, but a tiny pyinstaller created exe is being > seen as malware by windows 10. > > Is there any way to create simple single file applications which don't get > this treatment? Submit the .exe to Microsoft

Re: pyinstaller

2020-06-11 Thread Robin Becker
On 11/06/2020 09:24, Chris Angelico wrote: But you DO get to choose what you support. If they want to use Windows 98 on an 80386, that's their (stupid) choice, and they can't guarantee that your program will work on it. sadly this isn't really true since this is only part of the

[issue40947] Replace PLATLIBDIR macro with config->platlibdir

2020-06-11 Thread Sandro Mani
New submission from Sandro Mani : Followup of bpo-40854, there is one remaining usage of PLATLIBDIR which should be replaced by config->platlibdir. -- components: Interpreter Core messages: 371260 nosy: smani priority: normal severity: normal status: open title: Replace PLATLIBDIR

[issue40424] AIX: parallel build and ld WARNINGS

2020-06-11 Thread Michael Felt
Michael Felt added the comment: specifically, makexp_aix - from 1998-1999 - did not consider parallelization. make -j2 is sufficient to create the following issue - that frequently leads to a failed compile/build. ./Modules/makexp_aix Modules/python.exp . libpython3.9d.a; gcc -pthread

[issue40925] Remove redundant macros used for stack manipulation in interpreter

2020-06-11 Thread Mark Shannon
Mark Shannon added the comment: New changeset 33faf5c4f43e24766cf567bec89ad4c7f1491ff7 by Dong-hee Na in branch 'master': bpo-40925: Remove unused stack macro SET_VALUE (GH-20783) https://github.com/python/cpython/commit/33faf5c4f43e24766cf567bec89ad4c7f1491ff7 --

[issue40854] Allow overriding sys.platlibdir: add PYTHONPLATLIBDIR env var

2020-06-11 Thread Sandro Mani
Change by Sandro Mani : -- pull_requests: +19995 pull_request: https://github.com/python/cpython/pull/20799 ___ Python tracker ___

Re: pyinstaller

2020-06-11 Thread Chris Angelico
On Thu, Jun 11, 2020 at 7:27 PM Robin Becker wrote: > > On 11/06/2020 09:24, Chris Angelico wrote: > > > > > But you DO get to choose what you support. If they want to use Windows > > 98 on an 80386, that's their (stupid) choice, and they can't guarantee > > that your program will work

[issue40939] Remove the old parser

2020-06-11 Thread Lysandros Nikolaou
Change by Lysandros Nikolaou : -- pull_requests: +19996 pull_request: https://github.com/python/cpython/pull/20800 ___ Python tracker ___

[issue40855] statistics.stdev ignore xbar argument

2020-06-11 Thread Matti
Matti added the comment: Hi Raymond and Steven! I'm happy that you are solving this issue but do you have any comment on my previous answer? -- ___ Python tracker ___

[issue40941] Merge generator.gi_running and frame executing flag into single frame state

2020-06-11 Thread Mark Shannon
Change by Mark Shannon : -- keywords: +patch pull_requests: +1 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/20803 ___ Python tracker

[issue34401] Make test_gdb work on HP-UX

2020-06-11 Thread STINNER Victor
Change by STINNER Victor : -- nosy: +vstinner nosy_count: 2.0 -> 3.0 pull_requests: +2 pull_request: https://github.com/python/cpython/pull/20804 ___ Python tracker ___

[issue40939] Remove the old parser

2020-06-11 Thread STINNER Victor
STINNER Victor added the comment: I did'nt ask to remove the easter egg. I'm just asking to avoid the "new" name. In my experience, each time that a "new" thing happens, later we have to use "new extended", "new_v2" or worse name :-) Oh, if the name changes, please change it in 3.9 as well.

[issue40746] test_gdb failing on 32-bit armv7l when built with GCC -Og (fail on Raspbian on 3.9, regression from 3.8)

2020-06-11 Thread STINNER Victor
STINNER Victor added the comment: I closed bpo-17737 "test_gdb fails on armv7hl" as out of date. -- ___ Python tracker ___ ___

[issue17737] test_gdb fails on armv7hl

2020-06-11 Thread STINNER Victor
STINNER Victor added the comment: Python 3.4 and Fedora 20 are no longer maintained. See bpo-40746 for a more recent test_gdb issue on armv7l. -- nosy: +vstinner resolution: -> out of date stage: -> resolved status: open -> closed ___ Python

[issue26788] test_gdb fails all tests on a profile-opt build configured --with-lto

2020-06-11 Thread STINNER Victor
STINNER Victor added the comment: I fail to reproduce the issue on the master branch of Python on Fedora 32: * Python master at commit 9727694f08cad4b019d2939224e3416312b1c0e1 * Fedora 32 * gcc (GCC) 10.1.1 * GNU gdb (GDB) Fedora 9.1-5.fc32 Notice that multiple tests are skipped: $

[issue40253] Fix .py(w) file association with Python 3 Windows installer

2020-06-11 Thread Terry J. Reedy
Change by Terry J. Reedy : -- title: Fix .py(w) file association with Pyhon 3 Windows installer -> Fix .py(w) file association with Python 3 Windows installer ___ Python tracker

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

2020-06-11 Thread Terry J. Reedy
New submission from Terry J. Reedy : Some beginners on Windows think that python-3.8.3-amd64.exe, for instance, is for running python-3.8.3, leading to repeated and now tiresome questions on python-list and probably elsewhere. The latest example is "repair modify uninstall" with the core

[issue40939] Remove the old parser

2020-06-11 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset 9727694f08cad4b019d2939224e3416312b1c0e1 by Lysandros Nikolaou in branch 'master': bpo-40939: Generate keyword.py using the new parser (GH-20800) https://github.com/python/cpython/commit/9727694f08cad4b019d2939224e3416312b1c0e1

[issue40939] Remove the old parser

2020-06-11 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +19997 pull_request: https://github.com/python/cpython/pull/20801 ___ Python tracker

PyDev 7.6.0 Released

2020-06-11 Thread Fabio Zadrozny
PyDev 7.6.0 Release Highlights - *Debugger improvements* (updated to pydevd 1.9.1). - *Variables are now grouped* (special/class/function/protected) -- note: it's possible to hide groups in the variables view menu dropdown. - When a launching a subprocess does not target a

[issue40746] test_gdb failing on 32-bit armv7l when built with GCC -Og (fail on Raspbian on 3.9, regression from 3.8)

2020-06-11 Thread STINNER Victor
STINNER Victor added the comment: > Marking release blocker as this isn't present in 3.8 or earlier, we've got a > regression here. FYI we have issue with test_gdb on Fedora for at least 5 years. Most issues come from -Og optimization level of test_gdb. Recently, I modified test_gdb to

[issue29633] MSI installer does not pass values as SecureProperty from UI

2020-06-11 Thread Terry J. Reedy
Terry J. Reedy added the comment: Steve, etc., is this of any current relevance or should it be closed? -- nosy: +terry.reedy ___ Python tracker ___

[issue40939] Remove the old parser

2020-06-11 Thread miss-islington
miss-islington added the comment: New changeset 961edf7979ca34d6fe104a1cce005aa8cac35821 by Miss Islington (bot) in branch '3.9': bpo-40939: Generate keyword.py using the new parser (GH-20800) https://github.com/python/cpython/commit/961edf7979ca34d6fe104a1cce005aa8cac35821 --

[issue40939] Remove the old parser

2020-06-11 Thread Lysandros Nikolaou
Change by Lysandros Nikolaou : -- pull_requests: +19998 pull_request: https://github.com/python/cpython/pull/20802 ___ Python tracker ___

[issue40941] Merge generator.gi_running and frame executing flag into single frame state

2020-06-11 Thread Mark Shannon
Mark Shannon added the comment: This change combines the explicit state in `PyFrameObject.f_excuting` and `PyGenObject.gi_running`, and the implicit state in `PyFrameObject.f_stacktop == NULL` and `PyFrameObject.f_last == -1` into a single enum field in `PyFrameObject`. Since we no longer

[issue40939] Remove the old parser

2020-06-11 Thread STINNER Victor
STINNER Victor added the comment: >>> __new_parser__ File "", line 1 __new_parser__ ^ SyntaxError: You found it! "new", "ex" or "ng" are not really future proof names. Can we rename the keyword to "__peg_parser__"? -- nosy: +vstinner

[issue40939] Remove the old parser

2020-06-11 Thread Lysandros Nikolaou
Lysandros Nikolaou added the comment: > I would personally would like to keep the easter egg, but I assume is better > to rename it to "__peg_parser__". Ok then! On it. -- ___ Python tracker

[issue40746] test_gdb failing on Raspbian on 3.9, regression from 3.8

2020-06-11 Thread STINNER Victor
STINNER Victor added the comment: Some data from a recent build: https://buildbot.python.org/all/#/builders/645/builds/480 That's 32-bit ARM, armv7l ABI with GCC 8.3 and GDB 8.2. Python is built with -Og optimization level. In my experience, gdb fails to read debug symbols when Python is

[issue40746] test_gdb failing on 32-bit armv7l when built with GCC -Og (fail on Raspbian on 3.9, regression from 3.8)

2020-06-11 Thread STINNER Victor
Change by STINNER Victor : -- title: test_gdb failing on Raspbian on 3.9, regression from 3.8 -> test_gdb failing on 32-bit armv7l when built with GCC -Og (fail on Raspbian on 3.9, regression from 3.8) ___ Python tracker

[issue29685] test_gdb failed

2020-06-11 Thread STINNER Victor
STINNER Victor added the comment: I believe that this issue is a duplicated of bpo-40436 which was fixed by: commit ec9bea4a3766bd815148a27f61eb24e7dd459ac7 Author: Victor Stinner Date: Wed Apr 29 17:11:48 2020 +0200 bpo-40436: Fix code parsing gdb version (GH-19792) test_gdb

[issue18822] poor proxyval() coverage in test_gdb

2020-06-11 Thread STINNER Victor
STINNER Victor added the comment: No activity for 7 years, I close the issue as out of date. -- nosy: +vstinner resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker

[issue40939] Remove the old parser

2020-06-11 Thread Lysandros Nikolaou
Lysandros Nikolaou added the comment: > Can we rename the keyword to "__peg_parser__"? I guess we could just remove this, as soon as the old parser is out. We were only using this to differentiate between the two parsers, when we were testing enabling/disabling the old one. I could get a PR

[issue40436] pythoninfo collect_gdb() blows up when gdb fails to run

2020-06-11 Thread STINNER Victor
STINNER Victor added the comment: I marked bpo-29685 "test_gdb failed" as duplicate of this issue. Extract: (...) File "/home/studio/Python-3.6.0/Lib/test/test_gdb.py", line 46, in gdb_version, gdb_major_version, gdb_minor_version = get_gdb_version() File

PyDev 7.6.0 Released

2020-06-11 Thread Fabio Zadrozny
PyDev 7.6.0 Release Highlights - *Debugger improvements* (updated to pydevd 1.9.1). - *Variables are now grouped* (special/class/function/protected) -- note: it's possible to hide groups in the variables view menu dropdown. - When a launching a subprocess does not target a

[issue40939] Remove the old parser

2020-06-11 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: > I guess we could just remove this, as soon as the old parser is out. We were > only using this to differentiate between the two parsers, when we were > testing enabling/disabling the old one. I could get a PR ready to be merged > after GH-20768 is

Convert and analyze image data in a spreadsheet.

2020-06-11 Thread Vincent Davis
Looking for a little advise. I have 6x6 color (CIELAB ) data in a spreadsheet (color samples of clothing). I would like to visualize this as an image on a per channel (l,a,b) and as a color image. I can read the data from the spreadsheet. I am not

[issue28557] error message for bad raw readinto

2020-06-11 Thread Rémi Lapeyre
Change by Rémi Lapeyre : -- versions: +Python 3.10, Python 3.8, Python 3.9 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue40275] test.support has way too many imports

2020-06-11 Thread STINNER Victor
STINNER Victor added the comment: I propose to start updating tests to use directly support.import_helper and support.os_helper. Hai: do you want to work on that? Maybe start by focusing on import_helper (but if you modify a test, check for also symbols imported from os_helper). When you

[issue40939] Remove the old parser

2020-06-11 Thread Guido van Rossum
Guido van Rossum added the comment: New changeset bcd7deed9118e365c1225de2a2e1a81bf988c6ab by Lysandros Nikolaou in branch 'master': bpo-40939: Remove PEG parser easter egg (__new_parser__) (#20802) https://github.com/python/cpython/commit/bcd7deed9118e365c1225de2a2e1a81bf988c6ab

[issue40854] Allow overriding sys.platlibdir: add PYTHONPLATLIBDIR env var

2020-06-11 Thread STINNER Victor
STINNER Victor added the comment: Follow-up: bpo-40947 "Replace PLATLIBDIR macro with config->platlibdir". -- ___ Python tracker ___

[issue40949] test_socket: threading_cleanup() failed to cleanup 0 threads (count: 0, dangling: 5)

2020-06-11 Thread STINNER Victor
New submission from STINNER Victor : aarch64 RHEL8 Refleaks 3.x: https://buildbot.python.org/all/#/builders/563/builds/127 The system load was quite high (9.95) for "CPU count: 8". 0:22:19 load avg: 9.95 [406/426/2] test_socket failed (env changed) (2 min 41 sec) -- running: test_pydoc (20

[issue40939] Remove the old parser

2020-06-11 Thread Guido van Rossum
Guido van Rossum added the comment: Honestly I see no reason to keep that easter egg. Can we remove it please? -- ___ Python tracker ___

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-06-11 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +20005 pull_request: https://github.com/python/cpython/pull/20808 ___ Python tracker ___

[issue40939] Remove the old parser

2020-06-11 Thread Lysandros Nikolaou
Lysandros Nikolaou added the comment: > This change broke this buildbot: GH-20802 fixes this breakage. -- ___ Python tracker ___

[issue40275] test.support has way too many imports

2020-06-11 Thread STINNER Victor
STINNER Victor added the comment: New changeset bdfe9b633a171522bc6cdb7c8aa1215cbd119b59 by Victor Stinner in branch 'master': bpo-40275: test.supports imports lazily fnmatch, glob, struct (GH-20810) https://github.com/python/cpython/commit/bdfe9b633a171522bc6cdb7c8aa1215cbd119b59

[issue40275] test.support has way too many imports

2020-06-11 Thread hai shi
hai shi added the comment: I propose to start updating tests to use directly support.import_helper and support.os_helper. Hai: do you want to work on that? Maybe start by focusing on import_helper (but if you modify a test, check for also symbols imported from os_helper). > of course, I

[issue34401] Make test_gdb work on HP-UX

2020-06-11 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +20001 pull_request: https://github.com/python/cpython/pull/20805 ___ Python tracker

[issue34401] Make test_gdb work on HP-UX

2020-06-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +20002 pull_request: https://github.com/python/cpython/pull/20806 ___ Python tracker ___

[issue32834] test_gdb fails with Posix locale in 3.7

2020-06-11 Thread STINNER Victor
STINNER Victor added the comment: I close the issue. I cannot reproduce the issue on Fedora 32. Please open it if you can still reproduce it on the master branch. In this case, please mention your GDB version, Python version used by GDB and tested Python version. * Python master at commit

[issue34401] Make test_gdb work on HP-UX

2020-06-11 Thread miss-islington
miss-islington added the comment: New changeset 5b8e3a533560c39eb40b2fb950d2b14caacfaf6a by Miss Islington (bot) in branch '3.8': bpo-34401: Fix test_gdb for HP GDB version string (GH-20804) https://github.com/python/cpython/commit/5b8e3a533560c39eb40b2fb950d2b14caacfaf6a --

[issue40947] Replace PLATLIBDIR macro with config->platlibdir

2020-06-11 Thread STINNER Victor
Change by STINNER Victor : -- nosy: +vstinner nosy_count: 1.0 -> 2.0 pull_requests: +20003 pull_request: https://github.com/python/cpython/pull/20807 ___ Python tracker ___

[issue34401] Make test_gdb work on HP-UX

2020-06-11 Thread miss-islington
miss-islington added the comment: New changeset 2f46c65071c5528ce143bd02786f8fe94fe65d1f by Miss Islington (bot) in branch '3.9': bpo-34401: Fix test_gdb for HP GDB version string (GH-20804) https://github.com/python/cpython/commit/2f46c65071c5528ce143bd02786f8fe94fe65d1f --

[issue40854] Allow overriding sys.platlibdir: add PYTHONPLATLIBDIR env var

2020-06-11 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +20004 pull_request: https://github.com/python/cpython/pull/20807 ___ Python tracker ___

[issue40939] Remove the old parser

2020-06-11 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: Ok, let's remove it. Lysandros can you modify PR 20802 to remove it? -- ___ Python tracker ___

[issue40275] test.support has way too many imports

2020-06-11 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +20007 pull_request: https://github.com/python/cpython/pull/20810 ___ Python tracker ___

[issue40947] Replace PLATLIBDIR macro with config->platlibdir

2020-06-11 Thread STINNER Victor
STINNER Victor added the comment: New changeset d72b9644a3e6eec83be48b1ebc2ec6ca776134d3 by Victor Stinner in branch 'master': bpo-40947: getpath.c uses PyConfig.platlibdir (GH-20807) https://github.com/python/cpython/commit/d72b9644a3e6eec83be48b1ebc2ec6ca776134d3 --

[issue40854] Allow overriding sys.platlibdir: add PYTHONPLATLIBDIR env var

2020-06-11 Thread STINNER Victor
STINNER Victor added the comment: New changeset d72b9644a3e6eec83be48b1ebc2ec6ca776134d3 by Victor Stinner in branch 'master': bpo-40947: getpath.c uses PyConfig.platlibdir (GH-20807) https://github.com/python/cpython/commit/d72b9644a3e6eec83be48b1ebc2ec6ca776134d3 --

[issue40854] Allow overriding sys.platlibdir: add PYTHONPLATLIBDIR env var

2020-06-11 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +20011 pull_request: https://github.com/python/cpython/pull/20813 ___ Python tracker ___

[issue40947] Replace PLATLIBDIR macro with config->platlibdir

2020-06-11 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +20010 pull_request: https://github.com/python/cpython/pull/20813 ___ Python tracker ___

[issue27578] inspect.findsource raises exception with empty __init__.py

2020-06-11 Thread kernc
Change by kernc : -- nosy: +kernc versions: +Python 3.10, Python 3.9 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue40950] PEP 3121 applied to nis module

2020-06-11 Thread Dong-hee Na
Change by Dong-hee Na : -- assignee: corona10 components: Extension Modules nosy: corona10 priority: normal severity: normal status: open title: PEP 3121 applied to nis module type: enhancement versions: Python 3.10 ___ Python tracker

[issue40950] PEP 3121 applied to nis module

2020-06-11 Thread Dong-hee Na
Change by Dong-hee Na : -- keywords: +patch pull_requests: +20008 stage: -> patch review pull_request: https://github.com/python/cpython/pull/20811 ___ Python tracker ___

[issue40275] test.support has way too many imports

2020-06-11 Thread STINNER Victor
STINNER Victor added the comment: New changeset 10e6506aa8261aacc89b49e629ae1c927fa5151c by Hai Shi in branch 'master': bpo-40275: Add warnings_helper submodule in test.support (GH-20797) https://github.com/python/cpython/commit/10e6506aa8261aacc89b49e629ae1c927fa5151c --

[issue34401] Make test_gdb work on HP-UX

2020-06-11 Thread STINNER Victor
STINNER Victor added the comment: New changeset b2dca49ca3769cb60713f5c2b43e5d5bbdc1f9c7 by Victor Stinner in branch 'master': bpo-34401: Fix test_gdb for HP GDB version string (GH-20804) https://github.com/python/cpython/commit/b2dca49ca3769cb60713f5c2b43e5d5bbdc1f9c7 --

[issue36560] test_functools leaks randomly 1 memory block

2020-06-11 Thread STINNER Victor
STINNER Victor added the comment: AMD64 Fedora Rawhide Refleaks 3.8: https://buildbot.python.org/all/#/builders/79/builds/196 test_functools leaked [1, 1, 1] memory blocks, sum=3 -- ___ Python tracker

[issue27578] inspect.findsource raises exception with empty __init__.py

2020-06-11 Thread kernc
Change by kernc : -- keywords: +patch pull_requests: +20006 stage: -> patch review pull_request: https://github.com/python/cpython/pull/20809 ___ Python tracker ___

[issue40275] test.support has way too many imports

2020-06-11 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +20009 pull_request: https://github.com/python/cpython/pull/20812 ___ Python tracker ___

[issue34401] Make test_gdb work on HP-UX

2020-06-11 Thread STINNER Victor
STINNER Victor added the comment: Thanks Michael Osipov for the fix! It's already merged into the master branch and will be merged into 3.8 and 3.9 branches as soon as the CI tests pass on the two backport PRs. I don't think that it's worth it to backport the fix to 3.7: this branch is

[issue40947] Replace PLATLIBDIR macro with config->platlibdir

2020-06-11 Thread STINNER Victor
Change by STINNER Victor : -- versions: +Python 3.10, Python 3.9 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue40939] Remove the old parser

2020-06-11 Thread STINNER Victor
STINNER Victor added the comment: > New changeset 961edf7979ca34d6fe104a1cce005aa8cac35821 by Miss Islington > (bot) in branch '3.9': > bpo-40939: Generate keyword.py using the new parser (GH-20800) This change broke this buildbot: AMD64 Arch Linux VintageParser 3.9:

[issue40424] AIX: makexp_aix, parallel build (failures) and ld WARNINGS

2020-06-11 Thread Batuhan Taskaya
Change by Batuhan Taskaya : -- nosy: +BTaskaya ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40949] test_socket: threading_cleanup() failed to cleanup 0 threads (count: 0, dangling: 5)

2020-06-11 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40939] Remove the old parser

2020-06-11 Thread Lysandros Nikolaou
Lysandros Nikolaou added the comment: > Lysandros can you modify PR 20802 to remove it? Yup! -- ___ Python tracker ___ ___

[issue40275] test.support has way too many imports

2020-06-11 Thread STINNER Victor
STINNER Victor added the comment: I'm no longer sure that it's worth it to create support.process_helper. I only see these functions which would be untroversial for process_helper: * wait_process() * reap_children() * args_from_interpreter_flags() * optim_args_from_interpreter_flags()

[issue29633] MSI installer does not pass values as SecureProperty from UI

2020-06-11 Thread Steve Dower
Steve Dower added the comment: We can close it. bdist_msi isn't recommended for any reason, and cx_Freeze isn't ours. -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker

[issue40945] TKinter.Tk.geometry(Tk.winfo_geometry()) should be idempotent

2020-06-11 Thread E. Paine
E. Paine added the comment: This is interesting as it works fine on Windows but does the behaviour you describe on Linux. I presume the difference is due to how Tcl/Tk handles the title-bar, in which case this isn't really a tkinter issue and there isn't much that can be done (from a

Re: repair modify uninstall

2020-06-11 Thread Terry Reedy
On 6/10/2020 11:30 PM, Grant Edwards wrote: On 2020-06-11, Michael Torrie wrote: Since this comes up on a weekly basis, perhaps the installer should open that web page to section 3.8.1 after a successful installation. Maybe users would read that short section and not try to run the installer

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

2020-06-11 Thread Ned Deily
Ned Deily added the comment: Thanks for the report. I have to agree that the behavior is a little bit counterintuitive but I believe everything is working as designed and documented. It all comes down to the fact that the ensurepip module is only concerned with the version of pip bundled

[issue40939] Remove the old parser

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

Re: pyinstaller

2020-06-11 Thread Grant Edwards
On 2020-06-11, Chris Angelico wrote: > But you DO get to choose what you support. True, for a certain value of "you". The requirement to support certains OSes and versions is often a business decision that is out of the hands of the developer. I suppose the OP could quit and stand on the

Fwd: python 3.8.3 fails

2020-06-11 Thread Avraham Markov
Please suggest something to fix -- Forwarded message - From: Avraham Markov Date: Thu, Jun 11, 2020 at 5:50 PM Subject: python 3.8.3 fails To: Hello, I successfully installed Python 3.8.3 (64-bit) at Windows 10 LTSC 64 bit by python-3.8.3-amd64 installer from

[issue29620] unittest.TestCase.assertWarns raises RuntimeEror if sys.modules changes size

2020-06-11 Thread A.M. Kuchling
A.M. Kuchling added the comment: New changeset 46398fba4d66ad342cf2504ef947b5fb857423b2 by kernc in branch 'master': bpo-29620: iterate over a copy of sys.modules (GH-4800) https://github.com/python/cpython/commit/46398fba4d66ad342cf2504ef947b5fb857423b2 -- nosy: +akuchling

Re: The FaQ project - Single or Double quotes

2020-06-11 Thread Abdur-Rahmaan Janhangeer
I'm still unsure whether or not to have a summary instead of just listing the texts Kind Regards, Abdur-Rahmaan Janhangeer compileralchemy | blog github Mauritius On Thu, Jun 11, 2020

[issue40947] Replace PLATLIBDIR macro with config->platlibdir

2020-06-11 Thread STINNER Victor
STINNER Victor added the comment: New changeset dc40105c88b968a50c3458e10e1d732e957ef0a3 by Victor Stinner in branch '3.9': bpo-40947: getpath.c uses PyConfig.platlibdir (GH-20807) (GH-20813) https://github.com/python/cpython/commit/dc40105c88b968a50c3458e10e1d732e957ef0a3 --

[issue40275] test.support has way too many imports

2020-06-11 Thread STINNER Victor
STINNER Victor added the comment: New changeset 30abcd8ab648dbf1803e36a8ba5d93fa019b by Victor Stinner in branch 'master': bpo-40275: Move TransientResource to test_urllib2net (GH-20812) https://github.com/python/cpython/commit/30abcd8ab648dbf1803e36a8ba5d93fa019b --

[issue40947] Replace PLATLIBDIR macro with config->platlibdir

2020-06-11 Thread STINNER Victor
STINNER Victor added the comment: Thanks Sandro! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

Re: Syntax Help

2020-06-11 Thread Terry Reedy
On 6/11/2020 6:03 AM, John Weller wrote: I have been able to find answers to most problems by Googling but couldn't work out a suitable query for this one. That is why I and others have made the Symbols index as complete as possible. If anything thinks something is missing, say so here. --

[issue40939] Remove the old parser

2020-06-11 Thread Brandt Bucher
Change by Brandt Bucher : -- nosy: +brandtbucher ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40855] statistics.stdev ignore xbar argument

2020-06-11 Thread Raymond Hettinger
Raymond Hettinger added the comment: > do you have any comment on my previous answer? I see what you're trying to do but think that interpretation is surprising and is at odds with the existing and intended uses of the *xbar* argument. The goals were to allow the mean to be precomputed

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

2020-06-11 Thread Ned Deily
Ned Deily added the comment: Also, this issue has come up before and is discussed in more detail in Issue37107, so let's continue any further discussion there. -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> ensurepip --upgrade doesn't change

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

2020-06-11 Thread Steve Dower
Steve Dower added the comment: The current "using" doc page is way too in-depth, but I'm actually okay with the idea of having a "Did you mean to launch Python? Press 'Start' and type 'Python' to find it" message on the Modify page of the installer. Perhaps the people hitting this problem

  1   2   >