[issue44963] anext_awaitable is not a collections.abc.Generator

2021-09-07 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 7.0 -> 8.0 pull_requests: +26623 pull_request: https://github.com/python/cpython/pull/28198 ___ Python tracker <https://bugs.python.org/issu

[issue45123] PyAiter_Check & PyObject_GetAiter issues

2021-09-07 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +26624 pull_request: https://github.com/python/cpython/pull/28199 ___ Python tracker <https://bugs.python.org/issu

[issue44963] anext_awaitable is not a collections.abc.Generator

2021-09-07 Thread miss-islington
miss-islington added the comment: New changeset adc80a58f9683468e0ba5a6eed72040f7f6ba405 by Miss Islington (bot) in branch '3.10': bpo-44963: Implement send() and throw() methods for anext_awaitable objects (GH-27955) https://github.com/python/cpyt

[issue44964] Semantics of PyCode_Addr2Line() changed

2021-09-07 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +26627 pull_request: https://github.com/python/cpython/pull/28202 ___ Python tracker <https://bugs.python.org/issu

[issue44964] Semantics of PyCode_Addr2Line() changed

2021-09-07 Thread miss-islington
miss-islington added the comment: New changeset fc840736e54da0557616882012f362b809490165 by Miss Islington (bot) in branch '3.10': bpo-44964: Add a note explaining the new semantics of f_last_i in frame objects (GH-28200) https://github.com/python/cpyt

[issue45104] Error in __new__ docs

2021-09-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +26638 pull_request: https://github.com/python/cpython/pull/28213 ___ Python tracker <https://bugs.python.org/issue45

[issue45104] Error in __new__ docs

2021-09-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +26637 pull_request: https://github.com/python/cpython/pull/28212 ___ Python tracker <https://bugs.python.org/issue45

[issue45104] Error in __new__ docs

2021-09-07 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +26636 pull_request: https://github.com/python/cpython/pull/28211 ___ Python tracker <https://bugs.python.org/issu

[issue45118] regrtest no longer lists "re-run tests" in the second summary

2021-09-07 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +26639 pull_request: https://github.com/python/cpython/pull/28214 ___ Python tracker <https://bugs.python.org/issu

[issue45118] regrtest no longer lists "re-run tests" in the second summary

2021-09-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +26640 pull_request: https://github.com/python/cpython/pull/28215 ___ Python tracker <https://bugs.python.org/issue45

[issue45104] Error in __new__ docs

2021-09-07 Thread miss-islington
miss-islington added the comment: New changeset ef704137770b2e98da7880c828aaf921f0b45337 by Miss Islington (bot) in branch '3.10': bpo-45104: Clarify when __init__ is called (GH-28210) https://github.com/python/cpython/commit/ef704137770b2e98da7880c828aaf9

[issue38820] Make Python compatible with OpenSSL 3.0.0

2021-09-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +26641 pull_request: https://github.com/python/cpython/pull/28216 ___ Python tracker <https://bugs.python.org/issue38

[issue24888] FileNotFoundException raised by subprocess.call

2021-09-07 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 7.0 -> 8.0 pull_requests: +26645 pull_request: https://github.com/python/cpython/pull/28223 ___ Python tracker <https://bugs.python.org/issu

[issue24888] FileNotFoundException raised by subprocess.call

2021-09-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +26646 pull_request: https://github.com/python/cpython/pull/28224 ___ Python tracker <https://bugs.python.org/issue24

[issue24888] FileNotFoundException raised by subprocess.call

2021-09-07 Thread miss-islington
miss-islington added the comment: New changeset 31be544721670516fa9700e088c022ff38b0c5fe by Miss Islington (bot) in branch '3.10': bpo-24888: Clarify subprocess.check_call propagates exceptions if unable to start process (GH-28018) https://github.com/python/cpyt

[issue38820] Make Python compatible with OpenSSL 3.0.0

2021-09-08 Thread miss-islington
miss-islington added the comment: New changeset 2fe15dbaad651707fb198c3477b7db77ab89ade0 by Miss Islington (bot) in branch '3.10': bpo-38820: Test with OpenSSL 3.0.0 final (GH-28205) https://github.com/python/cpython/commit/2fe15dbaad651707fb198c3477b7db

[issue45121] Calling super().__init__ in subclasses of typing.Protocol raises RecursionError

2021-09-08 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +26652 pull_request: https://github.com/python/cpython/pull/28232 ___ Python tracker <https://bugs.python.org/issu

[issue44860] sysconfig's posix_user scheme has different platlib value to distutils's unix_user

2021-09-09 Thread miss-islington
Change by miss-islington : -- pull_requests: +26672 pull_request: https://github.com/python/cpython/pull/28251 ___ Python tracker <https://bugs.python.org/issue44

[issue44219] Opening a file holds the GIL when it calls "isatty()"

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

[issue44219] Opening a file holds the GIL when it calls "isatty()"

2021-09-09 Thread miss-islington
Change by miss-islington : -- pull_requests: +26675 pull_request: https://github.com/python/cpython/pull/28256 ___ Python tracker <https://bugs.python.org/issue44

[issue44219] Opening a file holds the GIL when it calls "isatty()"

2021-09-09 Thread miss-islington
miss-islington added the comment: New changeset 5c65834d801d6b4313eef0684a30e12c22ccfedd by Miss Islington (bot) in branch '3.9': bpo-44219: Release the GIL during isatty syscalls (GH-28250) https://github.com/python/cpython/commit/5c65834d801d6b4313eef0684a30e1

[issue45147] Typo in "What's New In Python 3.10" documentation

2021-09-09 Thread miss-islington
Change by miss-islington : -- keywords: +patch nosy: +miss-islington nosy_count: 8.0 -> 9.0 pull_requests: +26679 stage: -> patch review pull_request: https://github.com/python/cpython/pull/28259 ___ Python tracker <https://bugs.p

[issue45067] Failed to build _curses on CentOS 7

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

[issue45067] Failed to build _curses on CentOS 7

2021-09-09 Thread miss-islington
miss-islington added the comment: New changeset b86437bb15fbaba55f9e56661598b4d5a3db86bb by Miss Islington (bot) in branch '3.10': bpo-45067 - Verify the version of ncurses for extended color support feature usage. (GH-28260) https://github.com/python/cpyt

[issue45024] Cannot extend collections ABCs with protocol

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

[issue23864] doc: issubclass without registration only works for "one-trick pony" collections ABCs.

2021-09-09 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 12.0 -> 13.0 pull_requests: +26687 pull_request: https://github.com/python/cpython/pull/28266 ___ Python tracker <https://bugs.python.org/issu

[issue44219] Opening a file holds the GIL when it calls "isatty()"

2021-09-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +26693 pull_request: https://github.com/python/cpython/pull/28275 ___ Python tracker <https://bugs.python.org/issue44

[issue44219] Opening a file holds the GIL when it calls "isatty()"

2021-09-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +26692 pull_request: https://github.com/python/cpython/pull/28274 ___ Python tracker <https://bugs.python.org/issue44

[issue44964] Semantics of PyCode_Addr2Line() changed

2021-09-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +26694 pull_request: https://github.com/python/cpython/pull/28276 ___ Python tracker <https://bugs.python.org/issue44

[issue9811] strftime strips '%' from unknown format codes on OS X

2021-09-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +26696 pull_request: https://github.com/python/cpython/pull/28278 ___ Python tracker <https://bugs.python.org/issue9

[issue9811] strftime strips '%' from unknown format codes on OS X

2021-09-10 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 10.0 -> 11.0 pull_requests: +26695 pull_request: https://github.com/python/cpython/pull/28277 ___ Python tracker <https://bugs.python.org/iss

[issue35474] mimetypes.guess_all_extensions potentially mutates list

2021-09-11 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +26705 stage: -> patch review pull_request: https://github.com/python/cpython/pull/28289 ___ Python tracker <https://bugs.python.org/i

[issue35474] mimetypes.guess_all_extensions potentially mutates list

2021-09-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +26706 pull_request: https://github.com/python/cpython/pull/28290 ___ Python tracker <https://bugs.python.org/issue35

[issue45126] [sqlite3] cleanup and harden Connection and Cursor __init__

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

[issue45126] [sqlite3] cleanup and harden Connection and Cursor __init__

2021-09-12 Thread miss-islington
miss-islington added the comment: New changeset 5d28bb699a305135a220a97ac52e90d9344a3004 by Miss Islington (bot) in branch '3.9': [3.10] bpo-45126: Fix ref. leak in `sqlite3.Connection.__init__` (GH-28231). (GH-28298) https://github.com/python/cpyt

[issue45182] Incorrect use of requires_zlib in test_bdist_rpm

2021-09-13 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +26721 pull_request: https://github.com/python/cpython/pull/28308 ___ Python tracker <https://bugs.python.org/issu

[issue45182] Incorrect use of requires_zlib in test_bdist_rpm

2021-09-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +26722 pull_request: https://github.com/python/cpython/pull/28309 ___ Python tracker <https://bugs.python.org/issue45

[issue45182] Incorrect use of requires_zlib in test_bdist_rpm

2021-09-13 Thread miss-islington
miss-islington added the comment: New changeset 2f1d9bca144f3bbb4199111f4763ef05daea8526 by Miss Islington (bot) in branch '3.10': bpo-45182: Fix incorrect use of requires_zlib in test_bdist_rpm (GH-28305) https://github.com/python/cpython/commit/2f1d9bca144f3bbb4199111f4763ef

[issue45182] Incorrect use of requires_zlib in test_bdist_rpm

2021-09-13 Thread miss-islington
miss-islington added the comment: New changeset 218fe2cb798df32a722f61b95db280f6685ec3e6 by Miss Islington (bot) in branch '3.9': bpo-45182: Fix incorrect use of requires_zlib in test_bdist_rpm (GH-28305) https://github.com/python/cpython/commit/218fe2cb798df32a722f61b95db280

[issue42135] [importlib] Deprecate find_module() & find_loader() mplementations

2021-09-13 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +26730 pull_request: https://github.com/python/cpython/pull/28321 ___ Python tracker <https://bugs.python.org/issu

[issue45156] mock.seal has infinite recursion with int class attributes

2021-09-14 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +26737 pull_request: https://github.com/python/cpython/pull/28326 ___ Python tracker <https://bugs.python.org/issu

[issue45156] mock.seal has infinite recursion with int class attributes

2021-09-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +26738 pull_request: https://github.com/python/cpython/pull/28327 ___ Python tracker <https://bugs.python.org/issue45

[issue45156] mock.seal has infinite recursion with int class attributes

2021-09-14 Thread miss-islington
miss-islington added the comment: New changeset 13257d9fca13dfa1bda5b802d68ddaec72f3a07e by Miss Islington (bot) in branch '3.9': bpo-45156: Fixes inifite loop on unittest.mock.seal() (GH-28300) https://github.com/python/cpython/commit/13257d9fca13dfa1bda5b802d68dda

[issue45195] test_readline: test_nonascii() failed on aarch64 RHEL8 Refleaks 3.x

2021-09-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +26744 pull_request: https://github.com/python/cpython/pull/28334 ___ Python tracker <https://bugs.python.org/issue45

[issue45195] test_readline: test_nonascii() failed on aarch64 RHEL8 Refleaks 3.x

2021-09-14 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +26743 pull_request: https://github.com/python/cpython/pull/28333 ___ Python tracker <https://bugs.python.org/issu

[issue45196] macOS. ./configure --with-address-sanitizer; make test; cause test case crash.

2021-09-14 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +26750 pull_request: https://github.com/python/cpython/pull/28337 ___ Python tracker <https://bugs.python.org/issu

[issue45196] macOS. ./configure --with-address-sanitizer; make test; cause test case crash.

2021-09-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +26751 pull_request: https://github.com/python/cpython/pull/28338 ___ Python tracker <https://bugs.python.org/issue45

[issue45196] macOS. ./configure --with-address-sanitizer; make test; cause test case crash.

2021-09-14 Thread miss-islington
miss-islington added the comment: New changeset 9ccdc90488302b212bd3405d10dc5c22052e9b4c by Miss Islington (bot) in branch '3.9': bpo-45196: prevent unittest crash on address sanitizer builds (GH-28331) https://github.com/python/cpython/commit/9ccdc90488302b212bd3405d10dc5c

[issue45196] macOS. ./configure --with-address-sanitizer; make test; cause test case crash.

2021-09-14 Thread miss-islington
miss-islington added the comment: New changeset be200c3c6e2f82db553c0e5424e4ba70caf189c3 by Miss Islington (bot) in branch '3.10': bpo-45196: prevent unittest crash on address sanitizer builds (GH-28331) https://github.com/python/cpython/commit/be200c3c6e2f82db553c0e5424e4ba

[issue4356] Add "key" argument to "bisect" module functions

2021-09-14 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 21.0 -> 22.0 pull_requests: +26753 pull_request: https://github.com/python/cpython/pull/28340 ___ Python tracker <https://bugs.python.org/iss

[issue45020] Freeze all modules imported during startup.

2021-09-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +26759 pull_request: https://github.com/python/cpython/pull/28346 ___ Python tracker <https://bugs.python.org/issue45

[issue45020] Freeze all modules imported during startup.

2021-09-15 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 15.0 -> 16.0 pull_requests: +26758 pull_request: https://github.com/python/cpython/pull/28345 ___ Python tracker <https://bugs.python.org/issu

[issue45193] IDLE Show completions pop-up not working on Ubuntu Linux

2021-09-15 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +26760 pull_request: https://github.com/python/cpython/pull/28347 ___ Python tracker <https://bugs.python.org/issu

[issue45020] Freeze all modules imported during startup.

2021-09-15 Thread miss-islington
miss-islington added the comment: New changeset 8a9396cf1d9e1ce558841095e1ce0d3c23b7a8aa by Miss Islington (bot) in branch '3.10': bpo-45020: Don't test IDLE with frozen module. (GH-28344) https://github.com/python/cpython/commit/8a9396cf1d9e1ce558841095e

[issue45020] Freeze all modules imported during startup.

2021-09-15 Thread miss-islington
miss-islington added the comment: New changeset f71b86e0ae194613d235086755c6a44266978be1 by Miss Islington (bot) in branch '3.9': bpo-45020: Don't test IDLE with frozen module. (GH-28344) https://github.com/python/cpython/commit/f71b86e0ae194613d23508675

[issue45193] IDLE Show completions pop-up not working on Ubuntu Linux

2021-09-15 Thread miss-islington
miss-islington added the comment: New changeset 0c64569ac7066a97e4482c6d6e4d780806692ae5 by Miss Islington (bot) in branch '3.10': bpo-45193: Restore IDLE completion boxes on Ubuntu (GH-28343) https://github.com/python/cpython/commit/0c64569ac7066a97e4482c6d6e4d78

[issue44786] test_check_c_globals "crashed" and then "FutureWarning: Possible nested set at position 12"

2021-09-15 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +26767 pull_request: https://github.com/python/cpython/pull/28353 ___ Python tracker <https://bugs.python.org/issu

[issue45208] test_pdb: test_checkline_is_not_executable() logs messages

2021-09-15 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +26777 pull_request: https://github.com/python/cpython/pull/28363 ___ Python tracker <https://bugs.python.org/issu

[issue45205] test_compileall logs "Compiling ..." messages

2021-09-15 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +26778 pull_request: https://github.com/python/cpython/pull/28364 ___ Python tracker <https://bugs.python.org/issu

[issue45207] test_gdb logs "Function ... not defined" messages

2021-09-15 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +26779 pull_request: https://github.com/python/cpython/pull/28365 ___ Python tracker <https://bugs.python.org/issu

[issue45207] test_gdb logs "Function ... not defined" messages

2021-09-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +26780 pull_request: https://github.com/python/cpython/pull/28366 ___ Python tracker <https://bugs.python.org/issue45

[issue45167] deepcopy of GenericAlias with __deepcopy__ method is broken

2021-09-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +26782 pull_request: https://github.com/python/cpython/pull/28368 ___ Python tracker <https://bugs.python.org/issue45

[issue45167] deepcopy of GenericAlias with __deepcopy__ method is broken

2021-09-15 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +26781 pull_request: https://github.com/python/cpython/pull/28367 ___ Python tracker <https://bugs.python.org/issu

[issue45193] IDLE Show completions pop-up not working on Ubuntu Linux

2021-09-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +26783 pull_request: https://github.com/python/cpython/pull/28369 ___ Python tracker <https://bugs.python.org/issue45

[issue45205] test_compileall logs "Compiling ..." messages

2021-09-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +26784 pull_request: https://github.com/python/cpython/pull/28370 ___ Python tracker <https://bugs.python.org/issue45

[issue45089] [sqlite3] the trace callback does not raise exceptions on error

2021-09-15 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +26785 pull_request: https://github.com/python/cpython/pull/28371 ___ Python tracker <https://bugs.python.org/issu

[issue45089] [sqlite3] the trace callback does not raise exceptions on error

2021-09-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +26786 pull_request: https://github.com/python/cpython/pull/28372 ___ Python tracker <https://bugs.python.org/issue45

[issue45193] IDLE Show completions pop-up not working on Ubuntu Linux

2021-09-15 Thread miss-islington
miss-islington added the comment: New changeset a5bc0ffc520e09226f85d5fa8faaa83be0acee68 by Miss Islington (bot) in branch '3.10': bpo-45193: News for IDLE PR_28343 (GH-28348) https://github.com/python/cpython/commit/a5bc0ffc520e09226f85d5fa8faaa8

[issue45212] Dangling threads in skipped tests in test_socket

2021-09-16 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +26798 pull_request: https://github.com/python/cpython/pull/28384 ___ Python tracker <https://bugs.python.org/issu

[issue45212] Dangling threads in skipped tests in test_socket

2021-09-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +26799 pull_request: https://github.com/python/cpython/pull/28385 ___ Python tracker <https://bugs.python.org/issue45

[issue45220] Windows builds sometimes fail on Azure and GitHub Action: fatal error RC1116: RC terminating after preprocessor errors

2021-09-16 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 7.0 -> 8.0 pull_requests: +26806 pull_request: https://github.com/python/cpython/pull/28394 ___ Python tracker <https://bugs.python.org/issu

[issue45220] Windows builds sometimes fail on Azure and GitHub Action: fatal error RC1116: RC terminating after preprocessor errors

2021-09-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +26807 pull_request: https://github.com/python/cpython/pull/28395 ___ Python tracker <https://bugs.python.org/issue45

[issue45220] Windows builds sometimes fail on Azure and GitHub Action: fatal error RC1116: RC terminating after preprocessor errors

2021-09-16 Thread miss-islington
miss-islington added the comment: New changeset 7ad07eed885ae333d5dfc470b9c11ff2f7b229aa by Miss Islington (bot) in branch '3.9': bpo-45220: Avoid automatically selecting the Windows 11 SDK preview when building (GH-28393) https://github.com/python/cpyt

[issue45228] Stack buffer overflow in parsing J1939 network address

2021-09-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +26819 pull_request: https://github.com/python/cpython/pull/28407 ___ Python tracker <https://bugs.python.org/issue45

[issue45228] Stack buffer overflow in parsing J1939 network address

2021-09-17 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +26818 pull_request: https://github.com/python/cpython/pull/28406 ___ Python tracker <https://bugs.python.org/issu

[issue45228] Stack buffer overflow in parsing J1939 network address

2021-09-17 Thread miss-islington
miss-islington added the comment: New changeset 62c74f34e7541cf5c9780661b260c53617291804 by Miss Islington (bot) in branch '3.10': bpo-45228: Fix stack buffer overflow in parsing J1939 address (GH-28404) https://github.com/python/cpython/commit/62c74f34e7541cf5c9780661b260c5

[issue45228] Stack buffer overflow in parsing J1939 network address

2021-09-17 Thread miss-islington
miss-islington added the comment: New changeset 98fef200bbfd8adec27799265deb200ab5e4513e by Miss Islington (bot) in branch '3.9': bpo-45228: Fix stack buffer overflow in parsing J1939 address (GH-28404) https://github.com/python/cpython/commit/98fef200bbfd8adec27799265deb20

[issue45187] Some tests in test_socket are not run

2021-09-17 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +26824 pull_request: https://github.com/python/cpython/pull/28412 ___ Python tracker <https://bugs.python.org/issu

[issue45187] Some tests in test_socket are not run

2021-09-17 Thread miss-islington
miss-islington added the comment: New changeset 5a5684a14b1417fea27af6b6a89eb7faec7fb80a by Miss Islington (bot) in branch '3.10': bpo-45187: Collect test_socket tests using unittest (GH-28317) https://github.com/python/cpython/commit/5a5684a14b1417fea27af6b6a89eb7

[issue45217] ConfigParser does not accept "No value" reversely to the doc

2021-09-17 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +26827 pull_request: https://github.com/python/cpython/pull/28416 ___ Python tracker <https://bugs.python.org/issu

[issue45217] ConfigParser does not accept "No value" reversely to the doc

2021-09-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +26828 pull_request: https://github.com/python/cpython/pull/28418 ___ Python tracker <https://bugs.python.org/issue45

[issue45187] Some tests in test_socket are not run

2021-09-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +26835 pull_request: https://github.com/python/cpython/pull/28423 ___ Python tracker <https://bugs.python.org/issue45

[issue45187] Some tests in test_socket are not run

2021-09-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +26836 pull_request: https://github.com/python/cpython/pull/28424 ___ Python tracker <https://bugs.python.org/issue45

[issue45187] Some tests in test_socket are not run

2021-09-17 Thread miss-islington
miss-islington added the comment: New changeset 21711d53411e0da5976a9af591cd6ca97033f712 by Miss Islington (bot) in branch '3.10': bpo-45187: Fix dangling threads in test_socket.CreateServerFunctionalTest (GH-28422) https://github.com/python/cpyt

[issue42038] Tracemalloc's format() doc contradictory

2021-09-17 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +26838 pull_request: https://github.com/python/cpython/pull/28428 ___ Python tracker <https://bugs.python.org/issu

[issue42038] Tracemalloc's format() doc contradictory

2021-09-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +26839 pull_request: https://github.com/python/cpython/pull/28429 ___ Python tracker <https://bugs.python.org/issue42

[issue44640] Fix punctuation in isinstance() error message

2021-09-17 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +26841 pull_request: https://github.com/python/cpython/pull/28436 ___ Python tracker <https://bugs.python.org/issu

[issue45183] Unexpected exception with zip importer

2021-09-17 Thread miss-islington
Change by miss-islington : -- keywords: +patch nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +26842 stage: -> patch review pull_request: https://github.com/python/cpython/pull/28437 ___ Python tracker <https://bugs.p

[issue45235] argparse does not preserve namespace with subparser defaults

2021-09-17 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +26845 pull_request: https://github.com/python/cpython/pull/28442 ___ Python tracker <https://bugs.python.org/issu

[issue45235] argparse does not preserve namespace with subparser defaults

2021-09-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +26846 pull_request: https://github.com/python/cpython/pull/28443 ___ Python tracker <https://bugs.python.org/issue45

[issue45198] __set_name__ documentation not clear about its usage with non-descriptor classes

2021-09-17 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +26847 pull_request: https://github.com/python/cpython/pull/28444 ___ Python tracker <https://bugs.python.org/issu

[issue45198] __set_name__ documentation not clear about its usage with non-descriptor classes

2021-09-18 Thread miss-islington
miss-islington added the comment: New changeset 7ab114bf1fa0f28ee267a4c69e597cc49a186a14 by Miss Islington (bot) in branch '3.10': bpo-45198: __set_name__ documentation not clear about its usage with non-descriptor classes (GH-28439) https://github.com/python/cpyt

[issue36674] "unittest.TestCase.debug" should honour "skip" (and other test controls)

2021-09-18 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 7.0 -> 8.0 pull_requests: +26850 pull_request: https://github.com/python/cpython/pull/28447 ___ Python tracker <https://bugs.python.org/issu

[issue36674] "unittest.TestCase.debug" should honour "skip" (and other test controls)

2021-09-18 Thread miss-islington
Change by miss-islington : -- pull_requests: +26851 pull_request: https://github.com/python/cpython/pull/28448 ___ Python tracker <https://bugs.python.org/issue36

[issue36674] "unittest.TestCase.debug" should honour "skip" (and other test controls)

2021-09-18 Thread miss-islington
miss-islington added the comment: New changeset 7e465a6b8273dc0b6cb484c65664f618afa22484 by Miss Islington (bot) in branch '3.9': bpo-36674: Honour the skipping decorators in TestCase.debug() (GH-28446) https://github.com/python/cpython/commit/7e465a6b8273dc0b6cb484c65664f6

[issue36674] "unittest.TestCase.debug" should honour "skip" (and other test controls)

2021-09-18 Thread miss-islington
miss-islington added the comment: New changeset 753f7af22e78456726496fd5d8bf38e7e6567e4e by Miss Islington (bot) in branch '3.10': bpo-36674: Honour the skipping decorators in TestCase.debug() (GH-28446) https://github.com/python/cpython/commit/753f7af22e78456726496fd5d8bf38

[issue30637] Syntax error reported on compile(...), but not on compile(..., ast.PyCF_ONLY_AST)

2021-09-19 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 7.0 -> 8.0 pull_requests: +26861 pull_request: https://github.com/python/cpython/pull/28460 ___ Python tracker <https://bugs.python.org/issu

[issue30637] Syntax error reported on compile(...), but not on compile(..., ast.PyCF_ONLY_AST)

2021-09-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +26862 pull_request: https://github.com/python/cpython/pull/28461 ___ Python tracker <https://bugs.python.org/issue30

[issue45128] test_multiprocessing_fork fails if run sequentially after test_genericalias and test_logging

2021-09-19 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +26863 pull_request: https://github.com/python/cpython/pull/28462 ___ Python tracker <https://bugs.python.org/issu

[issue30637] Syntax error reported on compile(...), but not on compile(..., ast.PyCF_ONLY_AST)

2021-09-19 Thread miss-islington
miss-islington added the comment: New changeset f17c979d909f05916e354ae54c82bff71dbede35 by Miss Islington (bot) in branch '3.10': bpo-30637: Improve the docs of ast.parse regarding differences with compile() (GH-28459) https://github.com/python/cpyt

<    28   29   30   31   32   33   34   35   36   37   >