[issue46345] Add an explicit test for `get_type_hints` for a class field with `None` default

2022-01-12 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +28770 pull_request: https://github.com/python/cpython/pull/30567 ___ Python tracker <https://bugs.python.org/issu

[issue46345] Add an explicit test for `get_type_hints` for a class field with `None` default

2022-01-12 Thread miss-islington
miss-islington added the comment: New changeset a468866a67d83a24e3a3c3a0070129773d28bbd9 by Miss Islington (bot) in branch '3.10': bpo-46345: Add a test case for implicit `Optional` class attribute (GH-30535) https://github.com/python/cpython/commit/a468866a67d83a24e3a3c3a0070129

[issue46345] Add an explicit test for `get_type_hints` for a class field with `None` default

2022-01-12 Thread miss-islington
miss-islington added the comment: New changeset d9101c4e49dc29f21319493818130ad5468402a2 by Miss Islington (bot) in branch '3.9': bpo-46345: Add a test case for implicit `Optional` class attribute (GH-30535) https://github.com/python/cpython/commit/d9101c4e49dc29f21319493818130a

[issue40479] Port _hashlib to OpenSSL 3.0.0

2022-01-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +28773 pull_request: https://github.com/python/cpython/pull/30573 ___ Python tracker <https://bugs.python.org/issue40

[issue46070] [subinterpreters] crash when importing _sre in subinterpreters in parallel (Python 3.9 regression)

2022-01-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +28777 pull_request: https://github.com/python/cpython/pull/30578 ___ Python tracker <https://bugs.python.org/issue46

[issue46070] [subinterpreters] crash when importing _sre in subinterpreters in parallel (Python 3.9 regression)

2022-01-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +28778 pull_request: https://github.com/python/cpython/pull/30579 ___ Python tracker <https://bugs.python.org/issue46

[issue46070] [subinterpreters] crash when importing _sre in subinterpreters in parallel (Python 3.9 regression)

2022-01-13 Thread miss-islington
miss-islington added the comment: New changeset e6bb17fe29713368e1fd93d9ac9611017c4f570c by Miss Islington (bot) in branch '3.10': bpo-46070: _PyGC_Fini() untracks objects (GH-30577) https://github.com/python/cpython/commit/e6bb17fe29713368e1fd93d9ac9611

[issue40479] Port _hashlib to OpenSSL 3.0.0

2022-01-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +28783 pull_request: https://github.com/python/cpython/pull/30585 ___ Python tracker <https://bugs.python.org/issue40

[issue40479] Port _hashlib to OpenSSL 3.0.0

2022-01-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +28784 pull_request: https://github.com/python/cpython/pull/30586 ___ Python tracker <https://bugs.python.org/issue40

[issue40479] Port _hashlib to OpenSSL 3.0.0

2022-01-13 Thread miss-islington
miss-islington added the comment: New changeset 47422a852de14a8ec11d058136c7c864d2cc7fc9 by Miss Islington (bot) in branch '3.10': [3.10] bpo-40479: Fix typo, flag must be set for OpenSSL < 3.0.0 (GH-30584) (GH-30585) https://github.com/python/c

[issue40479] Port _hashlib to OpenSSL 3.0.0

2022-01-13 Thread miss-islington
miss-islington added the comment: New changeset 537f16adfa31b5b1fe9d656d571d1e10fb115351 by Miss Islington (bot) in branch '3.9': bpo-40479: Fix typo, flag must be set for OpenSSL < 3.0.0 (GH-30584) https://github.com/python/cpython/commit/537f16adfa31b5b1fe9d656d571

[issue46280] About vulnerabilities in Cpython native code

2022-01-13 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 7.0 -> 8.0 pull_requests: +28790 pull_request: https://github.com/python/cpython/pull/30592 ___ Python tracker <https://bugs.python.org/issu

[issue46280] About vulnerabilities in Cpython native code

2022-01-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +28791 pull_request: https://github.com/python/cpython/pull/30593 ___ Python tracker <https://bugs.python.org/issue46

[issue46280] About vulnerabilities in Cpython native code

2022-01-13 Thread miss-islington
miss-islington added the comment: New changeset 86d18019e96167c5ab6f5157fa90598202849904 by Miss Islington (bot) in branch '3.10': bpo-46280: Fix tracemalloc_copy_domain() (GH-30591) https://github.com/python/cpython/commit/86d18019e96167c5ab6f5157fa9059

[issue46280] About vulnerabilities in Cpython native code

2022-01-13 Thread miss-islington
miss-islington added the comment: New changeset ae6e255cb362557ff713ff2967aecb92f7eb069c by Miss Islington (bot) in branch '3.9': bpo-46280: Fix tracemalloc_copy_domain() (GH-30591) https://github.com/python/cpython/commit/ae6e255cb362557ff713ff2967aecb

[issue23183] timeit CLI best of 3: undocumented output format

2022-01-14 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +28802 pull_request: https://github.com/python/cpython/pull/30603 ___ Python tracker <https://bugs.python.org/issu

[issue23183] timeit CLI best of 3: undocumented output format

2022-01-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +28803 pull_request: https://github.com/python/cpython/pull/30604 ___ Python tracker <https://bugs.python.org/issue23

[issue23183] timeit CLI best of 3: undocumented output format

2022-01-14 Thread miss-islington
miss-islington added the comment: New changeset 26039d1e0a1da897d28688895126eb8bbd16f2c9 by Miss Islington (bot) in branch '3.10': bpo-23183: Document the timeit output (GH-30359) https://github.com/python/cpython/commit/26039d1e0a1da897d28688895126eb

[issue23183] timeit CLI best of 3: undocumented output format

2022-01-14 Thread miss-islington
miss-islington added the comment: New changeset 9badf6895a9bc1b01b2d6b2fb35419e7c5523ce6 by Miss Islington (bot) in branch '3.9': bpo-23183: Document the timeit output (GH-30359) https://github.com/python/cpython/commit/9badf6895a9bc1b01b2d6b2fb35419

[issue20281] [doc] time.strftime %z format specifier is the same as %Z

2022-01-14 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 7.0 -> 8.0 pull_requests: +28808 pull_request: https://github.com/python/cpython/pull/30608 ___ Python tracker <https://bugs.python.org/issu

[issue20281] [doc] time.strftime %z format specifier is the same as %Z

2022-01-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +28810 pull_request: https://github.com/python/cpython/pull/30609 ___ Python tracker <https://bugs.python.org/issue20

[issue29964] [doc] %z directive has no effect on the output of time.strptime

2022-01-14 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 7.0 -> 8.0 pull_requests: +28809 pull_request: https://github.com/python/cpython/pull/30608 ___ Python tracker <https://bugs.python.org/issu

[issue29964] [doc] %z directive has no effect on the output of time.strptime

2022-01-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +28811 pull_request: https://github.com/python/cpython/pull/30609 ___ Python tracker <https://bugs.python.org/issue29

[issue29964] [doc] %z directive has no effect on the output of time.strptime

2022-01-14 Thread miss-islington
miss-islington added the comment: New changeset 93dc1654dc3c925c062e19f0ef8587aa8961ef8a by Miss Islington (bot) in branch '3.10': bpo-20281, bpo-29964: update datetime docs to refer %z and %Z to a pre-existing footnote (GH-30354) https://github.com/python/cpyt

[issue20281] [doc] time.strftime %z format specifier is the same as %Z

2022-01-14 Thread miss-islington
miss-islington added the comment: New changeset 93dc1654dc3c925c062e19f0ef8587aa8961ef8a by Miss Islington (bot) in branch '3.10': bpo-20281, bpo-29964: update datetime docs to refer %z and %Z to a pre-existing footnote (GH-30354) https://github.com/python/cpyt

[issue29964] [doc] %z directive has no effect on the output of time.strptime

2022-01-14 Thread miss-islington
miss-islington added the comment: New changeset f869b56fe4be416d356fffc94b8b18fe65039929 by Miss Islington (bot) in branch '3.9': bpo-20281, bpo-29964: update datetime docs to refer %z and %Z to a pre-existing footnote (GH-30354) https://github.com/python/cpyt

[issue20281] [doc] time.strftime %z format specifier is the same as %Z

2022-01-14 Thread miss-islington
miss-islington added the comment: New changeset f869b56fe4be416d356fffc94b8b18fe65039929 by Miss Islington (bot) in branch '3.9': bpo-20281, bpo-29964: update datetime docs to refer %z and %Z to a pre-existing footnote (GH-30354) https://github.com/python/cpyt

[issue46383] _zoneinfo module_free has invalid function signature

2022-01-15 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +28812 pull_request: https://github.com/python/cpython/pull/30610 ___ Python tracker <https://bugs.python.org/issu

[issue13886] test_builtin.PtyTests fail on non-ASCII characters if the readline module is loaded

2022-01-17 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 10.0 -> 11.0 pull_requests: +28837 pull_request: https://github.com/python/cpython/pull/30634 ___ Python tracker <https://bugs.python.org/issu

[issue13886] test_builtin.PtyTests fail on non-ASCII characters if the readline module is loaded

2022-01-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +28838 pull_request: https://github.com/python/cpython/pull/30635 ___ Python tracker <https://bugs.python.org/issue13

[issue13886] test_builtin.PtyTests fail on non-ASCII characters if the readline module is loaded

2022-01-17 Thread miss-islington
miss-islington added the comment: New changeset 1345b460f568afa8a6f9c0e2b23adba5015f208e by Miss Islington (bot) in branch '3.10': bpo-13886: Skip PTY non-ASCII tests if readline is loaded (GH-30631) https://github.com/python/cpython/commit/1345b460f568afa8a6f9c0e2b23adb

[issue46411] modernize exception handling in tests

2022-01-17 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +28858 pull_request: https://github.com/python/cpython/pull/30657 ___ Python tracker <https://bugs.python.org/issu

[issue46411] modernize exception handling in tests

2022-01-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +28859 pull_request: https://github.com/python/cpython/pull/30658 ___ Python tracker <https://bugs.python.org/issue46

[issue46411] modernize exception handling in tests

2022-01-17 Thread miss-islington
miss-islington added the comment: New changeset 1d6530dd0564a6bb75989b9fca25a649b5ddc1b0 by Miss Islington (bot) in branch '3.9': [3.9] bpo-46411: Remove unnecessary calls to sys.exc_info() in tests (GH-30638) (GH-30658) https://github.com/python/cpyt

[issue46411] modernize exception handling in tests

2022-01-17 Thread miss-islington
miss-islington added the comment: New changeset 42038d00ea7b0b5455e371285102d85006fbf687 by Miss Islington (bot) in branch '3.10': bpo-46411: Remove unnecessary calls to sys.exc_info() in tests (GH-30638) https://github.com/python/cpython/commit/42038d00ea7b0b5455e371285102d8

[issue46402] Enhance sqlite3 to avoid implicit creation?

2022-01-18 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +28862 pull_request: https://github.com/python/cpython/pull/30661 ___ Python tracker <https://bugs.python.org/issu

[issue46402] Enhance sqlite3 to avoid implicit creation?

2022-01-18 Thread miss-islington
Change by miss-islington : -- pull_requests: +28863 pull_request: https://github.com/python/cpython/pull/30662 ___ Python tracker <https://bugs.python.org/issue46

[issue20823] [doc] Clarify copyreg.pickle() documentation

2022-01-18 Thread miss-islington
Change by miss-islington : -- pull_requests: +28870 pull_request: https://github.com/python/cpython/pull/30670 ___ Python tracker <https://bugs.python.org/issue20

[issue20823] [doc] Clarify copyreg.pickle() documentation

2022-01-18 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +28869 pull_request: https://github.com/python/cpython/pull/30669 ___ Python tracker <https://bugs.python.org/issu

[issue20823] [doc] Clarify copyreg.pickle() documentation

2022-01-18 Thread miss-islington
miss-islington added the comment: New changeset 8527f7a722aee3d9025267cc7ff2eb8afa38d166 by Miss Islington (bot) in branch '3.9': bpo-20823: Clarify copyreg.pickle() documentation (GH-30230) https://github.com/python/cpython/commit/8527f7a722aee3d9025267cc7ff2eb

[issue20823] [doc] Clarify copyreg.pickle() documentation

2022-01-18 Thread miss-islington
miss-islington added the comment: New changeset 9238a52cbc39c17ca6c7a8cbda32808dd5522a59 by Miss Islington (bot) in branch '3.10': bpo-20823: Clarify copyreg.pickle() documentation (GH-30230) https://github.com/python/cpython/commit/9238a52cbc39c17ca6c7a8cbda3280

[issue45554] multiprocessing exitcode is insufficiently documented

2022-01-18 Thread miss-islington
miss-islington added the comment: New changeset 3852269b91fcc8ee668cd876b3669eba6da5b1ac by John Marshall in branch 'main': bpo-45554: Document multiprocessing.Process.exitcode values (GH-30142) https://github.com/python/cpython/commit/3852269b91fcc8ee668cd876b3669e

[issue45554] multiprocessing exitcode is insufficiently documented

2022-01-18 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +28874 pull_request: https://github.com/python/cpython/pull/30674 ___ Python tracker <https://bugs.python.org/issu

[issue45554] multiprocessing exitcode is insufficiently documented

2022-01-18 Thread miss-islington
Change by miss-islington : -- pull_requests: +28875 pull_request: https://github.com/python/cpython/pull/30675 ___ Python tracker <https://bugs.python.org/issue45

[issue45554] multiprocessing exitcode is insufficiently documented

2022-01-18 Thread miss-islington
miss-islington added the comment: New changeset 4449a1694a0fd2c63fcef5eb7d0ad1d7dfbb6077 by Miss Islington (bot) in branch '3.10': bpo-45554: Document multiprocessing.Process.exitcode values (GH-30142) https://github.com/python/cpython/commit/4449a1694a0fd2c63fcef5eb7d0ad1

[issue45554] multiprocessing exitcode is insufficiently documented

2022-01-18 Thread miss-islington
miss-islington added the comment: New changeset 0be4760d85399a308421d9229b5d7f1b4ec718a2 by Miss Islington (bot) in branch '3.9': [3.9] bpo-45554: Document multiprocessing.Process.exitcode values (GH-30142) (GH-30675) https://github.com/python/cpyt

[issue22039] PyObject_SetAttr doesn't mention value = NULL

2022-01-19 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +28883 pull_request: https://github.com/python/cpython/pull/30684 ___ Python tracker <https://bugs.python.org/issu

[issue22039] PyObject_SetAttr doesn't mention value = NULL

2022-01-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +28884 pull_request: https://github.com/python/cpython/pull/30685 ___ Python tracker <https://bugs.python.org/issue22

[issue22039] PyObject_SetAttr doesn't mention value = NULL

2022-01-19 Thread miss-islington
miss-islington added the comment: New changeset 7b694b816f30c463ffcab0952d3319320d23e154 by Miss Islington (bot) in branch '3.9': [3.9] bpo-22039: [doc] clarify that there are no plans to disable deleting an attribute via PyObject_SetAttr (GH-30639) (GH-30685) https://github.

[issue45680] Documentation on `GenericAlias` objects and `__class_getitem__` could be improved

2022-01-19 Thread miss-islington
miss-islington added the comment: New changeset 24d0b331e81b4e4af8dd4c1b66ea7159c1fdabc5 by Miss Islington (bot) in branch '3.10': [3.10] bpo-45680: Clarify documentation on ``GenericAlias`` objects (GH-29335) (GH-30688) https://github.com/python/cpyt

[issue46424] `typing.Annotated` one type argument usage is not covered in tests

2022-01-19 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +28889 pull_request: https://github.com/python/cpython/pull/30691 ___ Python tracker <https://bugs.python.org/issu

[issue46424] `typing.Annotated` one type argument usage is not covered in tests

2022-01-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +28890 pull_request: https://github.com/python/cpython/pull/30692 ___ Python tracker <https://bugs.python.org/issue46

[issue46413] `__or__` is not covered for `_GenericAlias` and `_SpecialGenericAlias` in `typing`

2022-01-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +28892 pull_request: https://github.com/python/cpython/pull/30694 ___ Python tracker <https://bugs.python.org/issue46

[issue46413] `__or__` is not covered for `_GenericAlias` and `_SpecialGenericAlias` in `typing`

2022-01-19 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +28891 pull_request: https://github.com/python/cpython/pull/30693 ___ Python tracker <https://bugs.python.org/issu

[issue46424] `typing.Annotated` one type argument usage is not covered in tests

2022-01-19 Thread miss-islington
miss-islington added the comment: New changeset baf26d07a634b0ea3ff052716bdeaee985b3a3a9 by Miss Islington (bot) in branch '3.10': bpo-46424: [typing] cover `Annotation[arg]` invalid usage in tests (GH-30663) https://github.com/python/cpython/commit/baf26d07a634b0ea3ff052716bdeae

[issue46424] `typing.Annotated` one type argument usage is not covered in tests

2022-01-19 Thread miss-islington
miss-islington added the comment: New changeset 331378dffc334c1f05ab3152c87f46cd9155e169 by Miss Islington (bot) in branch '3.9': [3.9] bpo-46424: [typing] cover `Annotation[arg]` invalid usage in tests (GH-30663) (GH-30692) https://github.com/python/cpyt

[issue46413] `__or__` is not covered for `_GenericAlias` and `_SpecialGenericAlias` in `typing`

2022-01-19 Thread miss-islington
miss-islington added the comment: New changeset 39374c44d98b470213256ceead0e2b4e44b14b92 by Miss Islington (bot) in branch '3.10': [3.10] bpo-46413: properly test `__{r}or__` code paths in `_SpecialGenericAlias` (GH-30640) (GH-30694) https://github.com/python/cpyt

[issue46437] Non-required `hasattr` checks in `test_typing`

2022-01-19 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +28905 pull_request: https://github.com/python/cpython/pull/30713 ___ Python tracker <https://bugs.python.org/issu

[issue46437] Non-required `hasattr` checks in `test_typing`

2022-01-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +28906 pull_request: https://github.com/python/cpython/pull/30714 ___ Python tracker <https://bugs.python.org/issue46

[issue46437] Non-required `hasattr` checks in `test_typing`

2022-01-19 Thread miss-islington
miss-islington added the comment: New changeset 3b51926ee9838e746a5cdb08c7eb985646bd133c by Miss Islington (bot) in branch '3.9': bpo-46437: remove useless `hasattr` from `test_typing` (GH-30704) https://github.com/python/cpython/commit/3b51926ee9838e746a5cdb08c7eb98

[issue46437] Non-required `hasattr` checks in `test_typing`

2022-01-19 Thread miss-islington
miss-islington added the comment: New changeset 07b12fdf5545a20e0fb7be9d6ad35344337e00ae by Miss Islington (bot) in branch '3.10': bpo-46437: remove useless `hasattr` from `test_typing` (GH-30704) https://github.com/python/cpython/commit/07b12fdf5545a20e0fb7be9d6ad353

[issue46080] argparse.BooleanOptionalAction with default=argparse.SUPPRESS and help specified raises exception

2022-01-20 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +28917 pull_request: https://github.com/python/cpython/pull/30730 ___ Python tracker <https://bugs.python.org/issu

[issue46080] argparse.BooleanOptionalAction with default=argparse.SUPPRESS and help specified raises exception

2022-01-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +28918 pull_request: https://github.com/python/cpython/pull/30731 ___ Python tracker <https://bugs.python.org/issue46

[issue46080] argparse.BooleanOptionalAction with default=argparse.SUPPRESS and help specified raises exception

2022-01-20 Thread miss-islington
miss-islington added the comment: New changeset e5edc8d737a45d9d8b9b93b8be52f85d79d0f417 by Miss Islington (bot) in branch '3.10': bpo-46080: fix argparse help generation exception in edge case (GH-30111) https://github.com/python/cpython/commit/e5edc8d737a45d9d8b9b93b8be52f8

[issue46080] argparse.BooleanOptionalAction with default=argparse.SUPPRESS and help specified raises exception

2022-01-20 Thread miss-islington
miss-islington added the comment: New changeset c6691a7ccbd027298ea2486014b55db037fffc9f by Miss Islington (bot) in branch '3.9': bpo-46080: fix argparse help generation exception in edge case (GH-30111) https://github.com/python/cpython/commit/c6691a7ccbd027298ea2486014b55d

[issue21987] TarFile.getmember on directory requires trailing slash iff over 100 chars

2022-01-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +28925 pull_request: https://github.com/python/cpython/pull/30738 ___ Python tracker <https://bugs.python.org/issue21

[issue21987] TarFile.getmember on directory requires trailing slash iff over 100 chars

2022-01-20 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 9.0 -> 10.0 pull_requests: +28924 pull_request: https://github.com/python/cpython/pull/30737 ___ Python tracker <https://bugs.python.org/issu

[issue46426] Improve tests for the dir_fd argument

2022-01-20 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +28926 pull_request: https://github.com/python/cpython/pull/30739 ___ Python tracker <https://bugs.python.org/issu

[issue21987] TarFile.getmember on directory requires trailing slash iff over 100 chars

2022-01-21 Thread miss-islington
miss-islington added the comment: New changeset 1d11fdd3eeff77ba600278433b7ab0ce4d2a7f3b by Miss Islington (bot) in branch '3.10': bpo-21987: Fix TarFile.getmember getting a dir with a trailing slash (GH-30283) https://github.com/python/cpython/commit/1d11fdd3eeff77ba600278433b7ab0

[issue46434] pdb help fails with AttributeError when using Windows embeddable package

2022-01-21 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +28941 pull_request: https://github.com/python/cpython/pull/30754 ___ Python tracker <https://bugs.python.org/issu

[issue46434] pdb help fails with AttributeError when using Windows embeddable package

2022-01-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +28942 pull_request: https://github.com/python/cpython/pull/30755 ___ Python tracker <https://bugs.python.org/issue46

[issue46434] pdb help fails with AttributeError when using Windows embeddable package

2022-01-21 Thread miss-islington
miss-islington added the comment: New changeset c3ad850b57f92bd7c5515616b59afbd9e1c79538 by Miss Islington (bot) in branch '3.9': bpo-46434: Handle missing docstrings in pdb help (GH-30705) https://github.com/python/cpython/commit/c3ad850b57f92bd7c5515616b59afb

[issue46434] pdb help fails with AttributeError when using Windows embeddable package

2022-01-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +28946 pull_request: https://github.com/python/cpython/pull/30759 ___ Python tracker <https://bugs.python.org/issue46

[issue46434] pdb help fails with AttributeError when using Windows embeddable package

2022-01-21 Thread miss-islington
miss-islington added the comment: New changeset 05063fa15c594012e6dc9c2c7a3ea72e7cb933f2 by Miss Islington (bot) in branch '3.10': bpo-46434: Handle missing docstrings in pdb help (GH-30705) https://github.com/python/cpython/commit/05063fa15c594012e6dc9c2c7a3ea7

[issue46124] Deprecation warning in zoneinfo module

2022-01-21 Thread miss-islington
miss-islington added the comment: New changeset 00b2b578bd9e516d601063a086b03177f546bcdd by Jason R. Coombs in branch 'main': bpo-46124: Update zoneinfo to rely on importlib.resources traversable API. (GH-30190) https://github.com/python/cpyt

[issue43118] inspect.signature() raises RuntimeError on failed to resolve the default argument value

2022-01-21 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +28951 pull_request: https://github.com/python/cpython/pull/30765 ___ Python tracker <https://bugs.python.org/issu

[issue43118] inspect.signature() raises RuntimeError on failed to resolve the default argument value

2022-01-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +28952 pull_request: https://github.com/python/cpython/pull/30766 ___ Python tracker <https://bugs.python.org/issue43

[issue46445] Multiple inheritance of TypedDict is not covered in `test_typing`

2022-01-21 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +28956 pull_request: https://github.com/python/cpython/pull/30770 ___ Python tracker <https://bugs.python.org/issu

[issue46463] escape4chm.py script causing AttributeError in docs build

2022-01-21 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +28957 pull_request: https://github.com/python/cpython/pull/30772 ___ Python tracker <https://bugs.python.org/issu

[issue46463] escape4chm.py script causing AttributeError in docs build

2022-01-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +28958 pull_request: https://github.com/python/cpython/pull/30773 ___ Python tracker <https://bugs.python.org/issue46

[issue43118] inspect.signature() raises RuntimeError on failed to resolve the default argument value

2022-01-21 Thread miss-islington
miss-islington added the comment: New changeset 9e3ff821dac05e8fde030ec83bd988f3eba66065 by Miss Islington (bot) in branch '3.9': bpo-43118: Fix bug in inspect.signature around 'base.__text_signature__' (GH-30285) https://github.com/p

[issue46463] escape4chm.py script causing AttributeError in docs build

2022-01-21 Thread miss-islington
miss-islington added the comment: New changeset d548c871716dfda73714d9f38b4e4219878a414e by Miss Islington (bot) in branch '3.10': bpo-46463: Fixes escape4chm.py script used when building the CHM documentation file (GH-30768) https://github.com/python/cpyt

[issue46463] escape4chm.py script causing AttributeError in docs build

2022-01-21 Thread miss-islington
miss-islington added the comment: New changeset b37f3e993a978eacf05c5fddd716be2d31f18a8d by Miss Islington (bot) in branch '3.9': bpo-46463: Fixes escape4chm.py script used when building the CHM documentation file (GH-30768) https://github.com/python/cpyt

[issue46445] Multiple inheritance of TypedDict is not covered in `test_typing`

2022-01-21 Thread miss-islington
miss-islington added the comment: New changeset 46e6aad12958d3b73c5377ec034d056bb1a36d65 by Miss Islington (bot) in branch '3.10': bpo-46445: Cover multiple inheritance of `TypedDict` in `test_typing` (GH-30719) https://github.com/python/cpyt

[issue46442] testExceptionCleanupNames doesn't test anything?

2022-01-21 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +28963 pull_request: https://github.com/python/cpython/pull/30778 ___ Python tracker <https://bugs.python.org/issu

[issue46442] testExceptionCleanupNames doesn't test anything?

2022-01-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +28964 pull_request: https://github.com/python/cpython/pull/30779 ___ Python tracker <https://bugs.python.org/issue46

[issue46442] testExceptionCleanupNames doesn't test anything?

2022-01-21 Thread miss-islington
miss-islington added the comment: New changeset d4a9e34401d519250d3b3744cd10394069f748c1 by Miss Islington (bot) in branch '3.10': bpo-46442: improve and rename testExceptionCleanupNames (GH-30758) https://github.com/python/cpython/commit/d4a9e34401d519250d3b3744cd1039

[issue46442] testExceptionCleanupNames doesn't test anything?

2022-01-21 Thread miss-islington
miss-islington added the comment: New changeset e064af564c8580285a76199229864ddfb1e50c0f by Miss Islington (bot) in branch '3.9': bpo-46442: improve and rename testExceptionCleanupNames (GH-30758) https://github.com/python/cpython/commit/e064af564c8580285a76199229864d

[issue46425] Multiple test modules fail to run if invoked directly

2022-01-22 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 7.0 -> 8.0 pull_requests: +28967 pull_request: https://github.com/python/cpython/pull/30782 ___ Python tracker <https://bugs.python.org/issu

[issue46425] Multiple test modules fail to run if invoked directly

2022-01-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +28968 pull_request: https://github.com/python/cpython/pull/30783 ___ Python tracker <https://bugs.python.org/issue46

[issue46383] _zoneinfo module_free has invalid function signature

2022-01-22 Thread miss-islington
miss-islington added the comment: New changeset 3e7d06a1fa2102723314552b37410d11fefa928a by Kumar Aditya in branch '3.9': [3.9] bpo-46383: Fix signature of zoneinfo module_free function (GH-3… (GH-30611) https://github.com/python/cpython/commit/3e7d06a1fa2102723314552b37410d

[issue46469] asyncio Generic classes should return GenericAlias in __class_getitem__

2022-01-22 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +28969 pull_request: https://github.com/python/cpython/pull/30784 ___ Python tracker <https://bugs.python.org/issu

[issue46425] Multiple test modules fail to run if invoked directly

2022-01-22 Thread miss-islington
miss-islington added the comment: New changeset 3c4a3745b900e748f99e80fc3728b534e857d1ff by Miss Islington (bot) in branch '3.9': bpo-46425: fix direct invocation of `asyncio` tests (GH-30725) https://github.com/python/cpython/commit/3c4a3745b900e748f99e80fc3728b5

[issue46468] http.server documentation missing default value for port

2022-01-22 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +28971 pull_request: https://github.com/python/cpython/pull/30786 ___ Python tracker <https://bugs.python.org/issu

[issue46468] http.server documentation missing default value for port

2022-01-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +28972 pull_request: https://github.com/python/cpython/pull/30787 ___ Python tracker <https://bugs.python.org/issue46

[issue46469] asyncio Generic classes should return GenericAlias in __class_getitem__

2022-01-22 Thread miss-islington
miss-islington added the comment: New changeset 6ed874f8c59cc6c01d9663bad2f4bed8dc1c6109 by Kumar Aditya in branch '3.9': [3.9] bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777) (GH-30785) https://github.com/python/cpyt

[issue46417] Clear static types in Py_Finalize() for embedded Python

2022-01-22 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 7.0 -> 8.0 pull_requests: +28974 pull_request: https://github.com/python/cpython/pull/30789 ___ Python tracker <https://bugs.python.org/issu

[issue46417] Clear static types in Py_Finalize() for embedded Python

2022-01-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +28975 pull_request: https://github.com/python/cpython/pull/30790 ___ Python tracker <https://bugs.python.org/issue46

[issue46126] Unittest output drives developers to avoid docstrings

2022-01-22 Thread miss-islington
miss-islington added the comment: New changeset a941e5927f7f2540946813606c61c6aea38db426 by Jason R. Coombs in branch 'main': bpo-46126: Disable 'descriptions' when running tests internally. (GH-30194) https://github.com/python/cpython/commit/a941e5927f7f25409468

[issue41682] [Windows] test_asyncio: Proactor test_sendfile_close_peer_in_the_middle_of_receiving failure

2022-01-22 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 11.0 -> 12.0 pull_requests: +28999 pull_request: https://github.com/python/cpython/pull/30811 ___ Python tracker <https://bugs.python.org/issu

<    1   2   3   4   5   6   7   8   9   10   >