[issue36207] robotsparser deny all with some rules

2022-04-06 Thread STINNER Victor
Change by STINNER Victor : -- Removed message: https://bugs.python.org/msg416767 ___ Python tracker ___ ___ Python-bugs-list

[issue47238] Python threading.Event().wait() depends on the system time

2022-04-06 Thread Aleksandr
New submission from Aleksandr : This happens on Ubuntu on Python versions 3.8.5 and 3.10.4 I have two threads that can change the system time to a day ago. If the change in the system time for a day occurs at the time of wait, then I hang for one day plus the waiting time. I thought

[issue47229] IDLE / Thonny UI crashes on Chromebook Linux/Bullseye

2022-04-06 Thread Doug Bates
Doug Bates added the comment: Thank you Terry for your interest/helpfulness. I'm a bit out of my depth but to explain, I first noticed the problem attempting to run Thonny as an development tool for Raspberry Pi RP2040 Picos. Previously it all worked great running on Buster. When I hit

[issue45210] tp_dealloc docs should mention error indicator may be set

2022-04-06 Thread STINNER Victor
STINNER Victor added the comment: I wrote GH-32357 to check in debug mode that tp_dealloc functions leave the current exception unchanged. You can use attached unicode_dealloc_bug.patch to inject a bug to test my PR. Example ("make" is enough to trigger the bug): --- Fatal Python error:

[issue45210] tp_dealloc docs should mention error indicator may be set

2022-04-06 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +30407 pull_request: https://github.com/python/cpython/pull/32357 ___ Python tracker ___

[issue36329] use the right python "make -C Doc/ serve"

2022-04-06 Thread Hugo van Kemenade
Hugo van Kemenade added the comment: I've made PRs for this: CPython Docs: https://github.com/python/cpython/pull/32354 Devguide: https://github.com/python/devguide/pull/826 Also set this bpo for Python 3.11. -- versions: +Python 3.11 -Python 3.8

[issue44501] Packing constant call arguments

2022-04-06 Thread Batuhan Taskaya
Change by Batuhan Taskaya : -- resolution: -> rejected stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue36207] robotsparser deny all with some rules

2022-04-06 Thread adiboo adib
adiboo adib added the comment: Hi now it work on all my website https://www.matelesecretairemedicale.com/ -- ___ Python tracker ___

[issue36329] use the right python "make -C Doc/ serve"

2022-04-06 Thread Hugo van Kemenade
Change by Hugo van Kemenade : -- nosy: +hugovk nosy_count: 4.0 -> 5.0 pull_requests: +30406 pull_request: https://github.com/python/cpython/pull/32354 ___ Python tracker ___

[issue47237] Inheritance from Protocol with property in dataclass makes them non-instantiatable

2022-04-06 Thread Alex Waygood
Change by Alex Waygood : -- nosy: +AlexWaygood, JelleZijlstra, eric.smith, gvanrossum, kj ___ Python tracker ___ ___

[issue47237] Inheritance from Protocol with property in dataclass makes them non-instantiatable

2022-04-06 Thread Daniel Draper
New submission from Daniel Draper : Hi, According to https://peps.python.org/pep-0544/#explicitly-declaring-implementation it should be possible to explicitly inherit from Protocols. This however breaks the dataclass constructor when using the @property decorator in the protocol, see this

[issue47120] Make all jump opcodes relative

2022-04-06 Thread Irit Katriel
Change by Irit Katriel : -- pull_requests: +30405 pull_request: https://github.com/python/cpython/pull/32353 ___ Python tracker ___

[issue36795] "make venv" failed in Docs

2022-04-06 Thread Hugo van Kemenade
Hugo van Kemenade added the comment: I cannot reproduce this (macOS, Python 3.10, pip 22.0.4). As xtreak said, it's probably caused by using a very old version of pip (9.0.1 from Nov 6, 2016), so let's close it. Please let us know if it happens again, and whether updating pip helps.

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-04-06 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +30404 pull_request: https://github.com/python/cpython/pull/32352 ___ Python tracker ___

[issue47188] ncurses: *** buffer overflow detected ***: terminated with -D_FORTIFY_SOURCE=3

2022-04-06 Thread Martin Liška
Martin Liška added the comment: So the issue is ncurses, closing here. -- stage: -> resolved status: open -> closed ___ Python tracker ___

[issue47211] Remove re.template() and re.TEMPLATE

2022-04-06 Thread Ma Lin
Change by Ma Lin : -- nosy: +malin ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

<    1   2