Victor Stinner

Results 702 comments of Victor Stinner

I'm surprised that in 2023, https://www.python.org/psf/contrib/contrib-form/ asks for a "bugs.python.org username". Is it still possible to create new accounts? The server was switched to read-only, no?

I suggest to start with focusing on Python 3.9 zoneinfo module, and later reconsider the issue once other libraries comes in and ask for right/ directory.

> Okay, so shipping right/ does make a bit of sense. Is there any con against shipping it? I can't think of anything. It makes the ZIP file 1.6 MB...

> I'm not sure if this is a bug. It's a bug :-) > This kind of issues is not easy to avoid, using regexps for code transformations. Have you...

I lost track of this issue. I prefer to close it for now.

I lost track of the issue, I prefer to close it for now.

Hi, I'm working on Python upstream and a colleague asked me to look into this issue. ``` python: stdout/stderr (slack): File "/usr/lib/python3.9/site-packages/websocket/_socket.py", line 100, in recv python: stdout/stderr (slack): bytes_...

My main question is: where does the websocket/_socket.py file come from? How can I get it? I'm not sure why a traceback related to wee_slack.py was reported here. Does it...

Fix for the typo: https://github.com/python/cpython/pull/105139