[issue37207] Use PEP 590 vectorcall to speed up calls to range(), list() and dict()

2020-02-18 Thread miss-islington
miss-islington added the comment: New changeset 6e35da976370e7c2e028165c65d7d7d42772a71f by Petr Viktorin in branch 'master': bpo-37207: Use vectorcall for range() (GH-18464) https://github.com/python/cpython/commit/6e35da976370e7c2e028165c65d7d7

[issue39572] [typing] TypedDict's 'total' argument is undocumented

2020-02-18 Thread miss-islington
Change by miss-islington : -- pull_requests: +17936 pull_request: https://github.com/python/cpython/pull/18556 ___ Python tracker <https://bugs.python.org/issue39

[issue39572] [typing] TypedDict's 'total' argument is undocumented

2020-02-18 Thread miss-islington
miss-islington added the comment: New changeset 44c690112d96a81fe02433de7900a4f8f9457012 by Miss Islington (bot) in branch '3.8': bpo-39572: Document ’total’ flag of TypedDict (GH-18554) https://github.com/python/cpython/commit/44c690112d96a81fe02433de7900a4f8f9457012 -- n

[issue39184] Many command execution functions are not raising auditing events

2020-02-20 Thread miss-islington
miss-islington added the comment: New changeset 6c444d0dab8f06cf304263b34beb299101cef3de by Steve Dower in branch 'master': bpo-39184: Fix incorrect return value (GH-18580) https://github.com/python/cpython/commit/6c444d0dab8f06cf304263b34beb29

[issue39184] Many command execution functions are not raising auditing events

2020-02-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +17952 pull_request: https://github.com/python/cpython/pull/18582 ___ Python tracker <https://bugs.python.org/issue39

[issue39184] Many command execution functions are not raising auditing events

2020-02-20 Thread miss-islington
miss-islington added the comment: New changeset d0a464e31ac67685ef8ad35ecd993f17dfd6ab35 by Miss Islington (bot) in branch '3.8': bpo-39184: Fix incorrect return value (GH-18580) https://github.com/python/cpython/commit/d0a464e31ac67685ef8ad35ecd993f

[issue39576] Surprising MemoryError in `decimal` with MAX_PREC

2020-02-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +17955 pull_request: https://github.com/python/cpython/pull/18585 ___ Python tracker <https://bugs.python.org/issue39

[issue39576] Surprising MemoryError in `decimal` with MAX_PREC

2020-02-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +17954 pull_request: https://github.com/python/cpython/pull/18584 ___ Python tracker <https://bugs.python.org/issue39

[issue38657] Clarify numeric padding behavior in string formatting

2020-02-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +17957 pull_request: https://github.com/python/cpython/pull/18587 ___ Python tracker <https://bugs.python.org/issue38

[issue38657] Clarify numeric padding behavior in string formatting

2020-02-20 Thread miss-islington
miss-islington added the comment: New changeset 424e5686d82235e08f8108b8bbe034bc91421689 by Pete Wicken in branch 'master': bpo-38657: Clarify numeric padding behaviour in string formatting (GH-17036) https://github.com/python/cpython/commit/424e5686d82235e08f8108b8bbe034

[issue38657] Clarify numeric padding behavior in string formatting

2020-02-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +17958 pull_request: https://github.com/python/cpython/pull/18588 ___ Python tracker <https://bugs.python.org/issue38

[issue38657] Clarify numeric padding behavior in string formatting

2020-02-20 Thread miss-islington
miss-islington added the comment: New changeset 09db1da63f866afff8a64ae3c60acdcd6bc80501 by Miss Islington (bot) in branch '3.7': bpo-38657: Clarify numeric padding behaviour in string formatting (GH-17036) https://github.com/python/cpython/commit/09db1da63f866afff8a64ae3c60acd

[issue38657] Clarify numeric padding behavior in string formatting

2020-02-20 Thread miss-islington
miss-islington added the comment: New changeset a2075121217e809c9a5511f6ca225c12f340de0c by Miss Islington (bot) in branch '3.8': bpo-38657: Clarify numeric padding behaviour in string formatting (GH-17036) https://github.com/python/cpython/commit/a2075121217e809c9a5511f6ca225c

[issue35950] io.BufferedReader.writabe is False, but io.BufferedReader.truncate does not raise OSError

2020-02-21 Thread miss-islington
miss-islington added the comment: New changeset fd5116c0e77aec05f67fb24f10562ac920648035 by Berker Peksag in branch 'master': bpo-35950: Raise UnsupportedOperation in BufferedReader.truncate() (GH-18586) https://github.com/python/cpython/commit/fd5116c0e77aec05f67fb24f10562a

[issue39576] Surprising MemoryError in `decimal` with MAX_PREC

2020-02-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +17963 pull_request: https://github.com/python/cpython/pull/18596 ___ Python tracker <https://bugs.python.org/issue39

[issue39576] Surprising MemoryError in `decimal` with MAX_PREC

2020-02-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +17964 pull_request: https://github.com/python/cpython/pull/18597 ___ Python tracker <https://bugs.python.org/issue39

[issue39382] abstract_issubclass() doesn't take bases tuple item ref

2020-02-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +17972 pull_request: https://github.com/python/cpython/pull/18606 ___ Python tracker <https://bugs.python.org/issue39

[issue39382] abstract_issubclass() doesn't take bases tuple item ref

2020-02-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +17973 pull_request: https://github.com/python/cpython/pull/18607 ___ Python tracker <https://bugs.python.org/issue39

[issue39382] abstract_issubclass() doesn't take bases tuple item ref

2020-02-22 Thread miss-islington
miss-islington added the comment: New changeset 43a0137c87b997c6ba8b23cc3281ce2de18f008a by Miss Islington (bot) in branch '3.7': bpo-39382: Avoid dangling object use in abstract_issubclass() (GH-18530) https://github.com/python/cpython/commit/43a0137c87b997c6ba8b23cc3281ce

[issue39382] abstract_issubclass() doesn't take bases tuple item ref

2020-02-22 Thread miss-islington
miss-islington added the comment: New changeset 0c1827e70c1c05ce1982a34380cea7d391904293 by Miss Islington (bot) in branch '3.8': bpo-39382: Avoid dangling object use in abstract_issubclass() (GH-18530) https://github.com/python/cpython/commit/0c1827e70c1c05ce1982a34380cea7

[issue17422] language reference should specify restrictions on class namespace

2020-02-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +17975 pull_request: https://github.com/python/cpython/pull/18610 ___ Python tracker <https://bugs.python.org/issue17

[issue17422] language reference should specify restrictions on class namespace

2020-02-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +17976 pull_request: https://github.com/python/cpython/pull/18611 ___ Python tracker <https://bugs.python.org/issue17

[issue17422] language reference should specify restrictions on class namespace

2020-02-22 Thread miss-islington
miss-islington added the comment: New changeset 91ba44623e5cb8f4a7b0d3fc1fab8ff8d8a849c2 by Miss Islington (bot) in branch '3.8': bpo-17422: Language reference should specify restrictions on class namespace (GH-18559) https://github.com/python/cpyt

[issue17422] language reference should specify restrictions on class namespace

2020-02-22 Thread miss-islington
miss-islington added the comment: New changeset 36a120d343c1cb69b8d02913569c153e8bb969c8 by Miss Islington (bot) in branch '3.7': bpo-17422: Language reference should specify restrictions on class namespace (GH-18559) https://github.com/python/cpyt

[issue39576] Surprising MemoryError in `decimal` with MAX_PREC

2020-02-23 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +17982 pull_request: https://github.com/python/cpython/pull/18617 ___ Python tracker <https://bugs.python.org/issu

[issue39576] Surprising MemoryError in `decimal` with MAX_PREC

2020-02-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +17983 pull_request: https://github.com/python/cpython/pull/18618 ___ Python tracker <https://bugs.python.org/issue39

[issue39681] pickle.load expects an object that implements readinto

2020-02-23 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +17995 pull_request: https://github.com/python/cpython/pull/18630 ___ Python tracker <https://bugs.python.org/issu

[issue39654] pyclbr: remove old references to class browser & add explain readmodule

2020-02-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +18000 pull_request: https://github.com/python/cpython/pull/18634 ___ Python tracker <https://bugs.python.org/issue39

[issue39654] pyclbr: remove old references to class browser & add explain readmodule

2020-02-23 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +17999 pull_request: https://github.com/python/cpython/pull/18633 ___ Python tracker <https://bugs.python.org/issu

[issue39654] pyclbr: remove old references to class browser & add explain readmodule

2020-02-23 Thread miss-islington
miss-islington added the comment: New changeset 973348427e3e987f42ea8a871e18c8d17b5abf52 by Miss Islington (bot) in branch '3.8': bpo-39654: Update pyclbr doc to reflect additional information returned (GH-18528) https://github.com/python/cpyt

[issue39654] pyclbr: remove old references to class browser & add explain readmodule

2020-02-23 Thread miss-islington
miss-islington added the comment: New changeset d57f99929a4013741f14233ed6e517ad6c9b24d0 by Miss Islington (bot) in branch '3.7': bpo-39654: Update pyclbr doc to reflect additional information returned (GH-18528) https://github.com/python/cpyt

[issue39649] bdb.Bdb.format_stack_entry: checks for obsolete __args__

2020-02-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +18002 pull_request: https://github.com/python/cpython/pull/18636 ___ Python tracker <https://bugs.python.org/issue39

[issue39649] bdb.Bdb.format_stack_entry: checks for obsolete __args__

2020-02-23 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +18001 pull_request: https://github.com/python/cpython/pull/18635 ___ Python tracker <https://bugs.python.org/issu

[issue39649] bdb.Bdb.format_stack_entry: checks for obsolete __args__

2020-02-23 Thread miss-islington
miss-islington added the comment: New changeset 097612a3f711f5a6a3aec207cad78a35eb3a756d by Miss Islington (bot) in branch '3.7': bpo-39649: Remove obsolete check for `__args__` in bdb.Bdb.format_stack_entry (GH-18531) https://github.com/python/cpyt

[issue39649] bdb.Bdb.format_stack_entry: checks for obsolete __args__

2020-02-23 Thread miss-islington
miss-islington added the comment: New changeset c97fc564a6c76ba5287f1b16bc841a1765820b0c by Miss Islington (bot) in branch '3.8': bpo-39649: Remove obsolete check for `__args__` in bdb.Bdb.format_stack_entry (GH-18531) https://github.com/python/cpyt

[issue39128] Document happy eyeball parameters in loop.create_connection signature docs

2020-02-24 Thread miss-islington
miss-islington added the comment: New changeset 8af4712a16e4b7d1b60f1faec13cd7a88da95f6a by idomic in branch 'master': bpo-39128: Added algorithm description (GH-18624) https://github.com/python/cpython/commit/8af4712a16e4b7d1b60f1faec13cd7

[issue39128] Document happy eyeball parameters in loop.create_connection signature docs

2020-02-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +18008 pull_request: https://github.com/python/cpython/pull/18649 ___ Python tracker <https://bugs.python.org/issue39

[issue39128] Document happy eyeball parameters in loop.create_connection signature docs

2020-02-24 Thread miss-islington
miss-islington added the comment: New changeset 1f4cf0c22b00fefb17611546755b65d3cb488330 by Miss Islington (bot) in branch '3.8': bpo-39128: Added algorithm description (GH-18624) https://github.com/python/cpython/commit/1f4cf0c22b00fefb17611546755b65

[issue30566] punycode codec raises IndexError in decode_generalized_number()

2020-02-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +18013 pull_request: https://github.com/python/cpython/pull/18652 ___ Python tracker <https://bugs.python.org/issue30

[issue30566] punycode codec raises IndexError in decode_generalized_number()

2020-02-24 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +18012 pull_request: https://github.com/python/cpython/pull/18651 ___ Python tracker <https://bugs.python.org/issu

[issue38403] nuspec iconUrl field is deprecated

2020-02-25 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +18021 pull_request: https://github.com/python/cpython/pull/18660 ___ Python tracker <https://bugs.python.org/issu

[issue38403] nuspec iconUrl field is deprecated

2020-02-25 Thread miss-islington
miss-islington added the comment: New changeset 1bbb81b251bcc8b05e0cd33cd36aef55481b13db by Miss Islington (bot) in branch '3.8': bpo-38403: Update nuspec file for deprecated field and git repository (GH-18657) https://github.com/python/cpython/commit/1bbb81b251bcc8b05e0cd33cd36aef

[issue34788] ipaddress module fails on rfc4007 scoped IPv6 addresses

2020-02-26 Thread miss-islington
miss-islington added the comment: New changeset 21da76d1f1b527d62b2e9ef79dd9aa514d996341 by opavlyuk in branch 'master': bpo-34788: Add support for scoped IPv6 addresses (GH-13772) https://github.com/python/cpython/commit/21da76d1f1b527d62b2e9ef79dd9aa514d996341 -- n

[issue39609] Set the thread_name_prefix for asyncio's default executor ThreadPoolExecutor

2020-02-27 Thread miss-islington
miss-islington added the comment: New changeset 374d998b507d34a6c0a3816a163926a8ba0c483f by Markus Mohrhard in branch 'master': bpo-39609: set the thread_name_prefix for the default asyncio executor (GH-18458) https://github.com/python/cpython/commit/374d998b507d34a6c0a3816a163926

[issue39781] IDLE: Do not jump when select in codecontext

2020-02-28 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +18047 pull_request: https://github.com/python/cpython/pull/18688 ___ Python tracker <https://bugs.python.org/issu

[issue39781] IDLE: Do not jump when select in codecontext

2020-02-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +18048 pull_request: https://github.com/python/cpython/pull/18689 ___ Python tracker <https://bugs.python.org/issue39

[issue39781] IDLE: Do not jump when select in codecontext

2020-02-28 Thread miss-islington
miss-islington added the comment: New changeset f4198aee4c288ce47c5803e87a461e31f81a0138 by Miss Islington (bot) in branch '3.7': bpo-39781: Do not jump when select in IDLE codecontext (GH-18683) https://github.com/python/cpython/commit/f4198aee4c288ce47c5803e87a461e

[issue39781] IDLE: Do not jump when select in codecontext

2020-02-28 Thread miss-islington
miss-islington added the comment: New changeset 846ca4961da24669e6e0c901986e66ff485917b2 by Miss Islington (bot) in branch '3.8': bpo-39781: Do not jump when select in IDLE codecontext (GH-18683) https://github.com/python/cpython/commit/846ca4961da24669e6e0c901986e66

[issue13790] In str.format an incorrect error message for list, tuple, dict, set

2020-02-28 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 7.0 -> 8.0 pull_requests: +18052 pull_request: https://github.com/python/cpython/pull/18692 ___ Python tracker <https://bugs.python.org/issu

[issue13790] In str.format an incorrect error message for list, tuple, dict, set

2020-02-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +18054 pull_request: https://github.com/python/cpython/pull/18693 ___ Python tracker <https://bugs.python.org/issue13

[issue13790] In str.format an incorrect error message for list, tuple, dict, set

2020-02-28 Thread miss-islington
miss-islington added the comment: New changeset 5157506e043f75f49caecae1c6afee8517a7bbb0 by Miss Islington (bot) in branch '3.7': bpo-13790: Change 'string' to 'specification' in format doc (GH-18690) https://github.com/python/cpython/commit/5157506e04

[issue13790] In str.format an incorrect error message for list, tuple, dict, set

2020-02-28 Thread miss-islington
miss-islington added the comment: New changeset 445152e0d3ab6e4381aef8d1404c2c17a516070f by Miss Islington (bot) in branch '3.8': bpo-13790: Change 'string' to 'specification' in format doc (GH-18690) https://github.com/python/cpython/commit/445152e0d3

[issue39718] TYPE_IGNORE, COLONEQUAL missing from py38 changes in token docs

2020-02-28 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +18057 pull_request: https://github.com/python/cpython/pull/18696 ___ Python tracker <https://bugs.python.org/issu

[issue39718] TYPE_IGNORE, COLONEQUAL missing from py38 changes in token docs

2020-02-28 Thread miss-islington
miss-islington added the comment: New changeset 7f53d87cb0324e391c969855ed8f4b3255f9f744 by Miss Islington (bot) in branch '3.8': bpo-39718: add TYPE_IGNORE, COLONEQUAL to py38 changes in token (GH-18598) https://github.com/python/cpython/commit/7f53d87cb0324e391c969855ed8f4b

[issue39789] Update Windows release build machines to latest versions

2020-02-28 Thread miss-islington
miss-islington added the comment: New changeset 45c4112b7250cb600aa2f3a42b4e6b5bfd2919c4 by Miss Islington (bot) in branch '3.8': bpo-39789: Update Windows release build machines to VS 2019 (GH-18695) https://github.com/python/cpython/commit/45c4112b7250cb600aa2f3a42b4e6b

[issue39667] Update zipfile.Path with zipp 3.0

2020-02-29 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +18063 pull_request: https://github.com/python/cpython/pull/18701 ___ Python tracker <https://bugs.python.org/issu

[issue39548] Request fails when 'WWW-Authenticate' header for Digest Authentication does not contain 'qop'

2020-02-29 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +18070 pull_request: https://github.com/python/cpython/pull/18711 ___ Python tracker <https://bugs.python.org/issu

[issue39548] Request fails when 'WWW-Authenticate' header for Digest Authentication does not contain 'qop'

2020-02-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +18071 pull_request: https://github.com/python/cpython/pull/18712 ___ Python tracker <https://bugs.python.org/issue39

[issue39548] Request fails when 'WWW-Authenticate' header for Digest Authentication does not contain 'qop'

2020-02-29 Thread miss-islington
miss-islington added the comment: New changeset cf347f3089631c3c2467e46ed609bfe67e539487 by Miss Islington (bot) in branch '3.7': bpo-39548: Fix handling of 'WWW-Authenticate' header for Digest Auth (GH-18338) https://github.com/python/cpython/commit/cf347f3089631c3c2467

[issue39548] Request fails when 'WWW-Authenticate' header for Digest Authentication does not contain 'qop'

2020-02-29 Thread miss-islington
miss-islington added the comment: New changeset e4686b79798f7a492dcbaa62cf51f4d07fd5ae78 by Miss Islington (bot) in branch '3.8': bpo-39548: Fix handling of 'WWW-Authenticate' header for Digest Auth (GH-18338) https://github.com/python/cpython/commit/e4686b79798f7a492dcb

[issue39815] functools.cached_property() not included in __all__

2020-03-01 Thread miss-islington
miss-islington added the comment: New changeset 217dce9ee6e3cf27a0cedbe1e4a6455776373ec2 by Hakan Çelik in branch 'master': bpo-39815: add cached_property to all (GH-18726) https://github.com/python/cpython/commit/217dce9ee6e3cf27a0cedbe1e4a6455776373ec2 -- nosy: +miss

[issue39378] partial of PickleState struct should be traversed.

2020-03-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +18088 pull_request: https://github.com/python/cpython/pull/18731 ___ Python tracker <https://bugs.python.org/issue39

[issue39378] partial of PickleState struct should be traversed.

2020-03-01 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +18087 pull_request: https://github.com/python/cpython/pull/18730 ___ Python tracker <https://bugs.python.org/issu

[issue39378] partial of PickleState struct should be traversed.

2020-03-01 Thread miss-islington
miss-islington added the comment: New changeset d3c24350892b55b4ea6fb81b84e577968c1f2f91 by Miss Islington (bot) in branch '3.7': bpo-39378: partial of PickleState struct should be traversed. (GH-18046) https://github.com/python/cpython/commit/d3c24350892b55b4ea6fb81b84e577

[issue39378] partial of PickleState struct should be traversed.

2020-03-01 Thread miss-islington
miss-islington added the comment: New changeset 5f2ade20a556f8c20555c7032436477d6dc86d4f by Miss Islington (bot) in branch '3.8': bpo-39378: partial of PickleState struct should be traversed. (GH-18046) https://github.com/python/cpython/commit/5f2ade20a556f8c20555c703243647

[issue38971] codecs.open leaks file descriptor when invalid encoding is passed

2020-03-01 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +18090 pull_request: https://github.com/python/cpython/pull/18733 ___ Python tracker <https://bugs.python.org/issu

[issue38971] codecs.open leaks file descriptor when invalid encoding is passed

2020-03-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +18091 pull_request: https://github.com/python/cpython/pull/18734 ___ Python tracker <https://bugs.python.org/issue38

[issue38971] codecs.open leaks file descriptor when invalid encoding is passed

2020-03-02 Thread miss-islington
miss-islington added the comment: New changeset f4d709f4a3c69bd940bd6968a70241277132bed7 by Miss Islington (bot) in branch '3.7': bpo-38971: Open file in codecs.open() closes if exception raised. (GH-17666) https://github.com/python/cpython/commit/f4d709f4a3c69bd940bd6968a70241

[issue38971] codecs.open leaks file descriptor when invalid encoding is passed

2020-03-02 Thread miss-islington
miss-islington added the comment: New changeset f28b0c74e54a133cb0287b4297af67d0d7c14d6e by Miss Islington (bot) in branch '3.8': bpo-38971: Open file in codecs.open() closes if exception raised. (GH-17666) https://github.com/python/cpython/commit/f28b0c74e54a133cb0287b4297af67

[issue38380] Update SQLite to 3.31.1 in Windows and macOS installer builds

2020-03-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +18095 pull_request: https://github.com/python/cpython/pull/18740 ___ Python tracker <https://bugs.python.org/issue38

[issue38380] Update SQLite to 3.31.1 in Windows and macOS installer builds

2020-03-02 Thread miss-islington
miss-islington added the comment: New changeset 1382c3289bcfd34ac6811fdf9aa5bc09ca8c320e by Erlend Egeberg Aasland in branch 'master': bpo-38380: Update macOS & Windows builds to SQLite v3.31.1 (GH-18678) https://github.com/python/cpython/commit/1382c3289bcfd34ac6811fdf9a

[issue38380] Update SQLite to 3.31.1 in Windows and macOS installer builds

2020-03-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +18096 pull_request: https://github.com/python/cpython/pull/18741 ___ Python tracker <https://bugs.python.org/issue38

[issue39764] PyAsyncGenObject causes task.get_stack() raising AttributeError

2020-03-02 Thread miss-islington
Change by miss-islington : -- keywords: +patch nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +18097 stage: -> patch review pull_request: https://github.com/python/cpython/pull/18742 ___ Python tracker <https://bugs.p

[issue39764] PyAsyncGenObject causes task.get_stack() raising AttributeError

2020-03-02 Thread miss-islington
miss-islington added the comment: New changeset 43932dc1eaf36d75b2ee0420d8be747001315c26 by Miss Islington (bot) in branch '3.8': bpo-39764: Make Task.get_stack accept ag_frame (GH-18669) https://github.com/python/cpython/commit/43932dc1eaf36d75b2ee0420d8be74

[issue38380] Update SQLite to 3.31.1 in Windows and macOS installer builds

2020-03-02 Thread miss-islington
miss-islington added the comment: New changeset 7ad99821d8ae75222c50e69194a39f535bb058f5 by Miss Islington (bot) in branch '3.8': bpo-38380: Update macOS & Windows builds to SQLite v3.31.1 (GH-18678) https://github.com/python/cpython/commit/7ad99821d8ae75222c50e69194

[issue38380] Update SQLite to 3.31.1 in Windows and macOS installer builds

2020-03-02 Thread miss-islington
miss-islington added the comment: New changeset 7ca251bd85f1182b9734579975c17fbd0488e2a4 by Miss Islington (bot) in branch '3.7': bpo-38380: Update macOS & Windows builds to SQLite v3.31.1 (GH-18678) https://github.com/python/cpython/commit/7ca251bd85f1182b9734579975

[issue39778] collections.OrderedDict and weakref.ref raises "refcount is too small" assertion

2020-03-02 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 7.0 -> 8.0 pull_requests: +18110 pull_request: https://github.com/python/cpython/pull/18755 ___ Python tracker <https://bugs.python.org/issu

[issue39778] collections.OrderedDict and weakref.ref raises "refcount is too small" assertion

2020-03-02 Thread miss-islington
miss-islington added the comment: New changeset 69ded3944c202da972754644c0bbf7f77cc5e8ea by Miss Islington (bot) in branch '3.7': bpo-39778: Don't traverse weak-reference lists OrderedDict's tp_traverse and tp_clear (GH-18749) https://github.com/p

[issue38597] C Extension import limit

2020-03-02 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 11.0 -> 12.0 pull_requests: +18113 pull_request: https://github.com/python/cpython/pull/18758 ___ Python tracker <https://bugs.python.org/issu

[issue38597] C Extension import limit

2020-03-02 Thread miss-islington
miss-islington added the comment: New changeset 8a5f7ad5e423b74ea612e25472e5bff3adf1ea87 by Steve Dower in branch '3.7': [3.7] bpo-38597: Never statically link extension initialization code on Windows (GH-18724) (GH-18759) https://github.com/python/cpyt

[issue38597] C Extension import limit

2020-03-02 Thread miss-islington
miss-islington added the comment: New changeset 0d20364b132014eec609b900997c34779a4d548c by Miss Islington (bot) in branch '3.8': bpo-38597: Never statically link extension initialization code on Windows (GH-18724) https://github.com/python/cpyt

[issue38091] Import deadlock detection causes deadlock

2020-03-02 Thread miss-islington
miss-islington added the comment: New changeset 6daa37fd42c5d5300172728e8b4de74fe0b319fc by Armin Rigo in branch 'master': bpo-38091: Import deadlock detection causes deadlock (GH-17518) https://github.com/python/cpython/commit/6daa37fd42c5d5300172728e8b4de74fe0b319fc -

[issue39778] collections.OrderedDict and weakref.ref raises "refcount is too small" assertion

2020-03-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +18118 pull_request: https://github.com/python/cpython/pull/18763 ___ Python tracker <https://bugs.python.org/issue39

[issue39778] collections.OrderedDict and weakref.ref raises "refcount is too small" assertion

2020-03-02 Thread miss-islington
miss-islington added the comment: New changeset 6df421fe87a9418d6c59f89dbc5d5573b6826855 by Pablo Galindo in branch 'master': bpo-39778: Add clarification about tp_traverse and ownership (GH-18754) https://github.com/python/cpython/commit/6df421fe87a9418d6c59f89dbc5d55

[issue39778] collections.OrderedDict and weakref.ref raises "refcount is too small" assertion

2020-03-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +18117 pull_request: https://github.com/python/cpython/pull/18762 ___ Python tracker <https://bugs.python.org/issue39

[issue39778] collections.OrderedDict and weakref.ref raises "refcount is too small" assertion

2020-03-02 Thread miss-islington
miss-islington added the comment: New changeset 1827fc30f463786ebff13752e35c3224652bc94e by Miss Islington (bot) in branch '3.8': bpo-39778: Add clarification about tp_traverse and ownership (GH-18754) https://github.com/python/cpython/commit/1827fc30f463786ebff13752e35c32

[issue39778] collections.OrderedDict and weakref.ref raises "refcount is too small" assertion

2020-03-02 Thread miss-islington
miss-islington added the comment: New changeset 72fff60d7649df88026838d8b5f14f541393f268 by Miss Islington (bot) in branch '3.7': bpo-39778: Add clarification about tp_traverse and ownership (GH-18754) https://github.com/python/cpython/commit/72fff60d7649df88026838d8b5f14f

[issue39530] Documentation about comparisons between numeric types is misleading

2020-03-03 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +18127 pull_request: https://github.com/python/cpython/pull/18737 ___ Python tracker <https://bugs.python.org/issu

[issue39831] Reference leak in PyErr_WarnEx()

2020-03-03 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +18129 pull_request: https://github.com/python/cpython/pull/18770 ___ Python tracker <https://bugs.python.org/issu

[issue39831] Reference leak in PyErr_WarnEx()

2020-03-03 Thread miss-islington
miss-islington added the comment: New changeset 57fb29219f09ee705065e39ad488334a9c7e3d71 by Miss Islington (bot) in branch '3.8': bpo-39831: Remove outdated comment. (GH-18764) https://github.com/python/cpython/commit/57fb29219f09ee705065e39ad48833

[issue39530] Documentation about comparisons between numeric types is misleading

2020-03-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +18131 pull_request: https://github.com/python/cpython/pull/18736 ___ Python tracker <https://bugs.python.org/issue39

[issue39530] Documentation about comparisons between numeric types is misleading

2020-03-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +18132 pull_request: https://github.com/python/cpython/pull/18773 ___ Python tracker <https://bugs.python.org/issue39

[issue39808] pathlib: reword docs for stat()

2020-03-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +18142 pull_request: https://github.com/python/cpython/pull/18783 ___ Python tracker <https://bugs.python.org/issue39

[issue39808] pathlib: reword docs for stat()

2020-03-04 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +18141 pull_request: https://github.com/python/cpython/pull/18782 ___ Python tracker <https://bugs.python.org/issu

[issue39808] pathlib: reword docs for stat()

2020-03-04 Thread miss-islington
miss-islington added the comment: New changeset 6bb67452d4f21e2d948dafce7644b1d66e5efcb8 by Miss Islington (bot) in branch '3.7': [3.7] bpo-39808: Improve docs for pathlib.Path.stat() (GH-18719) (GH-18782) https://github.com/python/cpython/commit/6bb67452d4f21e2d948dafce7644b1

[issue13487] inspect.getmodule fails when module imports change sys.modules

2020-03-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +18145 pull_request: https://github.com/python/cpython/pull/18788 ___ Python tracker <https://bugs.python.org/issue13

[issue13487] inspect.getmodule fails when module imports change sys.modules

2020-03-04 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 10.0 -> 11.0 pull_requests: +18144 pull_request: https://github.com/python/cpython/pull/18787 ___ Python tracker <https://bugs.python.org/issu

[issue13487] inspect.getmodule fails when module imports change sys.modules

2020-03-04 Thread miss-islington
miss-islington added the comment: New changeset a12381233a243ba7d5151ebf060feb57dd540bef by Miss Islington (bot) in branch '3.7': bpo-13487: Use sys.modules.copy() in inspect.getmodule() for thread safety. (GH-18786) https://github.com/python/cpyt

[issue13487] inspect.getmodule fails when module imports change sys.modules

2020-03-04 Thread miss-islington
miss-islington added the comment: New changeset 6b452ff97f70eca79ab956987cc04b6586feca00 by Miss Islington (bot) in branch '3.8': bpo-13487: Use sys.modules.copy() in inspect.getmodule() for thread safety. (GH-18786) https://github.com/python/cpyt

[issue39808] pathlib: reword docs for stat()

2020-03-05 Thread miss-islington
miss-islington added the comment: New changeset 7b39c474e4ce7057a9e16b06d40261ff563b1e9d by Miss Islington (bot) in branch '3.8': [3.8] bpo-39808: Improve docs for pathlib.Path.stat() (GH-18719) (GH-18783) https://github.com/python/cpython/commit/7b39c474e4ce7057a9e16b06d40261

<    41   42   43   44   45   46   47   48   49   50   >