From github at mg.python.org Mon Aug 1 08:22:32 2022 From: github at mg.python.org (CPython Issues) Date: Mon, 01 Aug 2022 12:22:32 +0000 Subject: [New-bugs-announce] [Issue 95531] Slow first execution of platform.system on windows Message-ID: <20220801122232.28f289e30344a764@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 1 08:38:52 2022 From: github at mg.python.org (CPython Issues) Date: Mon, 01 Aug 2022 12:38:52 +0000 Subject: [New-bugs-announce] [Issue 95532] Can't assign entry to `__annotations__` unless a class has existing annotation Message-ID: <20220801123852.1e8e860d9282f6f0@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 1 09:54:31 2022 From: github at mg.python.org (CPython Issues) Date: Mon, 01 Aug 2022 13:54:31 +0000 Subject: [New-bugs-announce] [Issue 95534] Faster decompression of gzip files Message-ID: <20220801135431.c1a65d72197190a6@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 1 10:06:10 2022 From: github at mg.python.org (CPython Issues) Date: Mon, 01 Aug 2022 14:06:10 +0000 Subject: [New-bugs-announce] [Issue 95535] Personalisation of Python Message-ID: <20220801140610.4a103cf5c6515010@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 1 13:22:11 2022 From: github at mg.python.org (CPython Issues) Date: Mon, 01 Aug 2022 17:22:11 +0000 Subject: [New-bugs-announce] [Issue 95539] typing.get_origin behaves differently between standard collections and typing collections Message-ID: <20220801172211.ccbed7262dba6013@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 1 13:48:01 2022 From: github at mg.python.org (CPython Issues) Date: Mon, 01 Aug 2022 17:48:01 +0000 Subject: [New-bugs-announce] [Issue 95540] doctest unexpectedly imports local module named signal.py Message-ID: <20220801174801.6d707545da6d1acc@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 1 19:05:15 2022 From: github at mg.python.org (CPython Issues) Date: Mon, 01 Aug 2022 23:05:15 +0000 Subject: [New-bugs-announce] [Issue 95546] configparser: reading an invalid file triggers ParsingError *and* mutations Message-ID: <20220801230515.838b0a6651a0f9cd@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 1 19:58:46 2022 From: github at mg.python.org (CPython Issues) Date: Mon, 01 Aug 2022 23:58:46 +0000 Subject: [New-bugs-announce] [Issue 95551] libcrypto-1_1.dll and libssl-1_1.dll compile with non-ideal linker flags on Windows Message-ID: <20220801235846.39177b2564cdfd93@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 1 22:07:44 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 02 Aug 2022 02:07:44 +0000 Subject: [New-bugs-announce] [Issue 95552] Revising doc of "bisect" module Message-ID: <20220802020744.31219335a3fd5e8d@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 1 22:57:55 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 02 Aug 2022 02:57:55 +0000 Subject: [New-bugs-announce] [Issue 95553] Many versions of 3.1.2 string Chinese document translation errors Message-ID: <20220802025755.72e07e823d9aa77f@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 1 23:43:39 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 02 Aug 2022 03:43:39 +0000 Subject: [New-bugs-announce] =?utf-8?b?W0lzc3VlIDk1NTU1XSByZTog5oeJ6Kmy?= =?utf-8?b?5pSv5o+05ryi5a2X5q2j5YmH6KGo6YGU5byPIFxwe0hhbn0=?= Message-ID: <20220802034339.602bbf352e46ba64@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 2 02:56:16 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 02 Aug 2022 06:56:16 +0000 Subject: [New-bugs-announce] [Issue 95561] Failed Sub processes do not seem to have capture stderr and stdout Message-ID: <20220802065616.7aba88012609905d@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 2 03:13:10 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 02 Aug 2022 07:13:10 +0000 Subject: [New-bugs-announce] [Issue 95562] add support for euleros Message-ID: <20220802071310.5996953921896d71@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 2 03:15:05 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 02 Aug 2022 07:15:05 +0000 Subject: [New-bugs-announce] [Issue 95564] The following commit authors need to sign the Contributor License Agreement: Message-ID: <20220802071505.a1e488d2f4eff416@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 2 07:14:26 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 02 Aug 2022 11:14:26 +0000 Subject: [New-bugs-announce] [Issue 95569] make asyncio.Timeout and asyncio.TaskGroup fail early when used incorrectly Message-ID: <20220802111426.4d46dbef75ec0207@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 2 09:34:43 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 02 Aug 2022 13:34:43 +0000 Subject: [New-bugs-announce] [Issue 95571] unusual behaviour in asyncio.TaskGroup in the presence of GeneratorExit, StopIteration, KeyboardInterrupt and SystemExit Message-ID: <20220802133443.8b5cd7d66aa13709@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 2 09:46:42 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 02 Aug 2022 13:46:42 +0000 Subject: [New-bugs-announce] [Issue 95572] exception information missing from unraisable exceptiongroups Message-ID: <20220802134642.454d839df9b39657@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 2 09:48:33 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 02 Aug 2022 13:48:33 +0000 Subject: [New-bugs-announce] [Issue 95573] test_asyncio: test_create_server_ssl_over_ssl() failed on ARM64 macOS 3.x Message-ID: <20220802134833.d89832345afe1883@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 2 10:23:28 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 02 Aug 2022 14:23:28 +0000 Subject: [New-bugs-announce] [Issue 95574] obmalloc debug info can produce invalidly encoded output Message-ID: <20220802142328.5f7196b890b2a79c@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 2 10:29:37 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 02 Aug 2022 14:29:37 +0000 Subject: [New-bugs-announce] [Issue 95575] subprocess.check_output fails when calling bash script with preceding newline Message-ID: <20220802142937.f2601cce3fbdf9b9@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 2 19:52:09 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 02 Aug 2022 23:52:09 +0000 Subject: [New-bugs-announce] [Issue 95583] Backport Fixes for #71992 to Python3.6 Message-ID: <20220802235209.ee77590cfa652d11@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 2 22:11:37 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 03 Aug 2022 02:11:37 +0000 Subject: [New-bugs-announce] [Issue 95584] asyncio.Runner allows async generators to skip gracefull finalization Message-ID: <20220803021137.e02862b1c34b312d@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 3 01:11:13 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 03 Aug 2022 05:11:13 +0000 Subject: [New-bugs-announce] [Issue 95585] Entire `threading` docs contained within a `note::` in 3.10 Message-ID: <20220803051113.36fe7cd7783a71ac@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 3 02:21:48 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 03 Aug 2022 06:21:48 +0000 Subject: [New-bugs-announce] [Issue 95587] Installer Suggests Wrong Folder When Upgrading on Windows on ARM Message-ID: <20220803062148.59ff3a34235e7df4@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 3 05:28:26 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 03 Aug 2022 09:28:26 +0000 Subject: [New-bugs-announce] [Issue 95588] Rephrase ast.literal_eval() to remove any security warranty Message-ID: <20220803092826.a25808793b2e1527@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 3 06:13:58 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 03 Aug 2022 10:13:58 +0000 Subject: [New-bugs-announce] [Issue 95589] Flawed assumptions about `tp_dictoffset` in inheritance. Message-ID: <20220803101358.da065040118df3b1@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 3 06:21:07 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 03 Aug 2022 10:21:07 +0000 Subject: [New-bugs-announce] [Issue 95591] Investigate tests that are not run but should Message-ID: <20220803102107.26509d61e365c9f1@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 3 07:50:14 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 03 Aug 2022 11:50:14 +0000 Subject: [New-bugs-announce] [Issue 95592] re-entrant call in asyncio.Runner Message-ID: <20220803115014.aa52856077133829@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 3 10:09:36 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 03 Aug 2022 14:09:36 +0000 Subject: =?iso-8859-1?q?_=5BNew-bugs-announce=5D_=5BIssue_95597=5D_=08Typ?= =?iso-8859-1?q?o_in_Lib_directory_files?= Message-ID: <20220803140936.092b0b13d5de9100@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 3 11:02:48 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 03 Aug 2022 15:02:48 +0000 Subject: [New-bugs-announce] [Issue 95600] KqueueSelector and PollSelector behaves differently with namedpipes Message-ID: <20220803150248.9117cb0926194bf8@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 3 12:30:48 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 03 Aug 2022 16:30:48 +0000 Subject: [New-bugs-announce] [Issue 95601] support for Awaitable objects in `asyncio.wait_for` removed in 3.11 Message-ID: <20220803163048.5d61f2941dc32e7a@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 3 14:35:13 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 03 Aug 2022 18:35:13 +0000 Subject: [New-bugs-announce] [Issue 95605] The ValueError for converting an all-whitespace string to a float misleadingly displays it as the empty string Message-ID: <20220803183513.3805cd716884cade@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 3 14:49:41 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 03 Aug 2022 18:49:41 +0000 Subject: [New-bugs-announce] [Issue 95606] Formatting of datetime broken Message-ID: <20220803184941.cb68fbc29e484812@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 3 14:58:11 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 03 Aug 2022 18:58:11 +0000 Subject: [New-bugs-announce] [Issue 95608] Update bugs to point to Github instead of bugs.python.org issue tracker Message-ID: <20220803185811.63462f2beb2d0085@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 3 14:59:30 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 03 Aug 2022 18:59:30 +0000 Subject: [New-bugs-announce] [Issue 95609] Update bundled pip to 22.2.2 Message-ID: <20220803185930.7a96056498eb21e4@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 3 17:14:41 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 03 Aug 2022 21:14:41 +0000 Subject: [New-bugs-announce] [Issue 95621] Add methods to manage private names of a class. Message-ID: <20220803211441.e3673b67f2cd0c8a@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 3 18:43:44 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 03 Aug 2022 22:43:44 +0000 Subject: [New-bugs-announce] [Issue 95629] Admonition "spill" over the whole document in some cases in 3.10 docs only Message-ID: <20220803224344.fc4f2ed6cc356a5b@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 3 21:05:34 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 04 Aug 2022 01:05:34 +0000 Subject: [New-bugs-announce] [Issue 95635] make test fails; executable works; runtime error in background Message-ID: <20220804010534.1cd5d97ebc2467e6@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 4 01:48:12 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 04 Aug 2022 05:48:12 +0000 Subject: [New-bugs-announce] [Issue 95638] IDLE Readme: Update file and menu lists Message-ID: <20220804054812.f06b19f99f0616da@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 4 09:12:31 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 04 Aug 2022 13:12:31 +0000 Subject: [New-bugs-announce] [Issue 95649] New asyncio ssl implementation is lacking license and origin information Message-ID: <20220804131231.89532e438014fdde@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 4 10:58:05 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 04 Aug 2022 14:58:05 +0000 Subject: [New-bugs-announce] [Issue 95656] Enable sqlite extensions in the Windows build Message-ID: <20220804145805.72722c5344349780@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 4 11:57:33 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 04 Aug 2022 15:57:33 +0000 Subject: [New-bugs-announce] [Issue 95658] tempfile.mkstemp: add mode=0o600 parameter Message-ID: <20220804155733.39a7d5e4e41ed22a@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 4 12:08:21 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 04 Aug 2022 16:08:21 +0000 Subject: [New-bugs-announce] [Issue 95659] Library page for os now seems to have almost the whole module being a "Note" Message-ID: <20220804160821.ff447e6b4b413082@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 4 15:36:46 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 04 Aug 2022 19:36:46 +0000 Subject: [New-bugs-announce] [Issue 95672] pipe test failures on some Linux configurations Message-ID: <20220804193646.6e433eb43cf63104@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 4 16:28:54 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 04 Aug 2022 20:28:54 +0000 Subject: [New-bugs-announce] [Issue 95675] test_tar test_add_dir_getmember fails if uid/gid is larger than 16777215 Message-ID: <20220804202854.7ebb3ba0e19ff915@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 4 16:46:33 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 04 Aug 2022 20:46:33 +0000 Subject: [New-bugs-announce] [Issue 95679] Missing documentation for iterables in set methods Message-ID: <20220804204633.742fe713c2cec668@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 4 18:09:08 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 04 Aug 2022 22:09:08 +0000 Subject: [New-bugs-announce] [Issue 95682] Support PEP384 stable ABI in pydebug builds Message-ID: <20220804220908.6a0dc626859feeb7@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 4 18:18:23 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 04 Aug 2022 22:18:23 +0000 Subject: [New-bugs-announce] [Issue 95685] Remove yellow box from string documentation Message-ID: <20220804221823.16c8e531c20769e8@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 4 20:55:27 2022 From: github at mg.python.org (CPython Issues) Date: Fri, 05 Aug 2022 00:55:27 +0000 Subject: [New-bugs-announce] [Issue 95691] https://docs.python.org/3/library/io.html#class-hierarchy mis-orders the the BufferedIOBase subclasses explanation. Message-ID: <20220805005527.56e0193d69e61f98@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 4 23:16:28 2022 From: github at mg.python.org (CPython Issues) Date: Fri, 05 Aug 2022 03:16:28 +0000 Subject: [New-bugs-announce] [Issue 95695] `hash(-1) == -2 and hash(-2) == -2` Message-ID: <20220805031628.2075ad79820d875a@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Fri Aug 5 03:32:11 2022 From: github at mg.python.org (CPython Issues) Date: Fri, 05 Aug 2022 07:32:11 +0000 Subject: [New-bugs-announce] [Issue 95698] ctypes: AttributeError: function 'DestroyIcon ' not found with WINFUNCTYPE prototype Message-ID: <20220805073211.5ae5f332047646d1@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Fri Aug 5 04:10:03 2022 From: github at mg.python.org (CPython Issues) Date: Fri, 05 Aug 2022 08:10:03 +0000 Subject: [New-bugs-announce] [Issue 95702] Large yellow boxes on many Python 3.10 documentation pages Message-ID: <20220805081003.ad397b9e27784d3c@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Fri Aug 5 04:33:46 2022 From: github at mg.python.org (CPython Issues) Date: Fri, 05 Aug 2022 08:33:46 +0000 Subject: [New-bugs-announce] [Issue 95704] TaskGroup suppresses grouped exceptions due to parent task cancellation Message-ID: <20220805083346.b658f52fd0a6637c@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Fri Aug 5 05:19:08 2022 From: github at mg.python.org (CPython Issues) Date: Fri, 05 Aug 2022 09:19:08 +0000 Subject: [New-bugs-announce] [Issue 95706] zipapp fails cryptically on large ZIP64-formatted archives because zipimport.py doesn't support ZIP64. Message-ID: <20220805091908.47a3fe57f0a33e92@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Fri Aug 5 07:07:21 2022 From: github at mg.python.org (CPython Issues) Date: Fri, 05 Aug 2022 11:07:21 +0000 Subject: [New-bugs-announce] [Issue 95707] Support the use of the managed pre-header in builtin classes. Message-ID: <20220805110721.6e7f71c93e506ebd@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Fri Aug 5 07:40:52 2022 From: github at mg.python.org (CPython Issues) Date: Fri, 05 Aug 2022 11:40:52 +0000 Subject: [New-bugs-announce] [Issue 95709] "Embedding Python in Another Application" documentation examples use deprecated functions Message-ID: <20220805114052.808d5715ed8209c2@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Fri Aug 5 07:44:29 2022 From: github at mg.python.org (CPython Issues) Date: Fri, 05 Aug 2022 11:44:29 +0000 Subject: [New-bugs-announce] [Issue 95710] Ability to weakly reference a class lost due to mutliple inheritance Message-ID: <20220805114429.eaaa98f60042d363@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Fri Aug 5 16:19:56 2022 From: github at mg.python.org (CPython Issues) Date: Fri, 05 Aug 2022 20:19:56 +0000 Subject: [New-bugs-announce] [Issue 95722] plistlib unable to parse plist comments containing -- Message-ID: <20220805201956.980e1d01404b7bf4@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Fri Aug 5 16:23:23 2022 From: github at mg.python.org (CPython Issues) Date: Fri, 05 Aug 2022 20:23:23 +0000 Subject: [New-bugs-announce] [Issue 95723] Document correctness proof for Fraction.limit_denominator Message-ID: <20220805202323.c2fa50dbd8316495@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Fri Aug 5 16:37:38 2022 From: github at mg.python.org (CPython Issues) Date: Fri, 05 Aug 2022 20:37:38 +0000 Subject: [New-bugs-announce] [Issue 95724] I think Lib/asyncio/taskgroup.py should include the Apache license. Message-ID: <20220805203738.80029144cf9f475d@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Fri Aug 5 16:48:28 2022 From: github at mg.python.org (CPython Issues) Date: Fri, 05 Aug 2022 20:48:28 +0000 Subject: [New-bugs-announce] [Issue 95725] Error in Documentation Style Message-ID: <20220805204828.7b238cc1f8cd3d04@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Fri Aug 5 19:10:25 2022 From: github at mg.python.org (CPython Issues) Date: Fri, 05 Aug 2022 23:10:25 +0000 Subject: [New-bugs-announce] [Issue 95731] `pygettext --docstrings` doesn't actually extract module docstring due to tokenize returning ENCODING token Message-ID: <20220805231025.eb6b7d35655b5337@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Fri Aug 5 22:39:34 2022 From: github at mg.python.org (CPython Issues) Date: Sat, 06 Aug 2022 02:39:34 +0000 Subject: [New-bugs-announce] [Issue 95733] Windows MSIX issue: python 3.11beta in msix cant be installed on windows 10 1809 arm64 Message-ID: <20220806023934.a9bbc2ba903c25ca@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sat Aug 6 01:52:08 2022 From: github at mg.python.org (CPython Issues) Date: Sat, 06 Aug 2022 05:52:08 +0000 Subject: [New-bugs-announce] =?utf-8?q?=5BIssue_95734=5D_EUC-JP_codec_fai?= =?utf-8?q?ls_to_properly_decode_the_=22=E3=8E=9D=22_character?= Message-ID: <20220806055208.bfc72ca8cf3e89f2@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sat Aug 6 04:50:19 2022 From: github at mg.python.org (CPython Issues) Date: Sat, 06 Aug 2022 08:50:19 +0000 Subject: [New-bugs-announce] [Issue 95736] IsolatedAsyncioTestCase does not call asyncio.set_event_loop in setUp anymore in 3.11 Message-ID: <20220806085019.5ce637872f633317@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sat Aug 6 05:03:14 2022 From: github at mg.python.org (CPython Issues) Date: Sat, 06 Aug 2022 09:03:14 +0000 Subject: [New-bugs-announce] [Issue 95737] Ctrl-c not behaving as expected Message-ID: <20220806090314.19a00704c02016e9@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sat Aug 6 16:01:02 2022 From: github at mg.python.org (CPython Issues) Date: Sat, 06 Aug 2022 20:01:02 +0000 Subject: [New-bugs-announce] [Issue 95748] logging.captureWarnings(True) doesn't show object allocation (-X dev -X tracemalloc) Message-ID: <20220806200102.0ef1e740dcc96de4@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sat Aug 6 17:57:30 2022 From: github at mg.python.org (CPython Issues) Date: Sat, 06 Aug 2022 21:57:30 +0000 Subject: [New-bugs-announce] [Issue 95754] Add more specific error message when file has same name as an imported module Message-ID: <20220806215730.f2db5b92f385ebec@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sat Aug 6 21:27:15 2022 From: github at mg.python.org (CPython Issues) Date: Sun, 07 Aug 2022 01:27:15 +0000 Subject: [New-bugs-announce] [Issue 95755] Best effort cleanup version of os._exit() Message-ID: <20220807012715.ba2e971d1f8e707e@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sat Aug 6 22:52:10 2022 From: github at mg.python.org (CPython Issues) Date: Sun, 07 Aug 2022 02:52:10 +0000 Subject: [New-bugs-announce] [Issue 95756] Better performance for code getters in C API Message-ID: <20220807025210.ef1681eb55442890@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sat Aug 6 22:59:25 2022 From: github at mg.python.org (CPython Issues) Date: Sun, 07 Aug 2022 02:59:25 +0000 Subject: [New-bugs-announce] [Issue 95757] CALL_FUNCTION_EX argument passing routine can be improved for vectorcalls Message-ID: <20220807025925.eb4aa67a290b2f2f@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sun Aug 7 01:47:01 2022 From: github at mg.python.org (CPython Issues) Date: Sun, 07 Aug 2022 05:47:01 +0000 Subject: [New-bugs-announce] [Issue 95758] os.remove() does not remove files in a sub-directory Message-ID: <20220807054701.921eb49f2d9c053b@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sun Aug 7 05:27:40 2022 From: github at mg.python.org (CPython Issues) Date: Sun, 07 Aug 2022 09:27:40 +0000 Subject: [New-bugs-announce] [Issue 95759] Tutorial- The warning box is overextended Message-ID: <20220807092740.a125fd73e659caaf@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sun Aug 7 14:04:22 2022 From: github at mg.python.org (CPython Issues) Date: Sun, 07 Aug 2022 18:04:22 +0000 Subject: [New-bugs-announce] [Issue 95763] Tarfile extraction does not work on Windows Message-ID: <20220807180422.fbeedd87af1e09c3@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sun Aug 7 16:19:11 2022 From: github at mg.python.org (CPython Issues) Date: Sun, 07 Aug 2022 20:19:11 +0000 Subject: [New-bugs-announce] [Issue 95765] Typo in functools.cmp_to_key Message-ID: <20220807201911.6d6500a8344ea3a7@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sun Aug 7 16:26:01 2022 From: github at mg.python.org (CPython Issues) Date: Sun, 07 Aug 2022 20:26:01 +0000 Subject: [New-bugs-announce] [Issue 95767] Asyncio loop.create_task grammatical error Message-ID: <20220807202601.e9c7dbb98d3e4faf@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sun Aug 7 16:45:55 2022 From: github at mg.python.org (CPython Issues) Date: Sun, 07 Aug 2022 20:45:55 +0000 Subject: [New-bugs-announce] [Issue 95769] tkinter window fails to appear approx 10% of the time on MacOS 12.3+ Message-ID: <20220807204555.f425d53bcce2d8d0@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sun Aug 7 17:07:38 2022 From: github at mg.python.org (CPython Issues) Date: Sun, 07 Aug 2022 21:07:38 +0000 Subject: [New-bugs-announce] [Issue 95770] Functions in Itertools Message-ID: <20220807210738.33343710bbe93006@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sun Aug 7 17:17:10 2022 From: github at mg.python.org (CPython Issues) Date: Sun, 07 Aug 2022 21:17:10 +0000 Subject: [New-bugs-announce] [Issue 95772] rename tests with readable names Message-ID: <20220807211710.2034683fb5569957@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 8 03:53:55 2022 From: github at mg.python.org (CPython Issues) Date: Mon, 08 Aug 2022 07:53:55 +0000 Subject: [New-bugs-announce] [Issue 95778] Placeholder issue for a specific security fix Message-ID: <20220808075355.bb6680fc70a9db08@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 8 04:12:07 2022 From: github at mg.python.org (CPython Issues) Date: Mon, 08 Aug 2022 08:12:07 +0000 Subject: [New-bugs-announce] [Issue 95779] make doctest fails in main on at least library/dis.rst - RESUME opcode gone? Message-ID: <20220808081207.775b7eeca909bee4@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 8 07:33:35 2022 From: github at mg.python.org (CPython Issues) Date: Mon, 08 Aug 2022 11:33:35 +0000 Subject: [New-bugs-announce] [Issue 95781] More strict format checks in PyUnicode_FromFormat() Message-ID: <20220808113335.1d44e0c7bea8acb7@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 8 07:37:07 2022 From: github at mg.python.org (CPython Issues) Date: Mon, 08 Aug 2022 11:37:07 +0000 Subject: [New-bugs-announce] [Issue 95782] Negative `_io.BufferedReader.tell` Message-ID: <20220808113707.bb6c5c2e97bb3996@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 8 08:01:40 2022 From: github at mg.python.org (CPython Issues) Date: Mon, 08 Aug 2022 12:01:40 +0000 Subject: [New-bugs-announce] [Issue 95783] Some C-API tests use `assert`, so they don't run in non-debug mode Message-ID: <20220808120140.2e6d5357d0c4ff44@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 8 08:13:15 2022 From: github at mg.python.org (CPython Issues) Date: Mon, 08 Aug 2022 12:13:15 +0000 Subject: [New-bugs-announce] [Issue 95785] Implement a clear() function directly into Python so that os doesn't have to be imported and become overkill for a project Message-ID: <20220808121315.940d7fdef85ad147@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 8 08:16:01 2022 From: github at mg.python.org (CPython Issues) Date: Mon, 08 Aug 2022 12:16:01 +0000 Subject: [New-bugs-announce] [Issue 95788] Assignment OR expressions fail on using lambda expressions Message-ID: <20220808121601.09746e6338ba1b2e@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 8 08:48:52 2022 From: github at mg.python.org (CPython Issues) Date: Mon, 08 Aug 2022 12:48:52 +0000 Subject: [New-bugs-announce] [Issue 95789] RFC links are broken Message-ID: <20220808124852.6e65432ba2614671@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 8 10:15:13 2022 From: github at mg.python.org (CPython Issues) Date: Mon, 08 Aug 2022 14:15:13 +0000 Subject: [New-bugs-announce] [Issue 95795] [subinterpreter] Make type version tag counter threadsafe for per interpreter GIL Message-ID: <20220808141513.57b7ad72d1842119@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 8 12:38:08 2022 From: github at mg.python.org (CPython Issues) Date: Mon, 08 Aug 2022 16:38:08 +0000 Subject: [New-bugs-announce] [Issue 95797] Subtle issue with borrowed references in extensions. Message-ID: <20220808163808.2648c299a06eb7dd@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 8 14:52:51 2022 From: github at mg.python.org (CPython Issues) Date: Mon, 08 Aug 2022 18:52:51 +0000 Subject: [New-bugs-announce] [Issue 95799] Document the current practice for SystemError Message-ID: <20220808185251.aa26baebeba4b9a2@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 8 16:19:14 2022 From: github at mg.python.org (CPython Issues) Date: Mon, 08 Aug 2022 20:19:14 +0000 Subject: [New-bugs-announce] [Issue 95804] logging.handlers.MemoryHandler seems to be unconditionally flushed on process exit Message-ID: <20220808201914.9130141f4823f9ff@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 8 20:48:43 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 09 Aug 2022 00:48:43 +0000 Subject: [New-bugs-announce] [Issue 95805] Future type annotations do not allow type aliases with built-in types Message-ID: <20220809004843.b14e32da96ca40ff@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 8 23:43:30 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 09 Aug 2022 03:43:30 +0000 Subject: [New-bugs-announce] =?utf-8?q?=5BIssue_95806=5D_=5BBUG=5Dbytes?= =?utf-8?b?LmRlY29kZSgp77yMYnl0ZXPkuK3lkKsgXHJcclxuIGRlY29kZSBmYWls?= Message-ID: <20220809034330.43fbc032cec319ad@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 9 01:28:29 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 09 Aug 2022 05:28:29 +0000 Subject: [New-bugs-announce] [Issue 95808] Missing returns on errros in _asynciomodule.c Message-ID: <20220809052829.6708bc7b2a1b0841@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 9 02:31:16 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 09 Aug 2022 06:31:16 +0000 Subject: [New-bugs-announce] [Issue 95810] Weird behaviour with file named logging.py Message-ID: <20220809063116.72e84a346102d2ea@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 9 03:48:36 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 09 Aug 2022 07:48:36 +0000 Subject: [New-bugs-announce] [Issue 95812] Add simple dark mode to http.server directory list Message-ID: <20220809074836.b60ea323bbdc7c8b@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 9 03:51:02 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 09 Aug 2022 07:51:02 +0000 Subject: [New-bugs-announce] [Issue 95813] Class HTMLParser may not be initialized properly as method ParserBase.__init__ is not called from its __init__ method Message-ID: <20220809075102.4d7f527a94bb1cf8@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 9 04:07:18 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 09 Aug 2022 08:07:18 +0000 Subject: [New-bugs-announce] [Issue 95815] os.remove is documented to raise IsADirectoryError but macOS raises PermissionError Message-ID: <20220809080718.9c42d21e5ca19fac@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 9 04:47:01 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 09 Aug 2022 08:47:01 +0000 Subject: [New-bugs-announce] [Issue 95816] Example requires exactly TLSv1.3, but explanation says TLSv1.2 and later Message-ID: <20220809084701.deee6310ac47de68@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 9 05:37:49 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 09 Aug 2022 09:37:49 +0000 Subject: [New-bugs-announce] [Issue 95818] Weird test failures related to tracebacks Message-ID: <20220809093749.387a00e12eadcf89@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 9 08:46:51 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 09 Aug 2022 12:46:51 +0000 Subject: [New-bugs-announce] [Issue 95820] Callbacks pended by `Py_AddPendingCall` will never be invoked if the main thread doesn't release GIL Message-ID: <20220809124651.641d3d7e4b0c5897@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 9 09:42:47 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 09 Aug 2022 13:42:47 +0000 Subject: [New-bugs-announce] [Issue 95822] Doc: descriptior HOWTO bad example Message-ID: <20220809134247.b5250acf662b6692@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 9 11:24:01 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 09 Aug 2022 15:24:01 +0000 Subject: [New-bugs-announce] [Issue 95826] Multiprocessing.Event.wait race condition when timeout is not none on Mac OS Message-ID: <20220809152401.15ff46cc8fabfe52@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 9 12:09:43 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 09 Aug 2022 16:09:43 +0000 Subject: [New-bugs-announce] [Issue 95827] Source-less python distributions + PEP3147 Message-ID: <20220809160943.ef6de7ecff98ef83@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 9 13:02:00 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 09 Aug 2022 17:02:00 +0000 Subject: [New-bugs-announce] [Issue 95829] load aifc file that created by MacOS say command error unsupported compression type Message-ID: <20220809170200.404394f7a4d904ff@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 9 14:49:42 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 09 Aug 2022 18:49:42 +0000 Subject: [New-bugs-announce] [Issue 95835] blake2 not found when python is built with `--without-builtin-hashlib-hashes` Message-ID: <20220809184942.468a676de10af102@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 9 15:04:38 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 09 Aug 2022 19:04:38 +0000 Subject: [New-bugs-announce] [Issue 95836] Ambiguity in behavior of ArgumentParser prefix_chars when same flag is specified with different prefixes Message-ID: <20220809190438.cf9bc3fb50a38292@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 9 16:45:24 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 09 Aug 2022 20:45:24 +0000 Subject: [New-bugs-announce] [Issue 95838] Requests from urllib and requests library have long delays Message-ID: <20220809204524.80b5ed98bf7f4ec1@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 9 18:37:42 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 09 Aug 2022 22:37:42 +0000 Subject: [New-bugs-announce] [Issue 95839] Allow accessing all arguments by name on mock call objects Message-ID: <20220809223742.656e4cf3ced6ddc7@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 9 19:00:24 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 09 Aug 2022 23:00:24 +0000 Subject: [New-bugs-announce] [Issue 95841] IDLE - Fix help_url calculation on Windows. Message-ID: <20220809230024.2441fc73e30b014b@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 9 19:00:50 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 09 Aug 2022 23:00:50 +0000 Subject: [New-bugs-announce] [Issue 95842] ArgumentParser crashes on whitespace-only help messages Message-ID: <20220809230050.f71179339d332252@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 9 19:33:43 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 09 Aug 2022 23:33:43 +0000 Subject: [New-bugs-announce] [Issue 95844] IDLE - Move help_url code to a help module function Message-ID: <20220809233343.890d4d0f685df84a@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 9 21:58:15 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 10 Aug 2022 01:58:15 +0000 Subject: [New-bugs-announce] =?utf-8?q?=5BIssue_95846=5D_The_str=2Eformat?= =?utf-8?q?_feature_=E2=80=94_=22Accessing_arguments=E2=80=99_items=22_fai?= =?utf-8?q?led=2C_when_using_negative_indices=2E?= Message-ID: <20220810015815.ffca2050c9d9c174@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 10 05:11:25 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 10 Aug 2022 09:11:25 +0000 Subject: [New-bugs-announce] [Issue 95849] PyUnicode_FromFormat(): add %X format Message-ID: <20220810091125.27f9de85408bd253@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 10 06:01:39 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 10 Aug 2022 10:01:39 +0000 Subject: [New-bugs-announce] [Issue 95850] stream.write(msg + self.terminator) AttributeError: 'str' object has no attribute 'write' Message-ID: <20220810100139.4f1f2d229623025f@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 10 09:06:16 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 10 Aug 2022 13:06:16 +0000 Subject: [New-bugs-announce] [Issue 95852] New version alternative for package.version Message-ID: <20220810130616.855e6bc9dc4438f6@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 10 11:07:34 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 10 Aug 2022 15:07:34 +0000 Subject: [New-bugs-announce] [Issue 95853] Add script to automate WebAssembly builds Message-ID: <20220810150734.082cf6c30f454261@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 10 11:43:49 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 10 Aug 2022 15:43:49 +0000 Subject: [New-bugs-announce] [Issue 95855] Target libc based suffix (-musl/-gnu) in PLATFORM_TRIPLET is chosen based on build machine configuration instead of configuration of the target Message-ID: <20220810154349.9a68c46c1618a0b2@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 10 17:43:20 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 10 Aug 2022 21:43:20 +0000 Subject: [New-bugs-announce] [Issue 95861] Add Spearman correlation support to statistics.correlation() Message-ID: <20220810214320.04b7eb546b281938@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 10 20:16:49 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 11 Aug 2022 00:16:49 +0000 Subject: [New-bugs-announce] [Issue 95865] quote_via_bytes uses a lot of memory for larger bytestrings Message-ID: <20220811001649.690f4c9131e45001@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 11 01:27:51 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 11 Aug 2022 05:27:51 +0000 Subject: [New-bugs-announce] [Issue 95875] Cannot use concurrent.futures.ThreadPoolExecutor() within a loop Message-ID: <20220811052751.1b75b9a6ff0be296@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 11 03:17:17 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 11 Aug 2022 07:17:17 +0000 Subject: [New-bugs-announce] [Issue 95876] _PyPegen_raise_error_known_location() uses wrong build format Message-ID: <20220811071717.c880fd2fdb3ed065@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 11 03:50:47 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 11 Aug 2022 07:50:47 +0000 Subject: [New-bugs-announce] [Issue 95878] testcapimodule uses wrong format chars for datetime tests Message-ID: <20220811075047.14c8c8f76f3fa330@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 11 04:51:17 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 11 Aug 2022 08:51:17 +0000 Subject: [New-bugs-announce] [Issue 95880] io.StringIO constructor info is misleading Message-ID: <20220811085117.61ebfee3303cda8c@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 11 05:41:18 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 11 Aug 2022 09:41:18 +0000 Subject: [New-bugs-announce] [Issue 95882] Trackstack includes __aexit__ in contextlib which is not in previous versions Message-ID: <20220811094118.fd4075467101f64b@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 11 08:01:49 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 11 Aug 2022 12:01:49 +0000 Subject: [New-bugs-announce] [Issue 95887] test_gdb fails on FreeBSD buildbots Message-ID: <20220811120149.0dae366830069561@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 11 09:01:58 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 11 Aug 2022 13:01:58 +0000 Subject: [New-bugs-announce] [Issue 95889] Defaults conditionally omitted from help message when using ArgumentDefaultsHelpFormatter Message-ID: <20220811130158.d92011e9ec259b5d@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 11 10:05:07 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 11 Aug 2022 14:05:07 +0000 Subject: [New-bugs-announce] [Issue 95891] SysLogHandler closes tcp session after first message (also noted in #66006) Message-ID: <20220811140507.f28b1e198b675a47@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 11 12:04:11 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 11 Aug 2022 16:04:11 +0000 Subject: [New-bugs-announce] [Issue 95893] Error while using module `tokenize` with a script file named `token.py` Message-ID: <20220811160411.5dda08fd1dd5ff3e@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 11 14:15:36 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 11 Aug 2022 18:15:36 +0000 Subject: [New-bugs-announce] [Issue 95896] posixmodule.c: osdefs.h inclusion should not depend on compiler Message-ID: <20220811181536.0efc1eb56d79b0aa@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 11 14:48:50 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 11 Aug 2022 18:48:50 +0000 Subject: [New-bugs-announce] [Issue 95899] asyncio.Runner+PidFdChildWatcher leaves zombie processes Message-ID: <20220811184850.7ab86761448bb6de@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 11 15:48:18 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 11 Aug 2022 19:48:18 +0000 Subject: [New-bugs-announce] [Issue 95902] prevent asynccontextmanager and sync contextmanager drifting Message-ID: <20220811194818.cc85d74911185741@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 11 18:58:08 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 11 Aug 2022 22:58:08 +0000 Subject: [New-bugs-announce] [Issue 95909] [subinterpreters] Improve Interpreter Isolation for Uses of PyArg_Parser Message-ID: <20220811225808.316912d8b9f9cffa@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 11 19:47:17 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 11 Aug 2022 23:47:17 +0000 Subject: [New-bugs-announce] [Issue 95912] `sqlite3.complete_statement` should raise MemoryError if SQLite signals SQLITE_NOMEM Message-ID: <20220811234717.03e03b928e48a0f1@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Fri Aug 12 02:05:23 2022 From: github at mg.python.org (CPython Issues) Date: Fri, 12 Aug 2022 06:05:23 +0000 Subject: [New-bugs-announce] [Issue 95914] List and document missing PEPs in What's New in 3.11 Message-ID: <20220812060523.22c06ecb3c908c3f@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Fri Aug 12 02:05:01 2022 From: github at mg.python.org (CPython Issues) Date: Fri, 12 Aug 2022 06:05:01 +0000 Subject: [New-bugs-announce] [Issue 95913] Copyedit/Proofread What's New for Python 3.11 Message-ID: <20220812060501.89530a830c0e8a8a@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Fri Aug 12 04:48:06 2022 From: github at mg.python.org (CPython Issues) Date: Fri, 12 Aug 2022 08:48:06 +0000 Subject: [New-bugs-announce] [Issue 95920] `asyncio.wait` accepts `concurrent.futures.Future` objects and other more exotic objects like distributed.Future Message-ID: <20220812084806.3259cbbed7593dbf@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Fri Aug 12 05:25:35 2022 From: github at mg.python.org (CPython Issues) Date: Fri, 12 Aug 2022 09:25:35 +0000 Subject: [New-bugs-announce] [Issue 95921] comparison chaining in assertions produces wrong source positions in bytecode Message-ID: <20220812092535.a8b31e8c1f9d6a6b@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Fri Aug 12 08:01:43 2022 From: github at mg.python.org (CPython Issues) Date: Fri, 12 Aug 2022 12:01:43 +0000 Subject: [New-bugs-announce] [Issue 95922] compiler's eliminate_empty_basic_blocks does not remove empty block if it is the last in the compilation unit Message-ID: <20220812120143.eb3e52e084103cb0@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Fri Aug 12 17:51:14 2022 From: github at mg.python.org (CPython Issues) Date: Fri, 12 Aug 2022 21:51:14 +0000 Subject: [New-bugs-announce] [Issue 95940] `dis.dis` on empty classes does nothing Message-ID: <20220812215114.eb86a46764868245@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Fri Aug 12 23:24:21 2022 From: github at mg.python.org (CPython Issues) Date: Sat, 13 Aug 2022 03:24:21 +0000 Subject: [New-bugs-announce] [Issue 95941] [python.org] Invalid link to Python bug tracker on 3.11rc1 release page Message-ID: <20220813032421.fc1b183ca75bba44@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sat Aug 13 00:37:54 2022 From: github at mg.python.org (CPython Issues) Date: Sat, 13 Aug 2022 04:37:54 +0000 Subject: [New-bugs-announce] [Issue 95946] Launcher documentation should call out that it can launch arbitrary executables Message-ID: <20220813043754.8f77a1351ce78155@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sat Aug 13 04:47:00 2022 From: github at mg.python.org (CPython Issues) Date: Sat, 13 Aug 2022 08:47:00 +0000 Subject: [New-bugs-announce] [Issue 95950] Add a test for `csv.register_dialect` with both `Dialect` and `kwargs` Message-ID: <20220813084700.1b3337d45973a081@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sat Aug 13 04:58:29 2022 From: github at mg.python.org (CPython Issues) Date: Sat, 13 Aug 2022 08:58:29 +0000 Subject: [New-bugs-announce] [Issue 95952] Makefile / configure.ac: realpath is not available on macOS Message-ID: <20220813085829.47979e3044e4843d@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sat Aug 13 06:04:22 2022 From: github at mg.python.org (CPython Issues) Date: Sat, 13 Aug 2022 10:04:22 +0000 Subject: [New-bugs-announce] [Issue 95953] Add a CSS class to identify changed cells in difflib.HtmlDiff output Message-ID: <20220813100422.c0fa9e41d0932181@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sat Aug 13 11:31:43 2022 From: github at mg.python.org (CPython Issues) Date: Sat, 13 Aug 2022 15:31:43 +0000 Subject: [New-bugs-announce] [Issue 95957] _tkinter build issue on Centos7 due changing TK/TCL detection by configure script. Message-ID: <20220813153143.6007e216adc796b9@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sat Aug 13 13:43:47 2022 From: github at mg.python.org (CPython Issues) Date: Sat, 13 Aug 2022 17:43:47 +0000 Subject: [New-bugs-announce] [Issue 95959] Exception ignored in: ._remove Message-ID: <20220813174347.79ba8f98e37359cd@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sat Aug 13 16:19:22 2022 From: github at mg.python.org (CPython Issues) Date: Sat, 13 Aug 2022 20:19:22 +0000 Subject: [New-bugs-announce] [Issue 95969] C language typos Message-ID: <20220813201922.0b81a153b4fbfad0@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sat Aug 13 17:47:49 2022 From: github at mg.python.org (CPython Issues) Date: Sat, 13 Aug 2022 21:47:49 +0000 Subject: [New-bugs-announce] [Issue 95971] test_importlib.util.writes_bytecode_files decorator make false success instead of skipped when -B given Message-ID: <20220813214749.2e01ca7acf77a587@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sat Aug 13 21:26:11 2022 From: github at mg.python.org (CPython Issues) Date: Sun, 14 Aug 2022 01:26:11 +0000 Subject: [New-bugs-announce] [Issue 95973] Add an option to include debug information in the Python executable and shared libraries in MacOS Message-ID: <20220814012611.a0fa097106f7e095@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sun Aug 14 01:11:07 2022 From: github at mg.python.org (CPython Issues) Date: Sun, 14 Aug 2022 05:11:07 +0000 Subject: [New-bugs-announce] [Issue 95975] Ref target labels for except/except*/finally not located precisely Message-ID: <20220814051107.92e4b5a95ce6ee1a@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sun Aug 14 05:58:09 2022 From: github at mg.python.org (CPython Issues) Date: Sun, 14 Aug 2022 09:58:09 +0000 Subject: [New-bugs-announce] [Issue 95977] Optimize calling pure python descriptor __get__ with vectorcall Message-ID: <20220814095809.6d2621ec80749a63@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sun Aug 14 13:41:49 2022 From: github at mg.python.org (CPython Issues) Date: Sun, 14 Aug 2022 17:41:49 +0000 Subject: [New-bugs-announce] [Issue 95984] HTTP3 implementation in Python Standard Library Message-ID: <20220814174149.3317a5b244b19296@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sun Aug 14 18:17:33 2022 From: github at mg.python.org (CPython Issues) Date: Sun, 14 Aug 2022 22:17:33 +0000 Subject: [New-bugs-announce] [Issue 95986] The example using match keyword isn't complete Message-ID: <20220814221733.700d1faed87d72d6@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sun Aug 14 18:37:08 2022 From: github at mg.python.org (CPython Issues) Date: Sun, 14 Aug 2022 22:37:08 +0000 Subject: [New-bugs-announce] [Issue 95987] repr(subclass of typing.Any) shows typing.Any not <__main__.subclass of typing.Any> Message-ID: <20220814223708.c80876f13a43b7f4@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sun Aug 14 20:46:12 2022 From: github at mg.python.org (CPython Issues) Date: Mon, 15 Aug 2022 00:46:12 +0000 Subject: [New-bugs-announce] [Issue 95988] Debian buster's python 3.7.3 release has "ImportError: cannot import name 'Literal' from 'typing'" Message-ID: <20220815004612.b708e91abdb10eae@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 15 03:13:04 2022 From: github at mg.python.org (CPython Issues) Date: Mon, 15 Aug 2022 07:13:04 +0000 Subject: [New-bugs-announce] [Issue 95990] Recommendations for resolving dependency issues Message-ID: <20220815071304.0086f70d637e955c@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 15 05:17:50 2022 From: github at mg.python.org (CPython Issues) Date: Mon, 15 Aug 2022 09:17:50 +0000 Subject: [New-bugs-announce] [Issue 95991] Test Limited API in _testcapi module Message-ID: <20220815091750.9d291ec905ee15cc@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 15 06:58:55 2022 From: github at mg.python.org (CPython Issues) Date: Mon, 15 Aug 2022 10:58:55 +0000 Subject: [New-bugs-announce] [Issue 95994] Mistake in python documentation related to escape sequences Message-ID: <20220815105855.c5cd12486b13cb76@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 15 12:52:43 2022 From: github at mg.python.org (CPython Issues) Date: Mon, 15 Aug 2022 16:52:43 +0000 Subject: [New-bugs-announce] [Issue 96002] Functional tests for argument clinic Message-ID: <20220815165243.54a118a94afee8f4@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 15 14:59:04 2022 From: github at mg.python.org (CPython Issues) Date: Mon, 15 Aug 2022 18:59:04 +0000 Subject: [New-bugs-announce] [Issue 96005] [WASI] getpath.py does not handle "Capabilities insufficient" (ENOTCAPABLE) Message-ID: <20220815185904.9aaeef52e9a59be0@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 16 00:03:28 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 16 Aug 2022 04:03:28 +0000 Subject: [New-bugs-announce] [Issue 96015] urljoin works incorrectly for two path-relative URLs involving . and .. Message-ID: <20220816040328.e47b475f18343660@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 16 02:25:01 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 16 Aug 2022 06:25:01 +0000 Subject: [New-bugs-announce] [Issue 96017] Compiler warnings in main / 3.11 Message-ID: <20220816062501.f996c9053c00d563@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 16 03:15:01 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 16 Aug 2022 07:15:01 +0000 Subject: [New-bugs-announce] [Issue 96019] Small bug in makeunicodedata.py Message-ID: <20220816071501.07b6231bc8257e31@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 16 05:05:32 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 16 Aug 2022 09:05:32 +0000 Subject: [New-bugs-announce] [Issue 96021] IsolatedAsyncioTestCase `__del__` could be dangerous Message-ID: <20220816090532.921b509bd27b6bfe@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 16 08:10:35 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 16 Aug 2022 12:10:35 +0000 Subject: [New-bugs-announce] [Issue 96023] "Coroutines and Tasks" page does not appear to be clear about what `asyncio.create_task` does Message-ID: <20220816121035.850628429090bb27@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 16 10:12:24 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 16 Aug 2022 14:12:24 +0000 Subject: [New-bugs-announce] [Issue 96026] test_multiprocessing_forkserver.py, test_multiprocessing_fork.py and test_multiprocessing_spawn.py gives tracebacks Message-ID: <20220816141224.e213dac39e52444e@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 16 13:48:19 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 16 Aug 2022 17:48:19 +0000 Subject: [New-bugs-announce] [Issue 96030] IsolatedAsyncioTestCase sets up asyncio runner for skipped tests Message-ID: <20220816174819.908a39299cf2d344@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 16 16:46:05 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 16 Aug 2022 20:46:05 +0000 Subject: [New-bugs-announce] [Issue 96035] urlparse does not correctly handle signs in port numbers Message-ID: <20220816204605.54ac687240275260@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 16 17:54:21 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 16 Aug 2022 21:54:21 +0000 Subject: [New-bugs-announce] [Issue 96036] tweak asyncio.Runner loop_factory docs to emphasize that the default case *does* call `set_event_loop()` Message-ID: <20220816215421.0929312b499fb1ec@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 16 20:02:23 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 17 Aug 2022 00:02:23 +0000 Subject: [New-bugs-announce] [Issue 96037] TimeoutError not raised by 'timeout' context manager when "side errors" occur Message-ID: <20220817000223.04d905187d849be5@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 17 03:06:24 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 17 Aug 2022 07:06:24 +0000 Subject: [New-bugs-announce] [Issue 96039] Itertools tee doc wording mistake Message-ID: <20220817070624.423c9091a26792db@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 17 12:06:14 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 17 Aug 2022 16:06:14 +0000 Subject: [New-bugs-announce] [Issue 96046] Crash in specialize_dict_access(): type->ht_cached_keys is NULL on a pybind11 type Message-ID: <20220817160614.6a6416a3a4ea7c95@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 17 13:03:49 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 17 Aug 2022 17:03:49 +0000 Subject: [New-bugs-announce] [Issue 96049] Some opcodes leave frame->prev_instr in an incorrect state Message-ID: <20220817170349.53310042eb2d730b@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 17 13:13:43 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 17 Aug 2022 17:13:43 +0000 Subject: [New-bugs-announce] [Issue 96050] Python 3.11.0rc1 build failing on Ubuntu 20.04 VM Message-ID: <20220817171343.a9b69f985ac382f4@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 17 13:31:12 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 17 Aug 2022 17:31:12 +0000 Subject: [New-bugs-announce] [Issue 96052] codeop: inconsistent handling of invalid escapes Message-ID: <20220817173112.ba42bf6fb301d204@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 17 15:16:12 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 17 Aug 2022 19:16:12 +0000 Subject: [New-bugs-announce] [Issue 96055] faulthandler prints "Segmentation fault" on non SIGSEGV signal deaths Message-ID: <20220817191612.6da6104553437a89@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 17 15:24:46 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 17 Aug 2022 19:24:46 +0000 Subject: [New-bugs-announce] [Issue 96056] extra space in the str.split doc Message-ID: <20220817192446.4d77192f6714d9fe@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 17 19:49:45 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 17 Aug 2022 23:49:45 +0000 Subject: [New-bugs-announce] [Issue 96059] Avoid extraneous copy when `_recv`ing bytes through pipes in multiprocessing "connections" Message-ID: <20220817234945.45ebc4a892724b25@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 17 22:25:09 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 18 Aug 2022 02:25:09 +0000 Subject: [New-bugs-announce] [Issue 96060] variable domain problem. Message-ID: <20220818022509.78056340b90f0631@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 17 23:26:47 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 18 Aug 2022 03:26:47 +0000 Subject: [New-bugs-announce] [Issue 96061] multiprocessing.Pool gets stuck indefinitely when the child process is killed manually Message-ID: <20220818032647.3bcfcda60b86c868@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 18 05:18:35 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 18 Aug 2022 09:18:35 +0000 Subject: [New-bugs-announce] [Issue 96062] multiprocessing.Pool gets stuck indefinitely when the child process is killed manually Message-ID: <20220818091835.d98d9c32e111b7e6@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 18 07:51:19 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 18 Aug 2022 11:51:19 +0000 Subject: [New-bugs-announce] [Issue 96067] Shutdown issue on Windows OS Message-ID: <20220818115119.02fdfdc7e65a6be4@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 18 07:58:55 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 18 Aug 2022 11:58:55 +0000 Subject: [New-bugs-announce] [Issue 96068] Document object layout, particularly the managed dictionary. Message-ID: <20220818115855.ff6def49993bd9e1@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 18 08:29:16 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 18 Aug 2022 12:29:16 +0000 Subject: [New-bugs-announce] [Issue 96071] Deadlock when calling PyGILState_Ensure() from a fresh C thread Message-ID: <20220818122916.14229e920e23ffc6@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 18 10:14:18 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 18 Aug 2022 14:14:18 +0000 Subject: [New-bugs-announce] [Issue 96073] Lib/inspect.py: Avoid wild replacement in formatannotation Message-ID: <20220818141418.186153506eee8e9e@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 18 11:08:57 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 18 Aug 2022 15:08:57 +0000 Subject: [New-bugs-announce] [Issue 96075] Move interned dictionary to global runtime state Message-ID: <20220818150857.b3f68394b208620c@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 18 11:15:08 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 18 Aug 2022 15:15:08 +0000 Subject: [New-bugs-announce] [Issue 96076] test_launcher fails on installed 3.11.0rc1 Message-ID: <20220818151508.ccf8961d89ac4282@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 18 12:42:56 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 18 Aug 2022 16:42:56 +0000 Subject: [New-bugs-announce] [Issue 96078] The os.sched_yield() implementation in posixmodule.c doesn't release the GIL Message-ID: <20220818164256.aabf971c97d6d290@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 18 13:41:34 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 18 Aug 2022 17:41:34 +0000 Subject: [New-bugs-announce] [Issue 96079] Lib/typing.py Missing field _name for _AnnotatedAlias Message-ID: <20220818174134.f6baf0f9876f1fad@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 18 18:55:38 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 18 Aug 2022 22:55:38 +0000 Subject: [New-bugs-announce] [Issue 96092] traceback.walk_stack(None) does not behave the same as traceback.walk_stack(inspect.currentframe()) Message-ID: <20220818225538.ec9f051c5a518652@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 18 20:50:40 2022 From: github at mg.python.org (CPython Issues) Date: Fri, 19 Aug 2022 00:50:40 +0000 Subject: [New-bugs-announce] [Issue 96096] SQLITE_OK, SQLITE_DENY and SQLITE_IGNORE not explicitly documented Message-ID: <20220819005040.dc36985bd476c7e8@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Fri Aug 19 00:11:06 2022 From: github at mg.python.org (CPython Issues) Date: Fri, 19 Aug 2022 04:11:06 +0000 Subject: [New-bugs-announce] [Issue 96098] Promote concurrent.futures in threading and multiprocessing docs Message-ID: <20220819041106.e493730d52636eec@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Fri Aug 19 01:39:54 2022 From: github at mg.python.org (CPython Issues) Date: Fri, 19 Aug 2022 05:39:54 +0000 Subject: [New-bugs-announce] =?utf-8?q?=5BIssue_96103=5D_Note_for_=22Bool?= =?utf-8?q?ean_Operations_=E2=80=94_and=2C_or=2C_not=22_wrongly_suggests_p?= =?utf-8?q?riority_as_syntax_error_reason?= Message-ID: <20220819053954.0adc0a6a3c7a814d@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Fri Aug 19 07:49:07 2022 From: github at mg.python.org (CPython Issues) Date: Fri, 19 Aug 2022 11:49:07 +0000 Subject: [New-bugs-announce] [Issue 96121] Merge sqlite3.Row (reference) example with the Row How-to Guide Message-ID: <20220819114907.8f677be5a0c5ba53@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Fri Aug 19 11:19:37 2022 From: github at mg.python.org (CPython Issues) Date: Fri, 19 Aug 2022 15:19:37 +0000 Subject: [New-bugs-announce] [Issue 96125] GH-95234 introduced an incorrect condition in the code Message-ID: <20220819151937.e2157fa2a66814bf@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Fri Aug 19 14:18:30 2022 From: github at mg.python.org (CPython Issues) Date: Fri, 19 Aug 2022 18:18:30 +0000 Subject: [New-bugs-announce] [Issue 96127] Calling inspect.signature with an AsyncMock instance raises an exception Message-ID: <20220819181830.b51dd710109d8faa@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Fri Aug 19 18:17:20 2022 From: github at mg.python.org (CPython Issues) Date: Fri, 19 Aug 2022 22:17:20 +0000 Subject: [New-bugs-announce] [Issue 96130] The term "typechecks" is confusingly used as an adjective Message-ID: <20220819221720.fb50d8863a215f2f@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Fri Aug 19 23:41:00 2022 From: github at mg.python.org (CPython Issues) Date: Sat, 20 Aug 2022 03:41:00 +0000 Subject: [New-bugs-announce] [Issue 96131] Alpha Message-ID: <20220820034100.2ca4121ca4a9433d@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sat Aug 20 06:43:12 2022 From: github at mg.python.org (CPython Issues) Date: Sat, 20 Aug 2022 10:43:12 +0000 Subject: [New-bugs-announce] [Issue 96139] tearDown is not called if asyncSetUp fails Message-ID: <20220820104312.2c05b1a5a993fa72@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sat Aug 20 12:01:12 2022 From: github at mg.python.org (CPython Issues) Date: Sat, 20 Aug 2022 16:01:12 +0000 Subject: [New-bugs-announce] [Issue 96142] `match_args`, `slots` and possibly `kw_only` missing from `__dataclass_params__` Message-ID: <20220820160112.0a7669feda3b2446@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sat Aug 20 13:33:20 2022 From: github at mg.python.org (CPython Issues) Date: Sat, 20 Aug 2022 17:33:20 +0000 Subject: [New-bugs-announce] [Issue 96143] Allow the linux perf profiler to see Python calls Message-ID: <20220820173320.35ce52191b5b437c@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sat Aug 20 13:40:14 2022 From: github at mg.python.org (CPython Issues) Date: Sat, 20 Aug 2022 17:40:14 +0000 Subject: [New-bugs-announce] [Issue 96144] importlib.metadata.Distribution.files empty for editable install Message-ID: <20220820174014.de60c8e030cdd624@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sat Aug 20 13:55:39 2022 From: github at mg.python.org (CPython Issues) Date: Sat, 20 Aug 2022 17:55:39 +0000 Subject: [New-bugs-announce] [Issue 96145] Add AttrDict to JSON module for use with object_hook Message-ID: <20220820175539.a4a975844f164a54@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sat Aug 20 15:36:05 2022 From: github at mg.python.org (CPython Issues) Date: Sat, 20 Aug 2022 19:36:05 +0000 Subject: [New-bugs-announce] [Issue 96147] Bad error message from subprocess module Message-ID: <20220820193605.3190c8785c501943@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sat Aug 20 19:40:18 2022 From: github at mg.python.org (CPython Issues) Date: Sat, 20 Aug 2022 23:40:18 +0000 Subject: [New-bugs-announce] [Issue 96148] Subtracting one datetime from another provides a wrong timedelta if daylight savings change happens between them Message-ID: <20220820234018.01b5553913a4f7ee@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sun Aug 21 03:46:12 2022 From: github at mg.python.org (CPython Issues) Date: Sun, 21 Aug 2022 07:46:12 +0000 Subject: [New-bugs-announce] [Issue 96151] `BUILTINS` is not a valid field name for a frozen dataclass Message-ID: <20220821074612.cb8d23fd52fbe1e5@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sun Aug 21 04:35:56 2022 From: github at mg.python.org (CPython Issues) Date: Sun, 21 Aug 2022 08:35:56 +0000 Subject: [New-bugs-announce] [Issue 96152] Confusing tutorial terms (documentation) Message-ID: <20220821083556.07d53b1a822a4c78@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sun Aug 21 08:00:49 2022 From: github at mg.python.org (CPython Issues) Date: Sun, 21 Aug 2022 12:00:49 +0000 Subject: [New-bugs-announce] [Issue 96153] libpython3.9 not handling undefined symbols properly (Linux) Message-ID: <20220821120049.bcfe4fd341d560aa@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sun Aug 21 08:47:11 2022 From: github at mg.python.org (CPython Issues) Date: Sun, 21 Aug 2022 12:47:11 +0000 Subject: [New-bugs-announce] [Issue 96154] Clarification of method definition Message-ID: <20220821124711.e31b75f0f303f2ff@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sun Aug 21 11:16:51 2022 From: github at mg.python.org (CPython Issues) Date: Sun, 21 Aug 2022 15:16:51 +0000 Subject: [New-bugs-announce] [Issue 96158] `logging.config` add `class` keyword when configuring `logging.Filter` filters via `logging.config.dictConfig()` Message-ID: <20220821151651.9b730f8478ff3d9e@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sun Aug 21 11:24:52 2022 From: github at mg.python.org (CPython Issues) Date: Sun, 21 Aug 2022 15:24:52 +0000 Subject: [New-bugs-announce] [Issue 96159] Significant performance degradation in logging.TimedRotatingFileHandler due to fix to #89564 Message-ID: <20220821152452.156fbdf3f60e682e@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sun Aug 21 23:51:02 2022 From: github at mg.python.org (CPython Issues) Date: Mon, 22 Aug 2022 03:51:02 +0000 Subject: [New-bugs-announce] [Issue 96163] Speed up `random.randrange` and similar Message-ID: <20220822035102.2386230dfbee6e75@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 22 04:00:28 2022 From: github at mg.python.org (CPython Issues) Date: Mon, 22 Aug 2022 08:00:28 +0000 Subject: [New-bugs-announce] [Issue 96165] sqlite3 docs: explain SELECT-with-literals trick Message-ID: <20220822080028.ff53d5a6e8952959@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 22 04:09:07 2022 From: github at mg.python.org (CPython Issues) Date: Mon, 22 Aug 2022 08:09:07 +0000 Subject: [New-bugs-announce] [Issue 96168] sqlite3 docs: extract row factory examples into row factory howto Message-ID: <20220822080907.619dd65112972bd6@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 22 08:35:07 2022 From: github at mg.python.org (CPython Issues) Date: Mon, 22 Aug 2022 12:35:07 +0000 Subject: [New-bugs-announce] [Issue 96172] unicodedata.east_asian_width returns wrong result for unassigned Unicode code points Message-ID: <20220822123507.c20a21236a0511c4@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 22 10:25:42 2022 From: github at mg.python.org (CPython Issues) Date: Mon, 22 Aug 2022 14:25:42 +0000 Subject: [New-bugs-announce] [Issue 96175] `xml.dom.minidom:Attr.__init__` doesn't use localName variable. Message-ID: <20220822142542.45d975d6f2fee1a7@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 22 10:24:49 2022 From: github at mg.python.org (CPython Issues) Date: Mon, 22 Aug 2022 14:24:49 +0000 Subject: [New-bugs-announce] [Issue 96174] Build Python with frame pointers (-fno-omit-frame-pointer) Message-ID: <20220822142449.93bda7cca15c8a6a@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 22 11:41:31 2022 From: github at mg.python.org (CPython Issues) Date: Mon, 22 Aug 2022 15:41:31 +0000 Subject: [New-bugs-announce] [Issue 96177] Move GIL code into its own file Message-ID: <20220822154131.2c8ec2125c962adb@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 22 12:00:49 2022 From: github at mg.python.org (CPython Issues) Date: Mon, 22 Aug 2022 16:00:49 +0000 Subject: [New-bugs-announce] [Issue 96179] Minor error in bisect documentation Message-ID: <20220822160049.6394c52a7638f309@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 22 12:04:39 2022 From: github at mg.python.org (CPython Issues) Date: Mon, 22 Aug 2022 16:04:39 +0000 Subject: [New-bugs-announce] [Issue 96180] Wrong argument name in date.fromisocalendar docs Message-ID: <20220822160439.b26c17d5783e905f@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 22 16:19:43 2022 From: github at mg.python.org (CPython Issues) Date: Mon, 22 Aug 2022 20:19:43 +0000 Subject: [New-bugs-announce] [Issue 96186] Provide optional Message-ID: <20220822201943.37370dd2a7ce5f40@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 22 16:31:44 2022 From: github at mg.python.org (CPython Issues) Date: Mon, 22 Aug 2022 20:31:44 +0000 Subject: [New-bugs-announce] [Issue 96187] _PyCode_GetExtra can return garbage with negative indexes Message-ID: <20220822203144.108f950a3a747017@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 22 17:46:49 2022 From: github at mg.python.org (CPython Issues) Date: Mon, 22 Aug 2022 21:46:49 +0000 Subject: [New-bugs-announce] [Issue 96189] test_invalid_utf8 test failing on some buildbots Message-ID: <20220822214649.e2d6b4a9a4ca866e@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 22 18:33:15 2022 From: github at mg.python.org (CPython Issues) Date: Mon, 22 Aug 2022 22:33:15 +0000 Subject: [New-bugs-announce] [Issue 96191] configure.ac update Message-ID: <20220822223315.076c15f8bd9aed45@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 22 18:47:06 2022 From: github at mg.python.org (CPython Issues) Date: Mon, 22 Aug 2022 22:47:06 +0000 Subject: [New-bugs-announce] [Issue 96192] os.path.ismount() doesn't properly use byte-paths from an os.DirEntry Message-ID: <20220822224706.2bdf2b0e2af57222@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 23 02:39:47 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 23 Aug 2022 06:39:47 +0000 Subject: [New-bugs-announce] [Issue 96197] `del sys.breakpointhook` is not tested in test_builtin Message-ID: <20220823063947.3a79c1156795edca@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 23 08:55:16 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 23 Aug 2022 12:55:16 +0000 Subject: [New-bugs-announce] [Issue 96209] Update internals section of devguide Message-ID: <20220823125516.19687627b1cb6025@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 23 12:51:45 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 23 Aug 2022 16:51:45 +0000 Subject: [New-bugs-announce] [Issue 96214] Segmentation fault on calling embedded python method call for the second time from C Message-ID: <20220823165145.768ab156b994c3ec@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 23 14:32:31 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 23 Aug 2022 18:32:31 +0000 Subject: [New-bugs-announce] [Issue 96215] Add `name` parameter to a `SharedMemoryManager.ShareableList` method Message-ID: <20220823183231.361839ee0fd85b7a@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 23 20:47:13 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 24 Aug 2022 00:47:13 +0000 Subject: [New-bugs-announce] [Issue 96219] Dict of variables less verbose with walrus operator Message-ID: <20220824004713.cec80efb0e763d15@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 23 22:05:38 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 24 Aug 2022 02:05:38 +0000 Subject: [New-bugs-announce] [Issue 96220] argparse: TypeError when adding an argument using parameters store_true, default and type Message-ID: <20220824020538.94c63aaf1a2483c1@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 23 23:40:04 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 24 Aug 2022 03:40:04 +0000 Subject: [New-bugs-announce] [Issue 96222] segmentation fault related to recursion limite Message-ID: <20220824034004.601feb887c2f8f1b@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 24 00:11:09 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 24 Aug 2022 04:11:09 +0000 Subject: [New-bugs-announce] [Issue 96223] Windows Path.symlink_to target_is_directory argument doesn't matter Message-ID: <20220824041109.88608c347da7c91c@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 24 01:11:34 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 24 Aug 2022 05:11:34 +0000 Subject: [New-bugs-announce] [Issue 96224] Expanding on the default unpickling behavior of objects that do not implement __setstate__ Message-ID: <20220824051134.c45a549d308d358a@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 24 05:47:25 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 24 Aug 2022 09:47:25 +0000 Subject: [New-bugs-announce] [Issue 96229] Execute file open/close in executors Message-ID: <20220824094725.165f7894450047a8@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 24 07:44:13 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 24 Aug 2022 11:44:13 +0000 Subject: [New-bugs-announce] [Issue 96232] Crash in asyncio when printing a task object at teardown Message-ID: <20220824114413.43d1c7dafa0f1bf9@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 24 08:53:41 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 24 Aug 2022 12:53:41 +0000 Subject: [New-bugs-announce] [Issue 96237] Allow the `f_func` field of the `_PyInterpreterFrame` struct to be any object (and rename it) Message-ID: <20220824125341.ea543ed76b615fd4@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 24 09:44:24 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 24 Aug 2022 13:44:24 +0000 Subject: [New-bugs-announce] [Issue 96239] ConfigParser read(write()) not idempotent Message-ID: <20220824134424.edc20961b46eb924@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 24 15:05:05 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 24 Aug 2022 19:05:05 +0000 Subject: [New-bugs-announce] [Issue 96246] http.server: should use configurable logging instead of hard-coded print to stderr Message-ID: <20220824190505.eec5fd1473064449@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 24 15:42:54 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 24 Aug 2022 19:42:54 +0000 Subject: [New-bugs-announce] [Issue 96247] Update developer guide about C code coverage Message-ID: <20220824194254.d9c116699b0a7747@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 24 15:53:10 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 24 Aug 2022 19:53:10 +0000 Subject: [New-bugs-announce] [Issue 96249] On MacOS, Configure script assumes that "gcc" is an alias for "clang", even if it really is GCC Message-ID: <20220824195310.68a4d4d97fbd967b@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 24 16:42:30 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 24 Aug 2022 20:42:30 +0000 Subject: [New-bugs-announce] [Issue 96250] Docs: sqlite3 injection attack example is not an example of an SQL injection attack Message-ID: <20220824204230.a8a7a1f1ffe59ac8@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 24 17:19:33 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 24 Aug 2022 21:19:33 +0000 Subject: [New-bugs-announce] [Issue 96251] Pipe conveys inconsistent value in GPU env Message-ID: <20220824211933.801c31390feb1798@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 24 19:54:53 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 24 Aug 2022 23:54:53 +0000 Subject: [New-bugs-announce] [Issue 96253] Support custom PKG_CONFIG_PATH in the wasm build Message-ID: <20220824235453.491f323e79fa2c70@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 24 19:56:05 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 24 Aug 2022 23:56:05 +0000 Subject: [New-bugs-announce] [Issue 96254] Support a pthread and dynamic link build for wasm Message-ID: <20220824235605.2dae45ef039c56bc@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 24 23:52:58 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 25 Aug 2022 03:52:58 +0000 Subject: [New-bugs-announce] [Issue 96258] adjust c-api reference counting docs to reference Py_REFCNT, Py_SET_REFCNT Message-ID: <20220825035258.884d6e5b1bed9588@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 25 03:38:30 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 25 Aug 2022 07:38:30 +0000 Subject: [New-bugs-announce] [Issue 96263] Lexical analysis reference page and misleading datetime example Message-ID: <20220825073830.dc972821e790b230@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 25 07:31:10 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 25 Aug 2022 11:31:10 +0000 Subject: [New-bugs-announce] [Issue 96264] mimetypes.guess_extension : AttributeError: 'NoneType' object has no attribute 'lower' Message-ID: <20220825113110.e1a38aac0ea3573e@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 25 09:00:41 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 25 Aug 2022 13:00:41 +0000 Subject: [New-bugs-announce] [Issue 96265] Improve `faq/design.rst` rst markup Message-ID: <20220825130041.71c0722c4086f351@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 25 09:56:28 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 25 Aug 2022 13:56:28 +0000 Subject: [New-bugs-announce] [Issue 96268] Assert and incorrect error message when loading source file containing invalid UTF-8 Message-ID: <20220825135628.f9ac8c534c18fe4e@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 25 10:15:42 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 25 Aug 2022 14:15:42 +0000 Subject: [New-bugs-announce] [Issue 96269] AIX build failing because of python.exp not being created before building shared modules. Message-ID: <20220825141542.4055db7b5282e2ad@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 25 13:07:39 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 25 Aug 2022 17:07:39 +0000 Subject: [New-bugs-announce] [Issue 96272] Fix the encoding of test_source_encoding.py file Message-ID: <20220825170739.d836e590116e907c@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 25 13:54:24 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 25 Aug 2022 17:54:24 +0000 Subject: [New-bugs-announce] [Issue 96276] test_compile emits a SyntaxWarning Message-ID: <20220825175424.90e0c0d68b49db4f@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 25 14:24:15 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 25 Aug 2022 18:24:15 +0000 Subject: [New-bugs-announce] [Issue 96279] Documentation typo for `pathlib.Path.walk` in Python 3.12 Message-ID: <20220825182415.a5e17731d570cfb7@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 25 14:23:22 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 25 Aug 2022 18:23:22 +0000 Subject: [New-bugs-announce] [Issue 96278] open() function documentation shows newline as lowerCamelCase: newLine. Should be shown as: newline Message-ID: <20220825182322.0250fb08cc3b0ebf@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 25 14:40:59 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 25 Aug 2022 18:40:59 +0000 Subject: [New-bugs-announce] [Issue 96280] Deprecation warning in test_importlib Message-ID: <20220825184059.f8fe6f3c58f60207@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 25 15:39:25 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 25 Aug 2022 19:39:25 +0000 Subject: [New-bugs-announce] [Issue 96283] test_socket: "RuntimeWarning: received malformed or improperly-truncated ancillary data" Message-ID: <20220825193925.8ccaf9eb6e4880c8@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 25 16:38:17 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 25 Aug 2022 20:38:17 +0000 Subject: [New-bugs-announce] [Issue 96287] urllib: urlretrieve() seems to ignore provided host header Message-ID: <20220825203817.e17350e144f75446@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 25 18:22:44 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 25 Aug 2022 22:22:44 +0000 Subject: [New-bugs-announce] [Issue 96288] The docstring for `os.mkdir` should mention the effect of umask Message-ID: <20220825222244.6892b821cac55581@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 25 19:32:45 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 25 Aug 2022 23:32:45 +0000 Subject: [New-bugs-announce] [Issue 96290] ntpath.normpath('\\\\') produces different result on Windows Message-ID: <20220825233245.737fa09b73201c50@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 25 19:44:47 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 25 Aug 2022 23:44:47 +0000 Subject: [New-bugs-announce] [Issue 96291] Global strings do not regen on Windows Message-ID: <20220825234447.73939833d3056866@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 25 19:46:11 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 25 Aug 2022 23:46:11 +0000 Subject: [New-bugs-announce] [Issue 96292] trivial typo in a comment in the source code: "If a callaback raises an exception" Message-ID: <20220825234611.0b4b9b6fae1fbe7a@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Thu Aug 25 21:55:41 2022 From: github at mg.python.org (CPython Issues) Date: Fri, 26 Aug 2022 01:55:41 +0000 Subject: [New-bugs-announce] [Issue 96296] Mistake in Event.isSet() docstring Message-ID: <20220826015541.9597207499ce1fed@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Fri Aug 26 04:54:04 2022 From: github at mg.python.org (CPython Issues) Date: Fri, 26 Aug 2022 08:54:04 +0000 Subject: [New-bugs-announce] [Issue 96302] ipaddress performance and ease when excluding networks from networks Message-ID: <20220826085404.e27b6830a234d642@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Fri Aug 26 05:54:44 2022 From: github at mg.python.org (CPython Issues) Date: Fri, 26 Aug 2022 09:54:44 +0000 Subject: [New-bugs-announce] [Issue 96305] AIX build is broken because of _bootsubprocess removal. Message-ID: <20220826095444.476b580b7e0ca869@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Fri Aug 26 07:55:27 2022 From: github at mg.python.org (CPython Issues) Date: Fri, 26 Aug 2022 11:55:27 +0000 Subject: [New-bugs-announce] [Issue 96306] Windows paths in FileHandler logging config cause OSError Message-ID: <20220826115527.f87e8257b64794d9@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Fri Aug 26 08:20:58 2022 From: github at mg.python.org (CPython Issues) Date: Fri, 26 Aug 2022 12:20:58 +0000 Subject: [New-bugs-announce] [Issue 96308] test_embed failure with Python 3.11 Message-ID: <20220826122058.9da4fc3c896db191@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Fri Aug 26 09:31:22 2022 From: github at mg.python.org (CPython Issues) Date: Fri, 26 Aug 2022 13:31:22 +0000 Subject: [New-bugs-announce] [Issue 96310] argparse sometimes tracebacks when all options in a mutually exclusive group are suppressed Message-ID: <20220826133122.618a1b47f925a144@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Fri Aug 26 10:21:08 2022 From: github at mg.python.org (CPython Issues) Date: Fri, 26 Aug 2022 14:21:08 +0000 Subject: [New-bugs-announce] [Issue 96314] Compile CPython to a lib Message-ID: <20220826142108.7d82b7ea82fa08ee@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Fri Aug 26 12:57:54 2022 From: github at mg.python.org (CPython Issues) Date: Fri, 26 Aug 2022 16:57:54 +0000 Subject: [New-bugs-announce] [Issue 96317] JSON bug / maybe enhancement - string with : fails decoding Message-ID: <20220826165754.df71978294bb315d@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Fri Aug 26 14:18:13 2022 From: github at mg.python.org (CPython Issues) Date: Fri, 26 Aug 2022 18:18:13 +0000 Subject: [New-bugs-announce] [Issue 96320] [WASI] socket support Message-ID: <20220826181813.bec4cb60d3a340f6@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Fri Aug 26 20:27:14 2022 From: github at mg.python.org (CPython Issues) Date: Sat, 27 Aug 2022 00:27:14 +0000 Subject: [New-bugs-announce] [Issue 96328] os.path.ismounts: further situations it doesn't detect correctly Message-ID: <20220827002714.5b615fb0c2f89ad5@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Fri Aug 26 21:19:47 2022 From: github at mg.python.org (CPython Issues) Date: Sat, 27 Aug 2022 01:19:47 +0000 Subject: [New-bugs-announce] [Issue 96329] Evaluation order of calls (including decorator expressions) is not specified. Message-ID: <20220827011947.e0f341a8730e7262@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sat Aug 27 05:18:52 2022 From: github at mg.python.org (CPython Issues) Date: Sat, 27 Aug 2022 09:18:52 +0000 Subject: [New-bugs-announce] [Issue 96336] asyncio code cannot run simultaneously in multiple sub-interpreters. Message-ID: <20220827091852.f5f826c198f2a9e5@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sat Aug 27 07:48:42 2022 From: github at mg.python.org (CPython Issues) Date: Sat, 27 Aug 2022 11:48:42 +0000 Subject: [New-bugs-announce] [Issue 96339] Consider adding logging.handlers.LocalSysLogHandler Message-ID: <20220827114842.0876bfe6e7dc088a@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sat Aug 27 16:14:46 2022 From: github at mg.python.org (CPython Issues) Date: Sat, 27 Aug 2022 20:14:46 +0000 Subject: [New-bugs-announce] [Issue 96346] Use double caching for re._compile() Message-ID: <20220827201446.bc9d0dbefdab151c@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sat Aug 27 20:37:52 2022 From: github at mg.python.org (CPython Issues) Date: Sun, 28 Aug 2022 00:37:52 +0000 Subject: [New-bugs-announce] [Issue 96348] Deprecate `gen.throw(typ, val, exc)` Message-ID: <20220828003752.7977c69d110fa393@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sat Aug 27 21:15:50 2022 From: github at mg.python.org (CPython Issues) Date: Sun, 28 Aug 2022 01:15:50 +0000 Subject: [New-bugs-announce] [Issue 96349] Minor Performance Regression Initializing threading.Event Message-ID: <20220828011550.a1e0abd855684a31@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sun Aug 28 00:39:43 2022 From: github at mg.python.org (CPython Issues) Date: Sun, 28 Aug 2022 04:39:43 +0000 Subject: [New-bugs-announce] [Issue 96352] `object.__getattribute__` does not set `name` and `obj` of `AttributeError` Message-ID: <20220828043943.e5b76abe77471b6d@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sun Aug 28 01:10:27 2022 From: github at mg.python.org (CPython Issues) Date: Sun, 28 Aug 2022 05:10:27 +0000 Subject: [New-bugs-announce] [Issue 96354] Unify method signature format in `str` Message-ID: <20220828051027.098694f7909326b8@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sun Aug 28 04:35:50 2022 From: github at mg.python.org (CPython Issues) Date: Sun, 28 Aug 2022 08:35:50 +0000 Subject: [New-bugs-announce] [Issue 96355] Isnt __init__ kinda annoying Message-ID: <20220828083550.9039cb673e150049@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sun Aug 28 04:57:01 2022 From: github at mg.python.org (CPython Issues) Date: Sun, 28 Aug 2022 08:57:01 +0000 Subject: [New-bugs-announce] [Issue 96357] Improve coverage of `typing.get_overloads` Message-ID: <20220828085701.ca09554830b67fdf@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sun Aug 28 08:04:53 2022 From: github at mg.python.org (CPython Issues) Date: Sun, 28 Aug 2022 12:04:53 +0000 Subject: [New-bugs-announce] [Issue 96359] Docs of match statement incorrectly claim that int(0|1) doesn't match False Message-ID: <20220828120453.a6b23815cf1bf27c@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sun Aug 28 09:57:34 2022 From: github at mg.python.org (CPython Issues) Date: Sun, 28 Aug 2022 13:57:34 +0000 Subject: [New-bugs-announce] [Issue 96362] unittest.TestCase.assertRaises msg argument is not used Message-ID: <20220828135734.eaa40a3de751bd33@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sun Aug 28 14:19:48 2022 From: github at mg.python.org (CPython Issues) Date: Sun, 28 Aug 2022 18:19:48 +0000 Subject: [New-bugs-announce] [Issue 96363] difflib.SequenceMatcher.find_longest_match() returns wrong result Message-ID: <20220828181948.0d153fc3940de10c@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sun Aug 28 17:30:06 2022 From: github at mg.python.org (CPython Issues) Date: Sun, 28 Aug 2022 21:30:06 +0000 Subject: [New-bugs-announce] [Issue 96364] Improve signature of `__getitem__` for `list` and `dict` Message-ID: <20220828213006.f9f41f9b5febf88c@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Sun Aug 28 17:46:09 2022 From: github at mg.python.org (CPython Issues) Date: Sun, 28 Aug 2022 21:46:09 +0000 Subject: [New-bugs-announce] [Issue 96366] pathlib.Path.touch incorrectly raises FileNotFoundError Message-ID: <20220828214609.d6a51efdf5166541@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 29 00:11:10 2022 From: github at mg.python.org (CPython Issues) Date: Mon, 29 Aug 2022 04:11:10 +0000 Subject: [New-bugs-announce] [Issue 96373] Installing crash in Ubuntu 22.04 Message-ID: <20220829041110.e4a3c2649ae4ce25@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 29 03:49:40 2022 From: github at mg.python.org (CPython Issues) Date: Mon, 29 Aug 2022 07:49:40 +0000 Subject: [New-bugs-announce] [Issue 96377] Documentation needs clarification Message-ID: <20220829074940.dae052a28c6756df@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 29 05:06:42 2022 From: github at mg.python.org (CPython Issues) Date: Mon, 29 Aug 2022 09:06:42 +0000 Subject: [New-bugs-announce] [Issue 96381] Add convenience / utility methods to urllib.parse's structured result objects Message-ID: <20220829090642.ea865a3d00da1fd3@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 29 08:20:59 2022 From: github at mg.python.org (CPython Issues) Date: Mon, 29 Aug 2022 12:20:59 +0000 Subject: [New-bugs-announce] [Issue 96385] `TypeVarTuple.__typing_prepare_subst__` does not work as intented Message-ID: <20220829122059.99ed57735cd1b097@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 29 08:43:27 2022 From: github at mg.python.org (CPython Issues) Date: Mon, 29 Aug 2022 12:43:27 +0000 Subject: [New-bugs-announce] [Issue 96387] The main thread hang at drop_gil due to FORCE_SWITCHING after daemon thread exited Message-ID: <20220829124327.286045dd822ea032@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 29 15:05:02 2022 From: github at mg.python.org (CPython Issues) Date: Mon, 29 Aug 2022 19:05:02 +0000 Subject: [New-bugs-announce] [Issue 96397] Clarify status of non-identifier unpacked keyword arguments Message-ID: <20220829190502.962beeaba8e19d89@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 29 15:46:11 2022 From: github at mg.python.org (CPython Issues) Date: Mon, 29 Aug 2022 19:46:11 +0000 Subject: [New-bugs-announce] [Issue 96398] configure.ac: using $CC to check compiler names may result in erroneous judgements Message-ID: <20220829194611.c7f5fa52102dbef2@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Mon Aug 29 18:29:37 2022 From: github at mg.python.org (CPython Issues) Date: Mon, 29 Aug 2022 22:29:37 +0000 Subject: [New-bugs-announce] =?utf-8?b?W0lzc3VlIDk2NDAyXSBvcy5zdGF0KCk=?= =?utf-8?q?=E2=80=99s_follow=5Fsymlinks_is_a_bit_ambigously_described?= Message-ID: <20220829222937.4bccacb628fd10aa@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 30 04:04:10 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 30 Aug 2022 08:04:10 +0000 Subject: [New-bugs-announce] [Issue 96408] Underdocumented and partially untested behavior of set-like dict views Message-ID: <20220830080410.67e3a82010fba730@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 30 04:57:55 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 30 Aug 2022 08:57:55 +0000 Subject: [New-bugs-announce] [Issue 96414] Docs: Inline sqlite3 code examples Message-ID: <20220830085755.180c12eaa120b817@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 30 05:30:54 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 30 Aug 2022 09:30:54 +0000 Subject: [New-bugs-announce] [Issue 96415] `types._cell_factory` is exposed, unlike other helpers Message-ID: <20220830093054.0fd1690f22703e1b@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 30 06:30:51 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 30 Aug 2022 10:30:51 +0000 Subject: [New-bugs-announce] [Issue 96417] Docs give incorrect grouping for conditional expressions Message-ID: <20220830103051.ae7a080a0a66d233@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 30 07:08:48 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 30 Aug 2022 11:08:48 +0000 Subject: [New-bugs-announce] [Issue 96418] Code is not matched docs (typeobject.c) Message-ID: <20220830110848.ee505fdf8a44569f@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 30 07:14:13 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 30 Aug 2022 11:14:13 +0000 Subject: [New-bugs-announce] [Issue 96421] Insert shim frames at entries points to the interpreter. Message-ID: <20220830111413.dce293efabd4f1cd@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 30 07:45:38 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 30 Aug 2022 11:45:38 +0000 Subject: [New-bugs-announce] [Issue 96424] `python -m pegen python` is broken Message-ID: <20220830114538.4efe1b7667467331@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 30 07:47:29 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 30 Aug 2022 11:47:29 +0000 Subject: [New-bugs-announce] [Issue 96425] mailbox: document Message vs EmailMessage situation Message-ID: <20220830114729.378af02e9b099a10@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 30 07:55:56 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 30 Aug 2022 11:55:56 +0000 Subject: [New-bugs-announce] [Issue 96426] [wasm32-emscripten] Make EMSDK version part SOABI Message-ID: <20220830115556.45ee4e3038a88317@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 30 09:49:30 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 30 Aug 2022 13:49:30 +0000 Subject: [New-bugs-announce] [Issue 96427] Inconsistent `ast.parse` result for `python<3.9` and PEP614 Message-ID: <20220830134930.b30f877029fe57a3@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 30 11:52:40 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 30 Aug 2022 15:52:40 +0000 Subject: [New-bugs-announce] [Issue 96432] Fraction literals should support underscores in numbers and whitespace around numbers Message-ID: <20220830155240.d1db022fcdcad888@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 30 15:59:12 2022 From: github at mg.python.org (CPython Issues) Date: Tue, 30 Aug 2022 19:59:12 +0000 Subject: [New-bugs-announce] [Issue 96436] `PySequence_GetItem` adjusting negative indexes make it difficult to handle them properly Message-ID: <20220830195912.d79cdc577b09829f@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 30 20:32:03 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 31 Aug 2022 00:32:03 +0000 Subject: [New-bugs-announce] [Issue 96448] Argument name mismatch in _thread.lock.aquire() docs Message-ID: <20220831003203.f1410e42e1e7d78b@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Tue Aug 30 23:57:13 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 31 Aug 2022 03:57:13 +0000 Subject: [New-bugs-announce] [Issue 96450] asyncio.gather overhead is quite large (~40 times vs await one by one) Message-ID: <20220831035713.9236454043c109f3@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 31 04:37:18 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 31 Aug 2022 08:37:18 +0000 Subject: [New-bugs-announce] [Issue 96455] exception_handling_notes is out of date Message-ID: <20220831083718.d70cc7ecc469caaf@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 31 06:53:52 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 31 Aug 2022 10:53:52 +0000 Subject: [New-bugs-announce] [Issue 96458] _PyStaticUnicode_Dealloc should not exist. Message-ID: <20220831105352.a3cf8316a46cb9d0@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 31 07:03:51 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 31 Aug 2022 11:03:51 +0000 Subject: [New-bugs-announce] [Issue 96459] `_PyStaticCode_InternStrings` is called ~800 times during startup. Message-ID: <20220831110351.e6f5b27a38a3693e@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 31 07:23:27 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 31 Aug 2022 11:23:27 +0000 Subject: [New-bugs-announce] [Issue 96461] CACHE and SWAP documentation is vague with the meaning of the oparg Message-ID: <20220831112327.745c77e04daf46cf@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 31 11:09:12 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 31 Aug 2022 15:09:12 +0000 Subject: [New-bugs-announce] [Issue 96463] ZoneInfo object raises OSError instead of ZoneInfoNotFoundError for timezone input larger than 255 characters Message-ID: <20220831150912.68f20d6fbd13becb@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 31 13:30:36 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 31 Aug 2022 17:30:36 +0000 Subject: [New-bugs-announce] [Issue 96464] multiprocessing pool apply_async failure due to unable to pickle local dynamically created function Message-ID: <20220831173036.c6aa0da04c0fd2fa@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 31 14:04:20 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 31 Aug 2022 18:04:20 +0000 Subject: [New-bugs-announce] [Issue 96465] Cache the hash value of fractions Message-ID: <20220831180420.3215237f7a5c8a83@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 31 15:53:40 2022 From: github at mg.python.org (CPython Issues) Date: Wed, 31 Aug 2022 19:53:40 +0000 Subject: [New-bugs-announce] [Issue 96467] Array.array Type Codes are not platforminvariant. Message-ID: <20220831195340.d9da6540b105faf7@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 31 20:53:41 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 01 Sep 2022 00:53:41 +0000 Subject: [New-bugs-announce] [Issue 96469] Expected python bug using multiprocessing and inheritance Message-ID: <20220901005341.0d70082bb01b401e@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 31 21:46:26 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 01 Sep 2022 01:46:26 +0000 Subject: [New-bugs-announce] [Issue 96471] Queue shutdown Message-ID: <20220901014626.e676910ba2d65c71@mg.python.org> An HTML attachment was scrubbed... URL: From github at mg.python.org Wed Aug 31 22:59:06 2022 From: github at mg.python.org (CPython Issues) Date: Thu, 01 Sep 2022 02:59:06 +0000 Subject: [New-bugs-announce] [Issue 96472] Save a few bits in dicts Message-ID: <20220901025906.fd682aa1b9371eb4@mg.python.org> An HTML attachment was scrubbed... URL: