[issue46053] NetBSD: ossaudio support incomplete

2021-12-11 Thread Thomas Klausner
Change by Thomas Klausner : -- keywords: +patch pull_requests: +28285 stage: -> patch review pull_request: https://github.com/python/cpython/pull/30065 ___ Python tracker ___

[issue46032] functools' singledispatch does not support GenericAlias

2021-12-11 Thread Alex Waygood
Change by Alex Waygood : -- components: +Documentation type: enhancement -> behavior ___ Python tracker ___ ___ Python-bugs-list mai

[issue43794] OpenSSL 3.0.0: Handle UNEXPECTED_EOF_WHILE_READING / wrap SSL_OP_IGNORE_UNEXPECTED_EOF

2021-12-11 Thread Alex Grönholm
Alex Grönholm added the comment: OpenSSL 1.1.1 also handled EOFs strictly, but this behavior was generally suppressed in the ssl module through the default setting of suppress_ragged_eofs=True (thus enabling truncation attacks by default). The PR changes the behavior of existing applications

[issue30512] CAN Socket support for NetBSD

2021-12-11 Thread Thomas Klausner
Change by Thomas Klausner : -- pull_requests: +28286 stage: -> patch review pull_request: https://github.com/python/cpython/pull/30066 ___ Python tracker ___ _

[issue41222] POpen bufsize=0 ignored with universal_newlines=True

2021-12-11 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.11 -Python 3.5, Python 3.6, Python 3.7, Python 3.8 ___ Python tracker ___

[issue36207] robotsparser deny all with some rules

2021-12-11 Thread wats0ns
wats0ns added the comment: I can't find a documentation about it, but all of the robots.txt checkers I find behave like this. You can test on this site: http://www.eskimoz.fr/robots.txt, I believe that this is how it's implemented now in most parsers ? -- nosy: +quentin-maire _

[issue36207] robotsparser deny all with some rules

2021-12-11 Thread Irit Katriel
Irit Katriel added the comment: I restored one non-spam message from the OP that was deleted. Changing to enhancement because this is not a bug (i.e., deviation from documentation). I don't know enough about this to have a view on whether this enhancement request should be accepted. --

[issue26216] run runtktests.py error when test tkinter

2021-12-11 Thread Irit Katriel
Irit Katriel added the comment: runtktests.py was deleted here: https://github.com/python/cpython/pull/28929 -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker

[issue21737] runpy.run_path() fails with frozen __main__ modules

2021-12-11 Thread Irit Katriel
Irit Katriel added the comment: The code looks very different from the patch now, is this issue still relevant? -- nosy: +iritkatriel status: open -> pending ___ Python tracker __

[issue22858] unittest.__init__:main shadows unittest.main

2021-12-11 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.11 -Python 3.5 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20123] pydoc.synopsis fails to load binary modules

2021-12-11 Thread Irit Katriel
Irit Katriel added the comment: Re-enabling the test is tracked on 20128, so this issue is no longer needed. -- nosy: +iritkatriel resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue20128] Re-enable test_modules_search_builtin() in test_pydoc

2021-12-11 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.4 ___ Python tracker ___ ___ Python-bugs-list

[issue17840] base64_codec uses assert for runtime validity checks

2021-12-11 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.11 -Python 3.5 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26951] [doc] Unintuitive error when using generator expression in class property

2021-12-11 Thread Irit Katriel
Change by Irit Katriel : -- title: Unintuitive error when using generator expression in class property -> [doc] Unintuitive error when using generator expression in class property versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7, Python 3.5, Python 3.6

[issue10116] Sporadic failures in test_urllibnet

2021-12-11 Thread Irit Katriel
Irit Katriel added the comment: The www.example.com url was replaced by a local one in Issue36019, so this seems to complete what remained to do here. -- nosy: +iritkatriel resolution: -> fixed stage: -> resolved status: open -> closed ___ Python

[issue46042] Error range of "duplicate argument" SyntaxErrors is too big

2021-12-11 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset 438817fdd5b731d486285d205bed2e78b655c0d6 by Miss Islington (bot) in branch '3.10': bpo-46042: Improve SyntaxError locations in the symbol table (GH-30059) (GH-30064) https://github.com/python/cpython/commit/438817fdd5b731d486285d205bed2e

[issue46052] Ctrl+C, C+V in IDLE on Windows do not work with Cyrillic keys

2021-12-11 Thread Terry J. Reedy
Terry J. Reedy added the comment: IDLE is a tkinter application and tkinter wraps the tcl/tk GUI framework. Your problem is mostly in the interaction between Windows, your Cyrillic input method, and tk. As a test, run import tkinter as tk r = tk.Tk() t = tk.Text(r) t.pack() Click in the bo

[issue45977] Unexpected effect of sys.pycache_prefix = ""

2021-12-11 Thread Andrei Kulakov
Andrei Kulakov added the comment: Thanks, I've misunderstood how it works. It makes sense now. Closing as not a bug. -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker __

[issue46043] Python Launcher Not Opening Files.

2021-12-11 Thread AegisEmerald545
AegisEmerald545 added the comment: Same here. macOS Monterey with an Apple Silicon SoC and there seems not to be any workaround this time -- nosy: +AegisEmerald545 ___ Python tracker ___

[issue23469] Delete Misc/*.wpr files

2021-12-11 Thread Kumar Aditya
Change by Kumar Aditya : -- keywords: +patch nosy: +kumaraditya303 nosy_count: 4.0 -> 5.0 pull_requests: +28287 stage: -> patch review pull_request: https://github.com/python/cpython/pull/30067 ___ Python tracker

[issue46042] Error range of "duplicate argument" SyntaxErrors is too big

2021-12-11 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick added the comment: Oh, don't worry, it's all good! It got fixed and I learned something. -- ___ Python tracker ___

[issue46054] Incorrect error when parsing non-utf8 files

2021-12-11 Thread Pablo Galindo Salgado
New submission from Pablo Galindo Salgado : Python3.9 shows: ../3.9/python /bin/ls SyntaxError: Non-UTF-8 code starting with '\xfc' in file /bin/ls on line 2, but no encoding declared; see https://python.org/dev/peps/pep-0263/ for detail while 3.10 shows: python /bin/ls File "/bin/ls", l

[issue46054] Incorrect error when parsing non-utf8 files

2021-12-11 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- keywords: +patch pull_requests: +28288 stage: -> patch review pull_request: https://github.com/python/cpython/pull/30068 ___ Python tracker __

[issue46055] Speed up binary shifting operators

2021-12-11 Thread Xinhang Xu
New submission from Xinhang Xu : See its PR. - Inspired by [bpo-44946](https://bugs.python.org/issue44946), I found there were no special shortcuts for shifting operation applied to "medium value" long object. So I modified CPython's VM to accelerate my python project where there is

[issue46043] Python Launcher Not Opening Files.

2021-12-11 Thread Ned Deily
Ned Deily added the comment: There is definitely something odd going on here. I am seeing different behaviors across different systems: I have at least one macOS 12.0.1 system where the Launcher app seems to work OK with the current 3.10.1 (as long as the Terminal.app is already running) but

[issue40477] Python Launcher app on macOS 10.15+ fails to run scripts

2021-12-11 Thread Ned Deily
Ned Deily added the comment: >From comments in duplicate Issue46043: "There is definitely something odd going on here. I am seeing different behaviors across different systems: I have at least one macOS 12.0.1 system where the Launcher app seems to work OK with the current 3.10.1 (as long as

[issue44674] dataclasses should allow frozendict default value

2021-12-11 Thread Gianni Mariani
Gianni Mariani added the comment: Excellent. Thanks! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue46054] Incorrect error when parsing non-utf8 files

2021-12-11 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +28290 pull_request: https://github.com/python/cpython/pull/30069 ___ Python tracker _

[issue46054] Incorrect error when parsing non-utf8 files

2021-12-11 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset 4325a766f5f603ef6dfb8c4d5798e5e73cb5efd5 by Pablo Galindo Salgado in branch 'main': bpo-46054: Fix parsing error when parsing non-utf8 characters in source files (GH-30068) https://github.com/python/cpython/commit/4325a766f5f603ef6dfb8c4

<    1   2