[issue44844] The command line of launching Edge on Linux hangs

2021-11-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +27913 pull_request: https://github.com/python/cpython/pull/29674 ___ Python tracker <https://bugs.python.org/issue44

[issue44844] The command line of launching Edge on Linux hangs

2021-11-20 Thread miss-islington
miss-islington added the comment: New changeset d1855ed752ea0484101fc13622626ed0fa2c17b9 by Miss Islington (bot) in branch '3.9': bpo-44844: Remove unresponsive web link (GH-29651) https://github.com/python/cpython/commit/d1855ed752ea0484101fc13622626e

[issue45845] Dead link 'pythoncraft.com/OSCON2001' in faq/library

2021-11-20 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +27914 pull_request: https://github.com/python/cpython/pull/29674 ___ Python tracker <https://bugs.python.org/issu

[issue45845] Dead link 'pythoncraft.com/OSCON2001' in faq/library

2021-11-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +27915 pull_request: https://github.com/python/cpython/pull/29673 ___ Python tracker <https://bugs.python.org/issue45

[issue44844] The command line of launching Edge on Linux hangs

2021-11-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +27916 pull_request: https://github.com/python/cpython/pull/29674 ___ Python tracker <https://bugs.python.org/issue44

[issue45845] Dead link 'pythoncraft.com/OSCON2001' in faq/library

2021-11-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +27918 pull_request: https://github.com/python/cpython/pull/29677 ___ Python tracker <https://bugs.python.org/issue45

[issue45845] Dead link 'pythoncraft.com/OSCON2001' in faq/library

2021-11-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +27919 pull_request: https://github.com/python/cpython/pull/29678 ___ Python tracker <https://bugs.python.org/issue45

[issue45803] make_dataclass is missing the documented kw_only argument

2021-11-20 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +27921 pull_request: https://github.com/python/cpython/pull/29680 ___ Python tracker <https://bugs.python.org/issu

[issue45847] Port module setup to PY_STDLIB_MOD() macro and addext()

2021-11-22 Thread miss-islington
miss-islington added the comment: New changeset 718cee08cc082ece590f5a012253a405422da03d by Erlend Egeberg Aasland in branch 'main': bpo-45847: Port _bisect, _heapq, _json, _pickle, _random, and _zoneinfo to PY_STDLIB_MOD_SIMPLE (GH-29689) https://github.com/python/cpyt

[issue45847] Port module setup to PY_STDLIB_MOD() macro and addext()

2021-11-22 Thread miss-islington
miss-islington added the comment: New changeset 39f7d2ff01eb03f1dd87a019472a32cde6250e84 by Erlend Egeberg Aasland in branch 'main': bpo-45847: Port _lfprof, _opcode, _asyncio, _queue, _statistics, and _typing to PY_STDLIB_MOD_SIMPLE (GH-29690) https://github.com/python/cpyt

[issue44649] dataclasses slots with init=False field raises AttributeException

2021-11-22 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +27940 pull_request: https://github.com/python/cpython/pull/29704 ___ Python tracker <https://bugs.python.org/issu

[issue44649] dataclasses slots with init=False field raises AttributeException

2021-11-22 Thread miss-islington
miss-islington added the comment: New changeset 10343bd98390ef15909e3a19f26a6178162996fd by Miss Islington (bot) in branch '3.10': bpo-44649: Fix dataclasses(slots=True) with a field with a default, but init=False (GH-29692) https://github.com/python/cpyt

[issue45847] Port module setup to PY_STDLIB_MOD() macro and addext()

2021-11-22 Thread miss-islington
miss-islington added the comment: New changeset eee683cbde499e62fc90ad366f7c45625fe92150 by Erlend Egeberg Aasland in branch 'main': bpo-45847: Port audioop, _csv, and _posixsubprocess to PY_STDLIB_MOD_SIMPLE (GH-29705) https://github.com/python/cpyt

[issue45859] test_collections has a wrong test in case _itemgetter is not available

2021-11-22 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +27944 pull_request: https://github.com/python/cpython/pull/29708 ___ Python tracker <https://bugs.python.org/issu

[issue45859] test_collections has a wrong test in case _itemgetter is not available

2021-11-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +27945 pull_request: https://github.com/python/cpython/pull/29709 ___ Python tracker <https://bugs.python.org/issue45

[issue45859] test_collections has a wrong test in case _itemgetter is not available

2021-11-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +27946 pull_request: https://github.com/python/cpython/pull/29710 ___ Python tracker <https://bugs.python.org/issue45

[issue45561] Run smelly.py and multissltests.py from $(srcdir)

2021-11-22 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +27955 pull_request: https://github.com/python/cpython/pull/29719 ___ Python tracker <https://bugs.python.org/issu

[issue45561] Run smelly.py and multissltests.py from $(srcdir)

2021-11-23 Thread miss-islington
miss-islington added the comment: New changeset 327c764fa2a032e34dc268164c3c9c2f95b978c4 by Miss Islington (bot) in branch '3.10': bpo-45561: Run smelly.py tool from $(srcdir) (GH-29138) https://github.com/python/cpython/commit/327c764fa2a032e34dc268164c3c9c

[issue45878] Use `self.assertRaises` instead of `try/except` in `ctypes/test_functions.py::test_mro`

2021-11-23 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +27959 pull_request: https://github.com/python/cpython/pull/29722 ___ Python tracker <https://bugs.python.org/issu

[issue45878] Use `self.assertRaises` instead of `try/except` in `ctypes/test_functions.py::test_mro`

2021-11-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +27960 pull_request: https://github.com/python/cpython/pull/29723 ___ Python tracker <https://bugs.python.org/issue45

[issue45703] importlib.invalidate_caches() does not invalidate _NamespacePath's _last_parent_path-based cache

2021-11-23 Thread miss-islington
miss-islington added the comment: New changeset ae1965ccb4b1fad63fab40fe8805d1b8247668d3 by Miro Hrončok in branch 'main': bpo-45703: Invalidate _NamespacePath cache on importlib.invalidate_ca… (GH-29384) https://github.com/python/cpython/commit/ae1965ccb4b1fad63fab40fe8805d1

[issue45616] Python Launcher Matches 3.10 instead of 3.1

2021-11-23 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +27978 pull_request: https://github.com/python/cpython/pull/29740 ___ Python tracker <https://bugs.python.org/issu

[issue45616] Python Launcher Matches 3.10 instead of 3.1

2021-11-23 Thread miss-islington
miss-islington added the comment: New changeset ae065f83625f3abcf75d928f405e05582fc035b4 by Miss Islington (bot) in branch '3.10': bpo-45616: Let py.exe distinguish between v3.1 and v3.10 (GH-29731) https://github.com/python/cpython/commit/ae065f83625f3abcf75d928f405e05

[issue45878] Use `self.assertRaises` instead of `try/except` in `ctypes/test_functions.py::test_mro`

2021-11-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +27985 pull_request: https://github.com/python/cpython/pull/29748 ___ Python tracker <https://bugs.python.org/issue45

[issue45822] Py_CompileString does not respect the coding cookie with the new parser if flags are empty

2021-11-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +27996 pull_request: https://github.com/python/cpython/pull/29758 ___ Python tracker <https://bugs.python.org/issue45

[issue45822] Py_CompileString does not respect the coding cookie with the new parser if flags are empty

2021-11-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +27997 pull_request: https://github.com/python/cpython/pull/29759 ___ Python tracker <https://bugs.python.org/issue45

[issue45693] `loop.create_server` with port=0 uses different ports for ipv4 & ipv6

2021-11-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +28000 pull_request: https://github.com/python/cpython/pull/29762 ___ Python tracker <https://bugs.python.org/issue45

[issue45693] `loop.create_server` with port=0 uses different ports for ipv4 & ipv6

2021-11-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +28001 pull_request: https://github.com/python/cpython/pull/29763 ___ Python tracker <https://bugs.python.org/issue45

[issue45693] `loop.create_server` with port=0 uses different ports for ipv4 & ipv6

2021-11-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +28002 pull_request: https://github.com/python/cpython/pull/29764 ___ Python tracker <https://bugs.python.org/issue45

[issue45693] `loop.create_server` with port=0 uses different ports for ipv4 & ipv6

2021-11-24 Thread miss-islington
miss-islington added the comment: New changeset d71c7bc7339eb82de493c66ebbbfa1cad250ac78 by Jim Crist-Harif in branch 'main': bpo-45693: Document `port` parameter to `loop.create_server` (GH-29760) https://github.com/python/cpython/commit/d71c7bc7339eb82de493c66ebbbfa1

[issue45893] Azure Pipelines currently failing

2021-11-24 Thread miss-islington
Change by miss-islington : -- keywords: +patch nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +28003 pull_request: https://github.com/python/cpython/pull/29765 ___ Python tracker <https://bugs.python.org/issu

[issue45893] Azure Pipelines currently failing

2021-11-24 Thread miss-islington
miss-islington added the comment: New changeset cd85d91bc66a587ce2ba668c897a5ecf118733cc by Miss Islington (bot) in branch '3.10': bpo-45893: Add missing extern C to initconfig.h (GH-29761) https://github.com/python/cpython/commit/cd85d91bc66a587ce2ba668c897a5e

[issue41498] Undefinied _Py_Sigset_Converter function when HAVE_SIGSET_T not set

2021-11-25 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +28010 pull_request: https://github.com/python/cpython/pull/29773 ___ Python tracker <https://bugs.python.org/issu

[issue41498] Undefinied _Py_Sigset_Converter function when HAVE_SIGSET_T not set

2021-11-25 Thread miss-islington
miss-islington added the comment: New changeset 632d589afcaac3b8441c8c042a98e1ae452533e0 by Miss Islington (bot) in branch '3.10': [3.10] bpo-41498: Fix build on platforms without sigset_t (GH-29770) (GH-29773) https://github.com/python/cpython/commit/632d589afcaac3b8441c8c042a98e1

[issue45568] @asynccontextmanager is missing in decorator usage example

2021-11-25 Thread miss-islington
miss-islington added the comment: New changeset 4dd82194f4a0e48a94191655e571b3aad1c4a22a by Zbigniew Siciarz in branch 'main': bpo-45568: Actually use @asynccontextmanager in usage example (GH-29151) https://github.com/python/cpython/commit/4dd82194f4a0e48a94191655e571b3

[issue43137] webbrowser to support "gio open "

2021-11-25 Thread miss-islington
miss-islington added the comment: New changeset 97dcab783279444ff721a301e1faca6f29fdc600 by Simon McVittie in branch 'main': bpo-43137: webbrowser: Replace gvfs-open and gnome-open with "gio open" (GH-29154) https://github.com/python/cpython/commit/97dcab783279444ff721

[issue45619] Mentioning structural pattern matching in the list of binding

2021-11-25 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +28023 pull_request: https://github.com/python/cpython/pull/29787 ___ Python tracker <https://bugs.python.org/issu

[issue45619] Mentioning structural pattern matching in the list of binding

2021-11-25 Thread miss-islington
miss-islington added the comment: New changeset 7842aed7a7938df20b652177458407683e7f1a0b by Miss Islington (bot) in branch '3.10': bpo-45619: documentation of execution model: clarify and update binding summary (GH-29232) https://github.com/python/cpyt

[issue44353] PEP 604 NewType

2021-11-26 Thread miss-islington
Change by miss-islington : -- pull_requests: +28031 pull_request: https://github.com/python/cpython/pull/29796 ___ Python tracker <https://bugs.python.org/issue44

[issue44353] PEP 604 NewType

2021-11-26 Thread miss-islington
miss-islington added the comment: New changeset 3f024e27c29a57dd4f805aa2431d713ed0fe57b2 by Miss Islington (bot) in branch '3.10': bpo-44353: Correct docstring for `NewType` (GH-29785) https://github.com/python/cpython/commit/3f024e27c29a57dd4f805aa2431d71

[issue45866] Out of tree build of Python 3.11.0a2+ breaks regen-frozen

2021-11-26 Thread miss-islington
Change by miss-islington : -- pull_requests: +28037 pull_request: https://github.com/python/cpython/pull/29804 ___ Python tracker <https://bugs.python.org/issue45

[issue45866] Out of tree build of Python 3.11.0a2+ breaks regen-frozen

2021-11-26 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +28036 pull_request: https://github.com/python/cpython/pull/29803 ___ Python tracker <https://bugs.python.org/issu

[issue45866] Out of tree build of Python 3.11.0a2+ breaks regen-frozen

2021-11-26 Thread miss-islington
miss-islington added the comment: New changeset fc16ea9c8b8769af8a4c0c16fed7eba2e8bf4019 by Miss Islington (bot) in branch '3.10': bpo-45866: Fix typo in the NEWS entry (GH-29798) https://github.com/python/cpython/commit/fc16ea9c8b8769af8a4c0c16fed7eb

[issue45866] Out of tree build of Python 3.11.0a2+ breaks regen-frozen

2021-11-26 Thread miss-islington
miss-islington added the comment: New changeset b3f14dacfea54332e2ddde792142d818b3554dbc by Miss Islington (bot) in branch '3.9': bpo-45866: Fix typo in the NEWS entry (GH-29798) https://github.com/python/cpython/commit/b3f14dacfea54332e2ddde792142d8

[issue45901] store app file type ignores command-line arguments

2021-11-26 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +28039 pull_request: https://github.com/python/cpython/pull/29807 ___ Python tracker <https://bugs.python.org/issu

[issue45901] store app file type ignores command-line arguments

2021-11-26 Thread miss-islington
Change by miss-islington : -- pull_requests: +28040 pull_request: https://github.com/python/cpython/pull/29808 ___ Python tracker <https://bugs.python.org/issue45

[issue45901] store app file type ignores command-line arguments

2021-11-26 Thread miss-islington
miss-islington added the comment: New changeset 3dcbe01dc5236fb77d8c0133fb7e6bdd0754768a by Miss Islington (bot) in branch '3.10': bpo-45901: Fixes argument passing when invoking .py files directly through the Store package (GH-29799) https://github.com/python/cpyt

[issue41735] Thread locks in zlib module may go wrong in rare case

2021-11-26 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +28043 pull_request: https://github.com/python/cpython/pull/29811 ___ Python tracker <https://bugs.python.org/issu

[issue41735] Thread locks in zlib module may go wrong in rare case

2021-11-26 Thread miss-islington
Change by miss-islington : -- pull_requests: +28044 pull_request: https://github.com/python/cpython/pull/29812 ___ Python tracker <https://bugs.python.org/issue41

[issue41735] Thread locks in zlib module may go wrong in rare case

2021-11-26 Thread miss-islington
miss-islington added the comment: New changeset 57100c86baa8451a568348646834380cd425b858 by Miss Islington (bot) in branch '3.10': [3.10] bpo-41735: Fix thread lock in zlib.Decompress.flush() may go wrong (GH-29587) (GH-29811) https://github.com/python/cpyt

[issue19460] Add test for MIMENonMultipart

2021-11-28 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +28050 pull_request: https://github.com/python/cpython/pull/29818 ___ Python tracker <https://bugs.python.org/issu

[issue19460] Add test for MIMENonMultipart

2021-11-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +28051 pull_request: https://github.com/python/cpython/pull/29819 ___ Python tracker <https://bugs.python.org/issue19

[issue37658] In some cases asyncio.wait_for can lead to socket leak.

2021-11-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +28062 pull_request: https://github.com/python/cpython/pull/29832 ___ Python tracker <https://bugs.python.org/issue37

[issue37658] In some cases asyncio.wait_for can lead to socket leak.

2021-11-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +28063 pull_request: https://github.com/python/cpython/pull/29831 ___ Python tracker <https://bugs.python.org/issue37

[issue37658] In some cases asyncio.wait_for can lead to socket leak.

2021-11-29 Thread miss-islington
miss-islington added the comment: New changeset 305236e03a274850be8ed399ea3390ee71519ef4 by Miss Islington (bot) in branch '3.10': bpo-37658: Actually return result in race condition (GH-29202) https://github.com/python/cpython/commit/305236e03a274850be8ed399ea3390

[issue43498] "dictionary changed size during iteration" error in _ExecutorManagerThread

2021-11-29 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 11.0 -> 12.0 pull_requests: +28068 pull_request: https://github.com/python/cpython/pull/29836 ___ Python tracker <https://bugs.python.org/issu

[issue43498] "dictionary changed size during iteration" error in _ExecutorManagerThread

2021-11-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +28069 pull_request: https://github.com/python/cpython/pull/29837 ___ Python tracker <https://bugs.python.org/issue43

[issue43498] "dictionary changed size during iteration" error in _ExecutorManagerThread

2021-11-29 Thread miss-islington
miss-islington added the comment: New changeset 4b11d7118561a12322d3cfa76c5941690b241149 by Miss Islington (bot) in branch '3.10': bpo-43498: Fix dictionary iteration error in _ExecutorManagerThread (GH-24868) https://github.com/python/cpython/commit/4b11d7118561a12322d3cfa76c5941

[issue43498] "dictionary changed size during iteration" error in _ExecutorManagerThread

2021-11-29 Thread miss-islington
miss-islington added the comment: New changeset 3b9d886567c4fc6279c2198b6711f0590dbf3336 by Miss Islington (bot) in branch '3.9': bpo-43498: Fix dictionary iteration error in _ExecutorManagerThread (GH-24868) https://github.com/python/cpython/commit/3b9d886567c4fc6279c2198b6711f0

[issue45723] Improve and simplify configure.ac checks

2021-11-29 Thread miss-islington
miss-islington added the comment: New changeset c1dec9540ab04691f8d4a131671e069913e6eee3 by Erlend Egeberg Aasland in branch 'main': bpo-45723: Sort the grand AC_CHECK_HEADERS check (GH-29846) https://github.com/python/cpython/commit/c1dec9540ab04691f8d4a131671e06

[issue44391] PC/launcher.c,one more argument than required

2021-11-29 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +28078 pull_request: https://github.com/python/cpython/pull/29849 ___ Python tracker <https://bugs.python.org/issu

[issue44391] PC/launcher.c,one more argument than required

2021-11-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +28079 pull_request: https://github.com/python/cpython/pull/29850 ___ Python tracker <https://bugs.python.org/issue44

[issue43905] dataclasses.astuple (and .asdict) do deepcopy on all fields

2021-11-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +28080 pull_request: https://github.com/python/cpython/pull/29851 ___ Python tracker <https://bugs.python.org/issue43

[issue43905] dataclasses.astuple (and .asdict) do deepcopy on all fields

2021-11-29 Thread miss-islington
miss-islington added the comment: New changeset c1f93f0d378958dfae4f24aad0c0088e3e04e403 by andrei kulakov in branch 'main': bpo-43905: Expand dataclasses.astuple() and asdict() docs (GH-26154) https://github.com/python/cpython/commit/c1f93f0d378958dfae4f24aad0c008

[issue43905] dataclasses.astuple (and .asdict) do deepcopy on all fields

2021-11-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +28081 pull_request: https://github.com/python/cpython/pull/29852 ___ Python tracker <https://bugs.python.org/issue43

[issue43905] dataclasses.astuple (and .asdict) do deepcopy on all fields

2021-11-29 Thread miss-islington
miss-islington added the comment: New changeset 376b24e4f69cba53bae9856e9d076af47bb2b6c6 by Miss Islington (bot) in branch '3.9': bpo-43905: Expand dataclasses.astuple() and asdict() docs (GH-26154) https://github.com/python/cpython/commit/376b24e4f69cba53bae9856e9d076a

[issue43905] dataclasses.astuple (and .asdict) do deepcopy on all fields

2021-11-29 Thread miss-islington
miss-islington added the comment: New changeset 32f1491a9770b7f2989507ecf8f13ef35dd95b0b by Miss Islington (bot) in branch '3.10': bpo-43905: Expand dataclasses.astuple() and asdict() docs (GH-26154) https://github.com/python/cpython/commit/32f1491a9770b7f2989507ecf8f13e

[issue45931] Directory.Build.props/targets leaks from folders above the repo

2021-11-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +28084 pull_request: https://github.com/python/cpython/pull/29856 ___ Python tracker <https://bugs.python.org/issue45

[issue45931] Directory.Build.props/targets leaks from folders above the repo

2021-11-29 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +28083 pull_request: https://github.com/python/cpython/pull/29855 ___ Python tracker <https://bugs.python.org/issu

[issue45931] Directory.Build.props/targets leaks from folders above the repo

2021-11-29 Thread miss-islington
miss-islington added the comment: New changeset 5a6d9ed700ecc6984387e0533b11d81692c40469 by Miss Islington (bot) in branch '3.10': bpo-45931: Prevent Directory.Build.props/targets from leaking from directories above the repo when building on Windows (GH-29854) https://github.

[issue45931] Directory.Build.props/targets leaks from folders above the repo

2021-11-29 Thread miss-islington
miss-islington added the comment: New changeset b91805ec0283f0642aa3311ec617c8596f65b7b4 by Miss Islington (bot) in branch '3.9': bpo-45931: Prevent Directory.Build.props/targets from leaking from directories above the repo when building on Windows (GH-29854) https://github.

[issue33381] [doc] Incorrect documentation for strftime()/strptime() format code %f

2021-11-30 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 7.0 -> 8.0 pull_requests: +28089 pull_request: https://github.com/python/cpython/pull/29862 ___ Python tracker <https://bugs.python.org/issu

[issue33381] [doc] Incorrect documentation for strftime()/strptime() format code %f

2021-11-30 Thread miss-islington
Change by miss-islington : -- pull_requests: +28090 pull_request: https://github.com/python/cpython/pull/29863 ___ Python tracker <https://bugs.python.org/issue33

[issue45896] Conflicting statements in docs about default support for asyncio subprocesses on Windows

2021-12-01 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +28102 pull_request: https://github.com/python/cpython/pull/29877 ___ Python tracker <https://bugs.python.org/issu

[issue45896] Conflicting statements in docs about default support for asyncio subprocesses on Windows

2021-12-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +28103 pull_request: https://github.com/python/cpython/pull/29878 ___ Python tracker <https://bugs.python.org/issue45

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

2021-12-02 Thread miss-islington
miss-islington added the comment: New changeset cb2b3c8d3566ae46b3b8d0718019e1c98484589e by Christian Heimes in branch 'main': bpo-40280: Emscripten has no support for subprocesses (GH-29872) https://github.com/python/cpython/commit/cb2b3c8d3566ae46b3b8d0718019e1c98484589e -

[issue45916] documentation link error

2021-12-02 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +28121 pull_request: https://github.com/python/cpython/pull/29897 ___ Python tracker <https://bugs.python.org/issu

[issue45916] documentation link error

2021-12-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +28122 pull_request: https://github.com/python/cpython/pull/29898 ___ Python tracker <https://bugs.python.org/issue45

[issue45916] documentation link error

2021-12-02 Thread miss-islington
miss-islington added the comment: New changeset f6648e229edf07a1e4897244d7d34989dd9ea647 by Miss Islington (bot) in branch '3.10': bpo-45916: Use HTTPS link for The Perils of Floating Point (GH-29896) https://github.com/python/cpython/commit/f6648e229edf07a1e4897244d7d349

[issue45582] Rewrite getpath.c in Python

2021-12-03 Thread miss-islington
miss-islington added the comment: New changeset 0ae4e0c959bbc90ec18180ef3cc957759d346ced by Benjamin Peterson in branch 'main': bpo-45582 Fix prototype of _Py_Get_Getpath_CodeObject. (GH-29907) https://github.com/python/cpython/commit/0ae4e0c959bbc90ec18180ef3cc957

[issue27946] elementtree calls PyDict_GetItem without owning a reference to the dict

2021-12-05 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +28143 pull_request: https://github.com/python/cpython/pull/29919 ___ Python tracker <https://bugs.python.org/issu

[issue27946] elementtree calls PyDict_GetItem without owning a reference to the dict

2021-12-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +28144 pull_request: https://github.com/python/cpython/pull/29920 ___ Python tracker <https://bugs.python.org/issue27

[issue27946] elementtree calls PyDict_GetItem without owning a reference to the dict

2021-12-05 Thread miss-islington
miss-islington added the comment: New changeset 52a9a71fe682e47f6c78a9c34aa9a797ca632c86 by Miss Islington (bot) in branch '3.9': bpo-27946: Fix possible crash in ElementTree.Element (GH-29915) https://github.com/python/cpython/commit/52a9a71fe682e47f6c78a9c34aa9a7

[issue27946] elementtree calls PyDict_GetItem without owning a reference to the dict

2021-12-05 Thread miss-islington
miss-islington added the comment: New changeset beb834292db54fea129dd073cc822179430cee52 by Miss Islington (bot) in branch '3.10': bpo-27946: Fix possible crash in ElementTree.Element (GH-29915) https://github.com/python/cpython/commit/beb834292db54fea129dd073cc8221

[issue45662] Incorrect repr of InitVar of a type alias

2021-12-05 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +28147 pull_request: https://github.com/python/cpython/pull/29923 ___ Python tracker <https://bugs.python.org/issu

[issue45662] Incorrect repr of InitVar of a type alias

2021-12-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +28148 pull_request: https://github.com/python/cpython/pull/29924 ___ Python tracker <https://bugs.python.org/issue45

[issue45663] is_dataclass() does not work for dataclasses which are subclasses of types.GenericAlias

2021-12-05 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +28149 pull_request: https://github.com/python/cpython/pull/29925 ___ Python tracker <https://bugs.python.org/issu

[issue45663] is_dataclass() does not work for dataclasses which are subclasses of types.GenericAlias

2021-12-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +28150 pull_request: https://github.com/python/cpython/pull/29926 ___ Python tracker <https://bugs.python.org/issue45

[issue45664] resolve_bases() and new_class() do not work with type alias of a built-in type

2021-12-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +28152 pull_request: https://github.com/python/cpython/pull/29928 ___ Python tracker <https://bugs.python.org/issue45

[issue45664] resolve_bases() and new_class() do not work with type alias of a built-in type

2021-12-05 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +28151 pull_request: https://github.com/python/cpython/pull/29927 ___ Python tracker <https://bugs.python.org/issu

[issue45662] Incorrect repr of InitVar of a type alias

2021-12-05 Thread miss-islington
miss-islington added the comment: New changeset f1dd5ed1f35a7ed5c3833c822e9965de2400d77e by Miss Islington (bot) in branch '3.10': bpo-45662: Fix the repr of InitVar with a type alias to the built-in class (GH-29291) https://github.com/python/cpyt

[issue45663] is_dataclass() does not work for dataclasses which are subclasses of types.GenericAlias

2021-12-05 Thread miss-islington
miss-islington added the comment: New changeset abceb66c7e33d165361d8a26efb3770faa721aff by Miss Islington (bot) in branch '3.10': bpo-45663: Fix is_dataclass() for dataclasses which are subclasses of types.GenericAlias (GH-29294) https://github.com/python/cpyt

[issue45663] is_dataclass() does not work for dataclasses which are subclasses of types.GenericAlias

2021-12-05 Thread miss-islington
miss-islington added the comment: New changeset 19050711f5a68e50b942b3b7f1f4cf398f27efff by Miss Islington (bot) in branch '3.9': bpo-45663: Fix is_dataclass() for dataclasses which are subclasses of types.GenericAlias (GH-29294) https://github.com/python/cpyt

[issue45664] resolve_bases() and new_class() do not work with type alias of a built-in type

2021-12-05 Thread miss-islington
miss-islington added the comment: New changeset cb68c0a3a4aeb4ec58ab1f71b70bc8bfecbceef6 by Miss Islington (bot) in branch '3.10': bpo-45664: Fix resolve_bases() and new_class() for GenericAlias instance as a base (GH-29298) https://github.com/python/cpyt

[issue44035] Regenerating the configure script fails even if dependencies are satisfied

2021-12-06 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +28161 pull_request: https://github.com/python/cpython/pull/29937 ___ Python tracker <https://bugs.python.org/issu

[issue28953] Use `raise from` when raising new IncompleteRead

2021-12-06 Thread miss-islington
miss-islington added the comment: New changeset c5c365220ed2c867fe81078f70b827de22db2ee6 by 180909 in branch 'main': bpo-28953: Use `raise from` when raising new IncompleteRead (GH-29861) https://github.com/python/cpython/commit/c5c365220ed2c867fe81078f70b827de22db2ee6 -

[issue46001] JSON module documentation mentions OverflowError for case that raises RecursionError

2021-12-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +28178 pull_request: https://github.com/python/cpython/pull/29953 ___ Python tracker <https://bugs.python.org/issue46

[issue46001] JSON module documentation mentions OverflowError for case that raises RecursionError

2021-12-07 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +28177 pull_request: https://github.com/python/cpython/pull/29952 ___ Python tracker <https://bugs.python.org/issu

[issue46001] JSON module documentation mentions OverflowError for case that raises RecursionError

2021-12-07 Thread miss-islington
miss-islington added the comment: New changeset 15da2a2723245710f1bd2c7cbd5b450532ae7728 by Miss Islington (bot) in branch '3.10': bpo-46001: Change OverflowError to RecursionError in JSON library docstrings (GH-29943) https://github.com/python/cpyt

[issue46001] JSON module documentation mentions OverflowError for case that raises RecursionError

2021-12-07 Thread miss-islington
miss-islington added the comment: New changeset 2e360832d7ed2697d715e93cb9f859a52264d60b by Miss Islington (bot) in branch '3.9': bpo-46001: Change OverflowError to RecursionError in JSON library docstrings (GH-29943) https://github.com/python/cpyt

<    33   34   35   36   37   38   39   40   41   42   >