[issue43349] [doc] incorrect tuning(7) manpage link

2021-02-28 Thread Erlend Egeberg Aasland
Erlend Egeberg Aasland added the comment: > FreeBSD only (?) system call [...] Correction, it's not a sys call. It belongs to the misc manpage section. -- ___ Python tracker

[issue41837] Upgrade installers to OpenSSL 1.1.1j

2021-02-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +23464 pull_request: https://github.com/python/cpython/pull/24679 ___ Python tracker ___

[issue41837] Upgrade installers to OpenSSL 1.1.1j

2021-02-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +23463 pull_request: https://github.com/python/cpython/pull/24678 ___ Python tracker ___

[issue41837] Upgrade installers to OpenSSL 1.1.1j

2021-02-28 Thread Ned Deily
Ned Deily added the comment: New changeset 0242494a156970186cbc4121ccf03aefbddea716 by Ned Deily in branch 'master': bpo-41837: Update macOS installer build to use OpenSSL 1.1.1j. (GH-24677) https://github.com/python/cpython/commit/0242494a156970186cbc4121ccf03aefbddea716 --

[issue43349] [doc] incorrect tuning(7) manpage link

2021-02-28 Thread Erlend Egeberg Aasland
New submission from Erlend Egeberg Aasland : In https://docs.python.org/3.10/library/resource.html#resource.RLIMIT_SWAP, tuning(7) points to https://manpages.debian.org/tuning(7), however this is a FreeBSD only (?) system call, so the link is incorrect. I suggest linking to either: -

[issue41837] Upgrade installers to OpenSSL 1.1.1j

2021-02-28 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +23462 pull_request: https://github.com/python/cpython/pull/24677 ___ Python tracker ___

[issue42627] urllib.request.getproxies() misparses Windows registry proxy settings

2021-02-28 Thread NateScarlet
Change by NateScarlet : -- nosy: +NateScarlet ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43103] Add configure --without-static-libpython to not build libpython3.10.a

2021-02-28 Thread Ned Deily
Ned Deily added the comment: New changeset 0608425944932f46b544afea04ae6d301a76f5f2 by Ned Deily in branch 'master': bpo-43103: Fix build failure with macOS framework builds. (GH-24676) https://github.com/python/cpython/commit/0608425944932f46b544afea04ae6d301a76f5f2 --

[issue43229] freeze searches libpython3.9.so in /usr/lib instead /usr/lib/x86_64-linux-gnu

2021-02-28 Thread Christian Bachmaier
Christian Bachmaier added the comment: Anyone? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43103] Add configure --without-static-libpython to not build libpython3.10.a

2021-02-28 Thread Ned Deily
Change by Ned Deily : -- nosy: +ned.deily nosy_count: 2.0 -> 3.0 pull_requests: +23461 pull_request: https://github.com/python/cpython/pull/24676 ___ Python tracker ___

[issue42603] Tkinter: pkg-config is not used to get location of tcl and tk headers/libraries

2021-02-28 Thread Ned Deily
Ned Deily added the comment: New changeset a65b050516a4ec8f5fc591119b94ceaaa5f7afe3 by Ned Deily in branch 'master': bpo-42603: Add whatsnew and ACKS entries. (GH-24675) https://github.com/python/cpython/commit/a65b050516a4ec8f5fc591119b94ceaaa5f7afe3 --

[issue42603] Tkinter: pkg-config is not used to get location of tcl and tk headers/libraries

2021-02-28 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +23460 pull_request: https://github.com/python/cpython/pull/24675 ___ Python tracker ___

[issue43347] IDLE crashes in macOS Apple chip, maybe completions

2021-02-28 Thread Ned Deily
Ned Deily added the comment: What version of Python (and Tcl/Tk) are you running on your Intel Macn that does not fail? Currently, we use Tcl/Tk 8.6.11 with the macOS 64-bit universal2 installer variant as of Python 3.9.2 and 3.10.0a4; previously, they used 8.6.10. All other current

[issue43271] AMD64 Windows10 3.x crash with Windows fatal exception: stack overflow

2021-02-28 Thread Guido van Rossum
Guido van Rossum added the comment: Thanks! That's new info, at least, it wasn't clear to me from Victor's original comment that this was for a debug build (even though as you say it can be deduced from context). Do you feel like submitting a PR along the lines I suggested? --

[issue43347] IDLE crashes in macOS Apple chip, maybe completions

2021-02-28 Thread Terry J. Reedy
Change by Terry J. Reedy : -- priority: normal -> high ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43347] IDLE crashes in macOS Apple chip, maybe completions

2021-02-28 Thread Terry J. Reedy
Terry J. Reedy added the comment: Completions are in a Listbox. listboxes are used for completions, stackviewer, and a few places in the settings dialog, in particular the keys list. And maybe the drop down list for themes and keysets. The latter two are the only one normally gray. Try

[issue43343] argparse.REMAINDER missing in online documentation for 3.9.x

2021-02-28 Thread Chigozirim Chukwu
Chigozirim Chukwu added the comment: Alright thanks for the info everyone -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue43348] XMLRPC behaves strangely under pythonw, not under python

2021-02-28 Thread Tim Magee
New submission from Tim Magee : Summary: I run a SimpleXMLRPCServer in pythonw. When I call an exposed function the call appears to be made twice and the connection ends abnormally. This is Python 3.8.3 Windows 64-bit, with the pywin32 additions, and under Windows 7. Boo, hiss, I know -- I

[issue42128] Structural Pattern Matching (PEP 634)

2021-02-28 Thread Guido van Rossum
Guido van Rossum added the comment: New changeset a22bca6b1e2f3dc11a58f3e5ef5c22e26b8a2d80 by Daniel F Moisset in branch 'master': bpo-42128: Add documentation for pattern matching (PEP 634) (#24664) https://github.com/python/cpython/commit/a22bca6b1e2f3dc11a58f3e5ef5c22e26b8a2d80

[issue42603] Tkinter: pkg-config is not used to get location of tcl and tk headers/libraries

2021-02-28 Thread Ned Deily
Ned Deily added the comment: Thanks for the PR. Merged for inclusion in 3.10.0a6. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue42603] Tkinter: pkg-config is not used to get location of tcl and tk headers/libraries

2021-02-28 Thread Ned Deily
Ned Deily added the comment: New changeset d20279494a3a311c7aefa313174c45d32aa7f5d1 by Manolis Stamatogiannakis in branch 'master': bpo-42603: Use pkg-config to get TCL/TK paths for tkinter. (GH-23721) https://github.com/python/cpython/commit/d20279494a3a311c7aefa313174c45d32aa7f5d1

[issue30837] Mac OS High Sierra Beta - Python Crash

2021-02-28 Thread Jason R. Coombs
Jason R. Coombs added the comment: All good. Thanks for the references. As with the prior issues, I'm going to just suppress those failures. -- ___ Python tracker ___

[issue30837] Mac OS High Sierra Beta - Python Crash

2021-02-28 Thread Ned Deily
Ned Deily added the comment: If the crashes are occurring while the multiprocessing fork tests are running, it's likely the issue described in Issue33725. In Python 3.8, the default start method for multiprocessing on macOS was changed to be "spawn" rather than "fork" because of the

[issue30837] Mac OS High Sierra Beta - Python Crash

2021-02-28 Thread Jason R. Coombs
Jason R. Coombs added the comment: I started tracking it down in https://github.com/jaraco/keyring/issues/494 and found I'd previously delved deep into a related issue (https://github.com/jaraco/keyring/issues/281). -- ___ Python tracker

[issue30837] Mac OS High Sierra Beta - Python Crash

2021-02-28 Thread Jason R. Coombs
Jason R. Coombs added the comment: I've stumbled into this issue and it's started occurring reliably on keyring in Python 3.6 as found on Github CI (https://github.com/jaraco/keyring/runs/1994652010?check_suite_focus=true). It's not a highly-reproducible environment. I can't replicate it on

[issue43266] "String conversion and formatting" formatting messes up array subscripting

2021-02-28 Thread Carol Willing
Carol Willing added the comment: New changeset 4ebd637dde7d7e56b18926d2a70657abcac73df0 by Miss Islington (bot) in branch '3.8': closes bpo-43266: Improve array formatting. (GH-24573) (GH-24585) https://github.com/python/cpython/commit/4ebd637dde7d7e56b18926d2a70657abcac73df0 --

[issue36346] Prepare for removing the legacy Unicode C API

2021-02-28 Thread Carol Willing
Carol Willing added the comment: New changeset 346afeb159a5a8b2e260d3de740019b64352660e by Miss Islington (bot) in branch '3.8': bpo-36346: Document removal schedule of deprecate APIs (GH-20879) (#24626) https://github.com/python/cpython/commit/346afeb159a5a8b2e260d3de740019b64352660e

[issue42128] Structural Pattern Matching (PEP 634)

2021-02-28 Thread Carol Willing
Carol Willing added the comment: New changeset a8e2615aa885a121b8cf8e9cd07696207356a25a by Pablo Galindo in branch 'master': bpo-42128: Add documentation for the new match-based AST nodes (GH-24673) https://github.com/python/cpython/commit/a8e2615aa885a121b8cf8e9cd07696207356a25a

[issue43271] AMD64 Windows10 3.x crash with Windows fatal exception: stack overflow

2021-02-28 Thread David Bolen
David Bolen added the comment: I hadn't tested release mode earlier, since the commit only removed the pragma in debug builds, but I just built a release build with the commit in place on the worker and it seems fine. So barring stack changes (enlarging or improving usage) it appears the

[issue43271] AMD64 Windows10 3.x crash with Windows fatal exception: stack overflow

2021-02-28 Thread Guido van Rossum
Guido van Rossum added the comment: Thanks David! So the crash only happens in debug mode? PEP 651 promises to take reduce the C stack usage in the future. Therefore, I would be okay with rolling this back for the time being. If we do roll it back, maybe add a comment to ceval.c explaining

[issue43347] IDLE crashes in

2021-02-28 Thread Raymond Hettinger
New submission from Raymond Hettinger : I'm running a python.org Mac build on Apple silicon. Python 3.10.0a5 (v3.10.0a5:b0478d738a, Feb 2 2021, 16:30:44) [Clang 12.0.0 (clang-1200.0.32.29)] on darwin Periodically, Python freezes and requires a force quit. I'm not certain but think the

[issue43296] [sqlite3] Fix sqlite3_value_blob() usage

2021-02-28 Thread Erlend Egeberg Aasland
Change by Erlend Egeberg Aasland : -- keywords: +patch pull_requests: +23459 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24674 ___ Python tracker

[issue43346] subprocess.run() sometimes ignores timeout in Windows

2021-02-28 Thread Eryk Sun
Eryk Sun added the comment: Demo Popen() methods, for discussion: def _read_output(self, fileobj): handle = msvcrt.get_osfhandle(fileobj.fileno()) output = self._fileobj2output[fileobj] while True: try: size =

[issue43346] subprocess.run() sometimes ignores timeout in Windows

2021-02-28 Thread Eryk Sun
New submission from Eryk Sun : subprocess.run() handles TimeoutExpired by terminating the process and waiting on it. In POSIX, the exception object contains the partially read stdout and stderr bytes. For example: cmd = 'echo spam; echo eggs >&2; sleep 2' try: p = subprocess.run(cmd,

[issue29753] Ctypes Packing Bitfields Incorrectly - Linux

2021-02-28 Thread miss-islington
miss-islington added the comment: New changeset 0d7ad9fb38c041c46094087b0cf2c8ce44916b11 by Filipe Laíns in branch 'master': bpo-29753: fix merging packed bitfields in ctypes struct/union (GH-19850) https://github.com/python/cpython/commit/0d7ad9fb38c041c46094087b0cf2c8ce44916b11 --

[issue37146] opcode cache for LOAD_GLOBAL emits false alarm in memory leak hunting

2021-02-28 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue37146] opcode cache for LOAD_GLOBAL emits false alarm in memory leak hunting

2021-02-28 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset af5fa13ef6f648fc7a7a33a7556db13887e7d643 by Pablo Galindo in branch 'master': bpo-37146: Deactivate opcode cache only when using huntrleaks in the test suite (GH-24643)

[issue42128] Structural Pattern Matching (PEP 634)

2021-02-28 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- pull_requests: +23458 pull_request: https://github.com/python/cpython/pull/24673 ___ Python tracker ___

[issue42128] Structural Pattern Matching (PEP 634)

2021-02-28 Thread Brandt Bucher
Brandt Bucher added the comment: Thanks Pablo! > If you'd like to take it on feel free, if not I'll create a PR next weekend > with tests (probably after release, though I believe it is not a blocker as > is). No problem, I'm pretty busy too. Next weekend is fine. --

[issue41972] bytes.find consistently hangs in a particular scenario

2021-02-28 Thread Dennis Sweeney
Change by Dennis Sweeney : -- pull_requests: +23457 pull_request: https://github.com/python/cpython/pull/24672 ___ Python tracker ___

[issue40469] TimedRotatingFileHandler rotating on use not time

2021-02-28 Thread Raymond Hettinger
Change by Raymond Hettinger : -- nosy: +vinay.sajip ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue42128] Structural Pattern Matching (PEP 634)

2021-02-28 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: I can pick up the AST docs PR -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue42128] Structural Pattern Matching (PEP 634)

2021-02-28 Thread Batuhan Taskaya
Batuhan Taskaya added the comment: > @BTaskaya, do you think you'll have time to open a PR with your AST validator > this weekend? It looks good to me (assuming tests pass). Unfortunately not. I believe it still lacks tests for invalid cases, but other than that should work. If you'd like

[issue43271] AMD64 Windows10 3.x crash with Windows fatal exception: stack overflow

2021-02-28 Thread David Bolen
David Bolen added the comment: I don't think it's actually any change in ceval per se, or any new buffers, just how the compiler code generation has changed due to this commit. Based on some local testing, the triggering issue is the exclusion of the optimization pragma entirely in debug

[issue42128] Structural Pattern Matching (PEP 634)

2021-02-28 Thread Brandt Bucher
Brandt Bucher added the comment: @BTaskaya, do you think you'll have time to open a PR with your AST validator this weekend? It looks good to me (assuming tests pass). Also, we should add the AST docs to our documentation to-do list (should be just adding entries for ast.Match, ast.MatchAs,

[issue42129] Support resources in namespace packages

2021-02-28 Thread Jason R. Coombs
Change by Jason R. Coombs : -- keywords: +patch pull_requests: +23456 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24670 ___ Python tracker ___

[issue43344] RotatingFileHandler breaks file type associations

2021-02-28 Thread Raymond Hettinger
Raymond Hettinger added the comment: +1 The ability to customize the filenames seems like a reasonable feature request. Perhaps an optional *format* option could introduced. -- nosy: +rhettinger, vinay.sajip versions: +Python 3.10 ___ Python

[issue41972] bytes.find consistently hangs in a particular scenario

2021-02-28 Thread Tim Peters
Tim Peters added the comment: New changeset 73a85c4e1da42db28e3de57c868d24a089b8d277 by Dennis Sweeney in branch 'master': bpo-41972: Use the two-way algorithm for string searching (GH-22904) https://github.com/python/cpython/commit/73a85c4e1da42db28e3de57c868d24a089b8d277 --

[issue43343] argparse.REMAINDER missing in online documentation for 3.9.x

2021-02-28 Thread Raymond Hettinger
Raymond Hettinger added the comment: Chigozirim, thanks for the report. REMAINDER is now an undocumented legacy feature. It isn't deprecated because we don't plan to remove it. It isn't documented because it is buggy in a way that isn't easy to fix. -- resolution: -> not a bug

[issue43343] argparse.REMAINDER missing in online documentation for 3.9.x

2021-02-28 Thread hai shi
hai shi added the comment: Hi, Chigozirim Chukwu. Thanks for your report. There have releated comment in: https://bugs.python.org/issue17050#msg315716 -- nosy: +paul.j3, rhettinger, shihai1991 versions: +Python 3.10 ___ Python tracker

[issue43251] [sqlite3] sqlite3_column_name() failures should raise MemoryError

2021-02-28 Thread Berker Peksag
Change by Berker Peksag : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed type: -> enhancement ___ Python tracker ___

[issue43251] [sqlite3] sqlite3_column_name() failures should raise MemoryError

2021-02-28 Thread Berker Peksag
Berker Peksag added the comment: New changeset 2183d06bc8a481098d62a4ebed8d6982b3d1602a by Erlend Egeberg Aasland in branch 'master': bpo-43251: sqlite3_column_name() failures now raise MemoryError (GH-24609) https://github.com/python/cpython/commit/2183d06bc8a481098d62a4ebed8d6982b3d1602a

[issue42484] get_obs_local_part fails to handle empty local part

2021-02-28 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 3.0 -> 4.0 pull_requests: +23455 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24669 ___ Python tracker

[issue27777] cgi.FieldStorage can't parse simple body with Content-Length and no Content-Disposition

2021-02-28 Thread Christoph Zwerschke
Christoph Zwerschke added the comment: Just created a test case for this problem after a pentest provoked this error on one of my web apps. Then I found this bug report which already has a similar test case attached. The problem is that read_binary() as the name says reads binary data, but

[issue42129] Support resources in namespace packages

2021-02-28 Thread Jason R. Coombs
Jason R. Coombs added the comment: I've pushed [this branch](https://github.com/python/cpython/tree/feature/42129-resources-namespace-packages), which includes fixes for the above two identified issues. Still one issue remains: ERROR: test_package_has_no_reader_fallback

[issue40059] Provide a toml module in the standard library

2021-02-28 Thread Michał Górny
Michał Górny added the comment: It seems that the spec has reached 1.0.0: > 1.0.0 / 2021-01-11 I guess that there are still ~2 months left to do this before 3.10 reaches beta. -- ___ Python tracker

[issue43054] What does the existence of a struct in a header file imply about the C-API

2021-02-28 Thread Ronald Oussoren
Ronald Oussoren added the comment: Sorry about the slow response. I misread your initial message, the distinction between (1) and (2) in your list is clear. to (3): New fields can be added while maintaining API (but not ABI) compatibility as long as the default value is the default value

[issue22100] Use $HOSTPYTHON when determining candidate interpreter for $PYTHON_FOR_BUILD.

2021-02-28 Thread pmp-p
Change by pmp-p : -- nosy: +pmpp ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue42129] Support resources in namespace packages

2021-02-28 Thread Jason R. Coombs
Jason R. Coombs added the comment: > I would harmonize towards what the concrete implementations... For FileReader and ZipReader, both rely on TraversableResources to implement contents, which rely on `files().iterdir()`, which could raise FileNotFoundError and definitely don't return

[issue43312] Interface to select preferred "user" or "home" sysconfig scheme for an environment

2021-02-28 Thread Tzu-ping Chung
Tzu-ping Chung added the comment: How do we move the discussion forward? I would really want this to be included in 3.10. Assuming distutils is going to be removed in 3.12, pip would be left with an extremely short window if this has to wait for another year. --

[issue43319] A possible misleading expression in the Virtual Environment Tutorial

2021-02-28 Thread cmhzc
Change by cmhzc : -- type: enhancement -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: