[issue45311] Threading Semaphore and BoundedSemaphore release method implementation improvement

2021-10-21 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: This code was added in bpo-10978. Raymond, what are your thoughts? -- nosy: +rhettinger versions: +Python 3.11 -Python 3.9 ___ Python tracker _

[issue44220] PyStructSequence_UnnamedField unavailable on Windows

2021-10-21 Thread Petr Viktorin
Petr Viktorin added the comment: New changeset 2cbf50e8126905b57ba9d0d5aa4e238c817d5a03 by Ken Jin in branch 'main': bpo-44220: Export PyStructSequence_UnnamedField in the limited API (GH-26331) https://github.com/python/cpython/commit/2cbf50e8126905b57ba9d0d5aa4e238c817d5a03 -- nos

[issue45549] Seek in file object didn't treat all paths of exceptions

2021-10-21 Thread Almog Mishraki
New submission from Almog Mishraki : Hi I detailed everything in the file I've upload. Thanks in advanced -- components: Library (Lib) files: Python - file Bug.txt messages: 404573 nosy: mog7599 priority: normal severity: normal status: open title: Seek in file object didn't treat all p

[issue44220] PyStructSequence_UnnamedField unavailable on Windows

2021-10-21 Thread Petr Viktorin
Petr Viktorin added the comment: It should be available in python3x.dll (e.g. pyhon310.dll). It is not available in python3.dll (the stable ABI), until Python 3.11. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.11 -Python 3.7, P

[issue28533] Replace asyncore

2021-10-21 Thread Irit Katriel
Irit Katriel added the comment: asyncore, asynchat and smtpd are all deprecated now, for removal in 3.12. While the tests are not blocking their removal (we can move them to test.support) it would still be better to rewrite these tests. -- ___ Pyt

[issue28533] Replace asyncore/asynchat/smptd in tests

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- assignee: aeros -> components: +Tests nosy: +asvetlov title: Replace asyncore -> Replace asyncore/asynchat/smptd in tests versions: +Python 3.11 -Python 3.7 ___ Python tracker ___

[issue45542] Using multiple comparison operators can cause performance issues

2021-10-21 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Agree with Tim. The idea of optimizing stack manipulation operations for constants is interesting, but is it common enough case to justify the compiler complication? See also rejected issue27236. -- nosy: +serhiy.storchaka ___

[issue45315] `PyType_FromSpec` does not copy the name

2021-10-21 Thread Petr Viktorin
Petr Viktorin added the comment: New changeset 8a310dd5f4242b5d28013c1905c6573477e3b957 by Petr Viktorin in branch 'main': bpo-45315: PyType_FromSpec: Copy spec->name and have the type own the memory for its name (GH-29103) https://github.com/python/cpython/commit/8a310dd5f4242b5d28013c1905c

[issue45538] MinGW is unsupported - close all open issues and list them here.

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-

[issue45537] Cygwin is unsupported - close all open issues and list them here.

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue4802] detect_tkinter for cygwin

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1244861] Enable os.startfile and webbrowser.WindowsDefault on Cygwin

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue2233] Makefile.pre.in contains extra slash before $(DESTDIR) which can cause Cygwin build to fail

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32243] Tests that set aggressive switch interval hang in Cygwin on a VM

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28459] _pyio module broken on Cygwin / setmode not usable

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue27374] Cygwin: Makefile does not install DLL import library

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31882] Cygwin: asyncio and asyncore test suites hang indefinitely due to bug in Cygwin

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18486] mingw: dynamic loading support

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18653] mingw-meta: build core modules

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15315] Can't build Python extension with mingw32 on Windows

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19241] MINGW: install import library

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18634] mingw find import library

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue6335] Add support for mingw

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17598] mingw: init system calls

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18485] mingw: configure for shared build

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17600] mingw: build-in windows modules (winreg)

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17602] mingw: default sys.path calculations for windows platforms

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17590] mingw: translate gcc internal defines to python platform specific defines

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17594] mingw: preset configure defaults

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18631] mingw: setup msvcrt and _winapi modules

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17597] mingw: Allow Objects/exceptions.c to include "errmap.h"

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue4709] Mingw-w64 and python on windows x64

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18495] mingw: ignore main program for frozen scripts

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17604] mingw: use main() to start execution

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19242] MINGW: generalization of posix installation in distutils

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18500] mingw: detect winsock2 and setup _socket module

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19244] MINGW: use replace instead rename to avoid failure on windows

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17595] mingw: configure largefile support for windows builds

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17601] mingw: determine if pwdmodule should be used

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18496] mingw: setup exclude termios module

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18630] mingw: exclude unix only modules

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18487] mingw implement exec prefix

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18638] mingw: generalization of posix build in sysconfig.py

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18633] mingw: use Mingw32CCompiler as default compiler for mingw* build

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19245] mingw-meta: installation

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18498] mingw: setup select module

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18641] mingw: customize site

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19243] MINGW: support stdcall without underscore

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18632] mingw: build extensions with GCC

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18497] mingw: setup _multiprocessing module

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17605] mingw-meta: build interpeter core

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue45315] `PyType_FromSpec` does not copy the name

2021-10-21 Thread Petr Viktorin
Petr Viktorin added the comment: Since the fix changes the size of PyObject, it can't be backported. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue37801] Compilation on MINGW64 fails (CODESET,wcstok,...)

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue10615] Trivial mingw compile fixes

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue10504] Trivial mingw compile fixes

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue6672] Add Mingw recognition to pyport.h to allow building extensions

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28271] [MinGW] Can't compile _ctypes/callproc.c - SEH not supported by MinGW

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17148] mingw: nt thread model detection

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28270] [MinGW] Can't compile Modules/posixmodule.c by MinGW - several macro are missed

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28267] [MinGW] Crash at start when compiled by MinGW for 64-bit Windows using PC/pyconfig.h

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue44019] operator.call/operator.__call__

2021-10-21 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset a53456e587c2e935e7e77170d57960e8c80d8a4d by Kreus Amredes in branch 'main': bpo-44019: Add operator.call() to __all__ for the operator module (GH-29110) https://github.com/python/cpython/commit/a53456e587c2e935e7e77170d57960e8c80d8a4d --

[issue45550] Increase the information content and robustness of tp_version_tag.

2021-10-21 Thread Mark Shannon
New submission from Mark Shannon : Currently, we use the `tp_version_tag` as a proxy for the state of a class when specializing. When we have issued 2**32 tags, we stop issuing tags. This prevents specializing of classes that need a new tag. We can make a few enhancements: 1. Reserve the low

[issue34451] docs: tutorial/introduction doesn't mention toggle of prompts

2021-10-21 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 8.0 -> 9.0 pull_requests: +27395 pull_request: https://github.com/python/cpython/pull/29119 ___ Python tracker _

[issue34451] docs: tutorial/introduction doesn't mention toggle of prompts

2021-10-21 Thread Petr Viktorin
Petr Viktorin added the comment: New changeset 5a14f71fe869d4a62dcdeb9a8fbbb5884c75060c by Thomas in branch 'main': bpo-34451: Document prompt and output toggle feature in html tutorial (GH-27105) https://github.com/python/cpython/commit/5a14f71fe869d4a62dcdeb9a8fbbb5884c75060c -- n

[issue34451] docs: tutorial/introduction doesn't mention toggle of prompts

2021-10-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +27396 pull_request: https://github.com/python/cpython/pull/29120 ___ Python tracker ___ __

[issue17067] Examples in documentation for 3.x in 23.1.3.4. Deferred translations are rather weak

2021-10-21 Thread Irit Katriel
Irit Katriel added the comment: I can't find DeferredTranslation in the current codebase, and in any case the response from 8 years ago seems to be leaning towards reject. -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open -> closed ___

[issue45551] EmailMessage utf-8 folding error

2021-10-21 Thread Andrzej Kubaszek
New submission from Andrzej Kubaszek : email.message - EmailMessage Error Missing white space after folding on ',' msg['To'] = 'Ab Ć,Ab Ć,Ab Ć,Ab Ć' print(msg.as_string()) ''' To: Ab =?utf-8?q?=C4=86?=,Ab =?utf-8?q?=C4=86?=, Ab =?utf-8?q?=C4=86?=,Ab =?utf-8?q?=C4=86?= Subject: EmailMessage Err

[issue45552] Close asyncore/asynchat/smtpd issues and list them here

2021-10-21 Thread Irit Katriel
New submission from Irit Katriel : asyncore/asynchat/smtpd are deprecated and will no longer be maintained. All open issues will now being closed with this as superseder, in case someone will need the list of those issues in the future. -- components: Library (Lib) messages: 404584 no

[issue37721] smtpd: staling connect

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> wont fix stage: -> resolved status: open -> closed superseder: -> Close asyncore/asynchat/smtpd issues and list them here ___ Python tracker

[issue44019] operator.call/operator.__call__

2021-10-21 Thread STINNER Victor
STINNER Victor added the comment: test___all__ was not supposed to fail with the missing "call" in operator.__all__? -- ___ Python tracker ___ ___

[issue21531] doc: asyncore does not support UDP

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> wont fix stage: -> resolved status: open -> closed superseder: -> Close asyncore/asynchat/smtpd issues and list them here ___ Python tracker

[issue45552] Close asyncore/asynchat/smtpd issues and list them here

2021-10-21 Thread Isaac Boukris
Change by Isaac Boukris : -- keywords: +patch nosy: +Isaac Boukris nosy_count: 1.0 -> 2.0 pull_requests: +27397 stage: -> patch review pull_request: https://github.com/python/cpython/pull/11770 ___ Python tracker

[issue35913] asyncore: allow handling of half closed connections

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> wont fix stage: patch review -> resolved status: open -> closed superseder: -> Close asyncore/asynchat/smtpd issues and list them here ___ Python tracker

[issue29151] test_asyncore.TestAPI_UseIPv4Select / test_asyncore.TestAPI_UseIPv6Select fails test_handle_close_after_conn_broken

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> wont fix stage: -> resolved status: open -> closed superseder: -> Close asyncore/asynchat/smtpd issues and list them here ___ Python tracker

[issue15982] asyncore.dispatcher does not handle windows socket error code correctly (namely WSAEWOULDBLOCK 10035)

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> wont fix stage: -> resolved status: open -> closed superseder: asyncore.dispatcher.recv doesn't handle EAGAIN / EWOULDBLOCK -> Close asyncore/asynchat/smtpd issues and list them here ___ Python tracker

[issue45552] Close asyncore/asynchat/smtpd issues and list them here

2021-10-21 Thread Roundup Robot
Change by Roundup Robot : -- nosy: +python-dev nosy_count: 2.0 -> 3.0 pull_requests: +27398 pull_request: https://github.com/python/cpython/pull/2707 ___ Python tracker ___ ___

[issue30931] Race condition in asyncore may access the wrong dispatcher

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> wont fix stage: -> resolved status: open -> closed superseder: -> Close asyncore/asynchat/smtpd issues and list them here ___ Python tracker

[issue17925] asynchat.async_chat.initiate_send : del deque[0] is not safe

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> wont fix stage: -> resolved status: open -> closed superseder: -> Close asyncore/asynchat/smtpd issues and list them here ___ Python tracker

[issue24397] Test asynchat makes wrong assumptions

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> wont fix stage: -> resolved status: open -> closed superseder: -> Close asyncore/asynchat/smtpd issues and list them here ___ Python tracker

[issue13372] handle_close called twice in poll2

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> wont fix stage: -> resolved status: open -> closed superseder: -> Close asyncore/asynchat/smtpd issues and list them here ___ Python tracker

[issue45552] Close asyncore/asynchat/smtpd issues and list them here

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue18276] posixpath.c:_fd_converter() should use PyObject_AsFileDescriptor()

2021-10-21 Thread Christian Heimes
Christian Heimes added the comment: Victor, do we want to support "with open("somefile") as f: os.chmod(f, 0o644)"? The feature request has been languishing for 8 years. -- status: open -> pending versions: +Python 3.11 -Python 3.4 ___ Python track

[issue27816] sock.proto does not reflect actual protocol

2021-10-21 Thread Christian Heimes
Christian Heimes added the comment: I can still reproduce the issue with Python 3.9 and newer. >>> import socket >>> socket.socket(socket.AF_INET, socket.SOCK_STREAM).proto 0 -- type: -> behavior versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7, Python 3.5, Python 3.6 __

[issue19899] No test for thread.interrupt_main()

2021-10-21 Thread Christian Heimes
Christian Heimes added the comment: Tests have been added as part of GH-24755. -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker

[issue29343] sock.close() raises OSError EBADF when socket's fd is closed

2021-10-21 Thread Christian Heimes
Christian Heimes added the comment: Yury, I don't remember how I found the issue. It's still an issue in 3.9 and newer. -- versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.6, Python 3.7 ___ Python tracker

[issue28134] socket.socket(fileno=fd) does not work as documented

2021-10-21 Thread Christian Heimes
Christian Heimes added the comment: Yes, the fix works well enough. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue45382] platform() is not able to detect windows 11

2021-10-21 Thread Alex Zaslavskis
Alex Zaslavskis added the comment: On my Win11 it returns me : C:\Users\Win10Home>wmic os get Caption,Version /value Caption=Microsoft Windows 11 Home Single Language Version=10.0.22000 -- ___ Python tracker

[issue45553] The modules Scipy and Pandas don't install in Win11-64

2021-10-21 Thread NATANAEL PEIXOTO QUINTINO
New submission from NATANAEL PEIXOTO QUINTINO : Hi, I would like to report that the scipy and pandas modules are not installing via pip module commands on Windows 11 64-bit. Thanks -- components: Extension Modules, Installation, Windows messages: 404592 nosy: natanael.quintino, paul.mo

[issue34451] docs: tutorial/introduction doesn't mention toggle of prompts

2021-10-21 Thread Petr Viktorin
Petr Viktorin added the comment: New changeset 00ddc1fbd7296ffe066077194a895b175cca26de by Miss Islington (bot) in branch '3.10': bpo-34451: Document prompt and output toggle feature in html tutorial (GH-27105) (GH-29119) https://github.com/python/cpython/commit/00ddc1fbd7296ffe066077194a895

[issue34451] docs: tutorial/introduction doesn't mention toggle of prompts

2021-10-21 Thread Petr Viktorin
Petr Viktorin added the comment: New changeset bfa4237ecfa605ff94e86fa7141f4a8b1f7cc44a by Miss Islington (bot) in branch '3.9': bpo-34451: Document prompt and output toggle feature in html tutorial (GH-27105) (GH-29120) https://github.com/python/cpython/commit/bfa4237ecfa605ff94e86fa7141f4a

[issue45553] The modules Scipy and Pandas don't install in Win11-64

2021-10-21 Thread Paul Moore
Paul Moore added the comment: That's probably because you're using Python 3.10 (assuming the "version" tag you added is correct) and those libraries haven't released Windows binaries for Python 3.10 yet. You should wait for binaries to be released, and check with the projects themselves if

[issue44133] "Py_FrozenMain" symbol is not exported

2021-10-21 Thread Petr Viktorin
Petr Viktorin added the comment: > I'm not sure why, but "Py_FrozenMain" is the *only* impacted symbol of the > whole C API. Apparently, on some platforms `PyModule_Create2` and `PyModule_FromDefAndSpec2` don't appear either. Should I rename the issue to cover these as well? -- nos

[issue45554] multiprocessing exitcode is insufficiently documented

2021-10-21 Thread John Marshall
New submission from John Marshall : describes exitcode as "The child’s exit code. This will be None if the process has not yet terminated. A negative value -N indicates that the child was terminated by

[issue17924] Deprecate stat.S_IF* integer constants

2021-10-21 Thread Christian Heimes
Change by Christian Heimes : -- versions: +Python 3.11 -Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue26834] Add truncated SHA512/224 and SHA512/256

2021-10-21 Thread Christian Heimes
Christian Heimes added the comment: OpenSSL 1.1.1 comes with sha512_256 and sha512_224. I propose that we use the OpenSSL implementation and don't add the variants to our _sha512 module. >>> hashlib.new("sha512_256").hexdigest() 'c672b8d1ef56ed28ab87c3622c5114069bdd3ad7b8f9737498d0c01ecef0967

[issue45522] Allow to build Python without freelists

2021-10-21 Thread miss-islington
miss-islington added the comment: New changeset 9942f42a93ccda047fd3558c47b822e99afe10c0 by Christian Heimes in branch 'main': bpo-45522: Allow to disable freelists on build time (GH-29056) https://github.com/python/cpython/commit/9942f42a93ccda047fd3558c47b822e99afe10c0 -- nosy: +m

[issue45522] Allow to build Python without freelists

2021-10-21 Thread Christian Heimes
Change by Christian Heimes : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue39947] [C API] Make the PyThreadState structure opaque (move it to the internal C API)

2021-10-21 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +27399 pull_request: https://github.com/python/cpython/pull/29121 ___ Python tracker ___ __

[issue43760] The DISPATCH() macro is not as efficient as it could be (move PyThreadState.use_tracing)

2021-10-21 Thread STINNER Victor
STINNER Victor added the comment: I created https://github.com/python/cpython/pull/29121 to add PyThreadState_SetProfile() and PyThreadState_SetTrace() functions. -- ___ Python tracker _

[issue44609] Buffer support in the stable ABI

2021-10-21 Thread Petr Viktorin
Petr Viktorin added the comment: That removal was reverted. Thanks for the report! They are still deprecated, which means they may be removed from future API (and only remain in the stable ABI). But I hope that's only considered when the new buffer protocol is available in the stable ABI. -

  1   2   3   >