[issue44666] compileall.compile_file fails when sys.stdout is redirected to StringIO

2021-07-30 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 80f07076294bc09a55ed76d9bbf307404eef25e6 by Stefan Hoelzl in branch 'main': bpo-44666: Use default encoding as fallback for compile_file (GH-27236) https://github.com/python/cpython/commit/80f07076294bc09a55ed76d9bbf307404eef25e6 -

[issue41103] Removing old buffer support

2021-07-30 Thread Łukasz Langa
Łukasz Langa added the comment: Resolved as "wontfix" due to presence in the stable ABI. -- resolution: -> wont fix stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs

[issue44777] Create mechanism to contact buildbot worker owners

2021-07-30 Thread Łukasz Langa
Łukasz Langa added the comment: Done and done. See: https://devguide.python.org/buildbots/ (https://github.com/python/devguide/pull/733) -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracke

[issue44777] Create mechanism to contact buildbot worker owners

2021-07-30 Thread Łukasz Langa
Łukasz Langa added the comment: Let me add the contact information to devguide.python.org. -- nosy: +lukasz.langa ___ Python tracker <https://bugs.python.org/issue44

[issue44747] Refactor usage of sys._getframe at typing module

2021-07-30 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks, Yurii! ✨ 🍰 ✨ -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue44747] Refactor usage of sys._getframe at typing module

2021-07-30 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset ea4673ed0757e9bfe8774e60cfae3313e9927b5f by Yurii Karabas in branch 'main': bpo-44747: Refactor usage of sys._getframe at typing module (#27387) https://github.com/python/cpython/commit/ea4673ed0757e9bfe8774e60cfae3313e9927b5f -

[issue44761] NewType __module__ attr default value

2021-07-30 Thread Łukasz Langa
Change by Łukasz Langa : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue44761] NewType __module__ attr default value

2021-07-30 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 56122b0bba7a9e2e3ec672a6c22bfdd7ecf08cbe by Miss Islington (bot) in branch '3.10': bpo-44761: Change default value of NewType __module__ attr (GH-27406) (GH-27477) https://github.com/python/cpython/commit/56122b0bba7a9e2e3ec672a6c22bfd

[issue44761] NewType __module__ attr default value

2021-07-30 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 7b975f81e4dba70a42c6279539a7fcfe4211b4c0 by Yurii Karabas in branch 'main': bpo-44761: Change default value of NewType __module__ attr (GH-27406) https://github.com/python/cpython/commit/7b975f81e4dba70a42c6279539a7fcfe4211b4c0 -

[issue31746] crashes in sqlite3.Connection in case it is uninitialized or partially initialized

2021-07-30 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 0cb470e622ba37920c72e4d8f284741b9fbaea8b by Erlend Egeberg Aasland in branch '3.10': [3.10] bpo-31746: Prevent segfaults when sqlite3.Connection is uninitialised (GH-27431). (GH-27472) https://github.com/python/cpyt

[issue44662] Add ability to annotate types.Union

2021-07-30 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks, Yurii! ✨ 🍰 ✨ -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue44662] Add ability to annotate types.Union

2021-07-30 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 472997659b9c73089cdc22bd7eded6f6fdcffdfe by Miss Islington (bot) in branch '3.10': bpo-44662: Add ability to annotate types.Union (GH-27214) (GH-27461) https://github.com/python/cpython/commit/472997659b9c73089cdc22bd7eded6

[issue44662] Add ability to annotate types.Union

2021-07-29 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 8182c8329c709f42218a8a17d81639ece5b7b627 by Yurii Karabas in branch 'main': bpo-44662: Add ability to annotate types.Union (#27214) https://github.com/python/cpython/commit/8182c8329c709f42218a8a17d81639ece5b7b627 -- nosy: +lu

[issue37224] [subinterpreters] test__xxsubinterpreters fails randomly

2021-07-29 Thread Łukasz Langa
Change by Łukasz Langa : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10, Python 3.9 ___ Python tracker <https://bugs.python.or

[issue44765] Misspelled Word In Docs

2021-07-29 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks! ✨ 🍰 ✨ -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue44765] Misspelled Word In Docs

2021-07-29 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 6d4af4dfd6a361014e9a59d12b9f0b5a56061d22 by Miss Islington (bot) in branch '3.9': bpo-44765: [doc] fix typo (GH-27430) (GH-27451) https://github.com/python/cpython/commit/6d4af4dfd6a361014e9a59d12b9f0b

[issue44765] Misspelled Word In Docs

2021-07-29 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 86545bd94cc0ae05334a2d775257ee38937c420d by Miss Islington (bot) in branch '3.10': bpo-44765: [doc] fix typo (GH-27430) (GH-27450) https://github.com/python/cpython/commit/86545bd94cc0ae05334a2d775257ee

[issue44765] Misspelled Word In Docs

2021-07-29 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset ccefa8a905c797e4a60078d5e1de846f929c6928 by Pavel in branch 'main': bpo-44765: [doc] fix typo (GH-27430) https://github.com/python/cpython/commit/ccefa8a905c797e4a60078d5e1de846f929c6928 -- nosy: +lu

[issue42853] `OverflowError: signed integer is greater than maximum` in ssl.py for files larger than 2GB

2021-07-29 Thread Łukasz Langa
Łukasz Langa added the comment: > This fix is going to cause a regression of bpo-36050. Would it not be > possible to fix this in _ssl.c (by breaking a large read into multiple > smaller calls to SSL_read)? It seems like fixing this at the SSL layer is > more appropriate than tr

[issue36050] Why does http.client.HTTPResponse._safe_read use MAXAMOUNT

2021-07-29 Thread Łukasz Langa
Łukasz Langa added the comment: Inadasan is right, this is still fixed in 3.10 and 3.11. The 3.9 revert is due to 3.9 supporting OpenSSL older than 1.1.1. 3.10+ requires OpenSSL 1.1.1+ per PEP 644. There is nothing to do here. -- resolution: -> fixed stage: needs patch -> re

[issue44752] Tab completion executes @property getter function

2021-07-29 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks, Jack! ✨ 🍰 ✨ -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10, Python 3.11 ___ Python tracker <https://bugs.python.or

[issue44752] Tab completion executes @property getter function

2021-07-29 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 93d90871d216625b8d9db0fa59693953353d19ae by Miss Islington (bot) in branch '3.9': bpo-44752: refactor part of rlcompleter.Completer.attr_matches (GH-27433) (GH-27446) https://github.com/python/cpyt

[issue44752] Tab completion executes @property getter function

2021-07-29 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset f8e13e35d12bee6e3447c791199522249ba7f05a by Miss Islington (bot) in branch '3.10': bpo-44752: refactor part of rlcompleter.Completer.attr_matches (GH-27433) (GH-27447) https://github.com/python/cpyt

[issue44752] Tab completion executes @property getter function

2021-07-29 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 6741794dd420c6b9775a188690dbf265037cd69f by Jack DeVries in branch 'main': bpo-44752: refactor part of rlcompleter.Completer.attr_matches (GH-27433) https://github.com/python/cpython/commit/6741794dd420c6b9775a188690dbf2

[issue44752] Tab completion executes @property getter function

2021-07-29 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset acaf3b959492e7a84dcc9d46101ed6dc313768c8 by Miss Islington (bot) in branch '3.9': bpo-44752: Make rlcompleter not call `@property` methods (GH-27401) (#27445) https://github.com/python/cpython/commit/acaf3b959492e7a84dcc9d46101ed6

[issue44752] Tab completion executes @property getter function

2021-07-29 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset d20f1095a6a51ee8f41ef445a009d26256e1fa61 by Miss Islington (bot) in branch '3.10': bpo-44752: Make rlcompleter not call `@property` methods (GH-27401) (GH-27444) https://github.com/python/cpython/commit/d20f1095a6a51ee8f41ef445a009d2

[issue44707] runtime error: applying zero offset to null pointer in Objects/listobject.c

2021-07-29 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 12fc0d28fcdeca32314d0755d3b30c7d96907440 by Miss Islington (bot) in branch '3.9': bpo-44707: Fix an undefined behavior of the null pointer arithmetic (GH-27292) (GH-27443) https://github.com/python/cpyt

[issue44707] runtime error: applying zero offset to null pointer in Objects/listobject.c

2021-07-29 Thread Łukasz Langa
Change by Łukasz Langa : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue44707] runtime error: applying zero offset to null pointer in Objects/listobject.c

2021-07-29 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 761c641f19838517bcf8df5b91d2eb46880efe68 by Miss Islington (bot) in branch '3.10': bpo-44707: Fix an undefined behavior of the null pointer arithmetic (GH-27292) (GH-27442) https://github.com/python/cpyt

[issue44711] Optimize type check in pipes.py

2021-07-29 Thread Łukasz Langa
Łukasz Langa added the comment: Due to a non-zero (even if close to zero) likelihood that the change from type() comparison to an isinstance() check will change behavior, I merged it to 3.11 and 3.10 as 3.9 is already pretty far out in its bugfix releases. Thanks, Anton! ✨ 🍰 ✨

[issue44752] Tab completion executes @property getter function

2021-07-29 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 50de8f74f8e92b20e76438c22b6a8f91afd6df75 by Jack DeVries in branch 'main': bpo-44752: Make rlcompleter not call `@property` methods (GH-27401) https://github.com/python/cpython/commit/50de8f74f8e92b20e76438c22b6a8f91afd6df75 -

[issue41103] Removing old buffer support

2021-07-29 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 6b922dae6cae9f212d678a36e8b41f2287cf5441 by Miss Islington (bot) in branch '3.10': bpo-41103: Resurrect the old buffer protocol. (GH-27437) (GH-27441) https://github.com/python/cpython/commit/6b922dae6cae9f212d678a36e8b41f

[issue41103] Removing old buffer support

2021-07-29 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset ce5e1a6809b714eb0383219190a076d9f883e008 by Inada Naoki in branch 'main': bpo-41103: Resurrect the old buffer protocol. (GH-27437) https://github.com/python/cpython/commit/ce5e1a6809b714eb0383219190a076d9f883e008 -- nosy: +lu

[issue44763] "width defaults to 70." in textwrap.wrap documentation is repetitive.

2021-07-28 Thread Łukasz Langa
Change by Łukasz Langa : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10, Python 3.9 ___ Python tracker <https://bugs.python.or

[issue44763] "width defaults to 70." in textwrap.wrap documentation is repetitive.

2021-07-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 9337c60ba8da897f74bddef072d12093cc8c82c5 by Miss Islington (bot) in branch '3.9': bpo-44763: [doc] remove repetitive sentence from textwrap.wrap (GH-27423) (GH-27427) https://github.com/python/cpyt

[issue44763] "width defaults to 70." in textwrap.wrap documentation is repetitive.

2021-07-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 369d1480b7d51b65c08664ecd63c970fb0d573e1 by Miss Islington (bot) in branch '3.10': bpo-44763: [doc] remove repetitive sentence from textwrap.wrap (GH-27423) (GH-27426) https://github.com/python/cpyt

[issue44544] Add full list of possible args to textwrap: wrap, fill, shorten

2021-07-28 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks! ✨ 🍰 ✨ -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue44544] Add full list of possible args to textwrap: wrap, fill, shorten

2021-07-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 019a8b08fa28b26e009fd10395c7b767848b4e77 by Miss Islington (bot) in branch '3.9': bpo-44544: [doc] list all textwrap func kwargs (GH-26999) (GH-27425) https://github.com/python/cpython/commit/019a8b08fa28b26e009fd10395c7b7

[issue44544] Add full list of possible args to textwrap: wrap, fill, shorten

2021-07-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 97af790495f580a60253f9d8c50b26eeb53d9926 by Miss Islington (bot) in branch '3.10': bpo-44544: [doc] list all textwrap func kwargs (GH-26999) (GH-27424) https://github.com/python/cpython/commit/97af790495f580a60253f9d8c50b26

[issue44682] Pdb commands allows to add commands to invalid breakpoint

2021-07-28 Thread Łukasz Langa
Change by Łukasz Langa : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue44682] Pdb commands allows to add commands to invalid breakpoint

2021-07-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 53b9458f2e9314703a5406ca817d757f1509882a by andrei kulakov in branch 'main': bpo-44682: Handle invalid arg to pdb's "commands" directive (#27252) https://github.com/python/cpython/commit/53b9458f2e9314703a5406ca817d757f1

[issue44763] "width defaults to 70." in textwrap.wrap documentation is repetitive.

2021-07-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset cb1d76f10ab330dbd64e6506bf7c065d499b by Jack DeVries in branch 'main': bpo-44763: [doc] remove repetitive sentence from textwrap.wrap (GH-27423) https://github.com/python/cpython/commit/cb1d76f10ab330dbd64e6506bf

[issue27827] pathlib is_reserved fails for some reserved paths on Windows

2021-07-28 Thread Łukasz Langa
Łukasz Langa added the comment: Barney, thanks for pushing this across the finish line! ✨ 🍰 ✨ And of course, Eryk for the report and original patch. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.11 -P

[issue27827] pathlib is_reserved fails for some reserved paths on Windows

2021-07-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset debb751f11f5221eafcdf07a14c7e9408350ad9a by Miss Islington (bot) in branch '3.9': bpo-27827: identify a greater range of reserved filename on Windows. (GH-26698) (#27422) https://github.com/python/cpyt

[issue44544] Add full list of possible args to textwrap: wrap, fill, shorten

2021-07-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset c1e39d6b1167376fdaf3f288ba9a689e61c7fdd1 by Jack DeVries in branch 'main': bpo-44544: [doc] list all textwrap func kwargs (GH-26999) https://github.com/python/cpython/commit/c1e39d6b1167376fdaf3f288ba9a689e61c7fdd1 -- nosy: +lu

[issue27827] pathlib is_reserved fails for some reserved paths on Windows

2021-07-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 8789add99164177f29a8cd319a834187c65ab16c by Miss Islington (bot) in branch '3.10': bpo-27827: identify a greater range of reserved filename on Windows. (GH-26698) (GH-27421) https://github.com/python/cpyt

[issue27827] pathlib is_reserved fails for some reserved paths on Windows

2021-07-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 56c1f6d7edad454f382d3ecb8cdcff24ac898a50 by Barney Gale in branch 'main': bpo-27827: identify a greater range of reserved filename on Windows. (GH-26698) https://github.com/python/cpython/commit/56c1f6d7edad454f382d3ecb8cdcff

[issue44754] Documentation for pop in Built-in Types

2021-07-28 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks, Dennis! ✨ 🍰 ✨ -- nosy: +lukasz.langa resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10, Python 3.11, Python 3.8 ___ Python tracker <https://bug

[issue44756] In ./Doc, "make html" and "make build" should depend on "make venv"

2021-07-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset fd2c2465d49a8bcb32eeda82d694eed48e57ba79 by Miss Islington (bot) in branch '3.9': bpo-44756: in ./Doc, `make build` depends on `make html` (GH-27403) (GH-27411) https://github.com/python/cpython/commit/fd2c2465d49a8bcb32eeda82d694ee

[issue44756] In ./Doc, "make html" and "make build" should depend on "make venv"

2021-07-28 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks, Jack! ✨ 🍰 ✨ -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue44756] In ./Doc, "make html" and "make build" should depend on "make venv"

2021-07-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset f113195ac85d58bdde348b5bb74eb97e6485e408 by Miss Islington (bot) in branch '3.10': bpo-44756: in ./Doc, `make build` depends on `make html` (GH-27403) (GH-27410) https://github.com/python/cpython/commit/f113195ac85d58bdde348b5bb74eb9

[issue42853] `OverflowError: signed integer is greater than maximum` in ssl.py for files larger than 2GB

2021-07-28 Thread Łukasz Langa
Change by Łukasz Langa : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue36050] Why does http.client.HTTPResponse._safe_read use MAXAMOUNT

2021-07-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 153365d864c411f6fb523efa752ccb3497d815ca by Inada Naoki in branch '3.9': [3.9] bpo-42853: Fix http.client fails to download >2GiB data over TLS (GH-27405) https://github.com/python/cpython/commit/153365d864c411f6fb523efa752

[issue42853] `OverflowError: signed integer is greater than maximum` in ssl.py for files larger than 2GB

2021-07-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 153365d864c411f6fb523efa752ccb3497d815ca by Inada Naoki in branch '3.9': [3.9] bpo-42853: Fix http.client fails to download >2GiB data over TLS (GH-27405) https://github.com/python/cpython/commit/153365d864c411f6fb523efa752

[issue44756] In ./Doc, "make html" and "make build" should depend on "make venv"

2021-07-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset d22c876d5ac5fa464337d2e82654b8d87a83cb1b by Jack DeVries in branch 'main': bpo-44756: in ./Doc, `make build` depends on `make html` (#27403) https://github.com/python/cpython/commit/d22c876d5ac5fa464337d2e82654b8d87a83cb1b -

[issue44600] match/case statements trace incorrectly in 3.10.0b4

2021-07-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 5502ee052fb4257ad7438dd1130c80e1a9c4bc7f by Miss Islington (bot) in branch '3.10': bpo-44600: Refactor new tracing tests (GH-27396) (GH-27404) https://github.com/python/cpython/commit/5502ee052fb4257ad7438dd1130c80e1a9c4bc7f -

[issue44740] Lowercase "Internet" and "web" in docs

2021-07-27 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset be2415487ab80e4bd5ace2954651e78b107b17e4 by Miss Islington (bot) in branch '3.10': bpo-44740: Make minor edits to lowercasing "internet" and "web". (GH-27385) (#27386) https://gi

[issue44740] Lowercase "Internet" and "web" in docs

2021-07-27 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 2e41df4d60d71a2551b9605d07321f75cfb52adf by Mariusz Felisiak in branch 'main': bpo-44740: Make minor edits to lowercasing "internet" and "web". (GH-27385) https://github.com/python/cpython/commit/2e41df4d60

[issue44740] Lowercase "Internet" and "web" in docs

2021-07-26 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 6fc1efa4546ad94a904239fd5efb84e02894eb31 by Miss Islington (bot) in branch '3.10': bpo-44740: Lowercase "internet" and "web" where appropriate. (GH-27378) (GH-27380) https://gi

[issue44740] Lowercase "Internet" and "web" in docs

2021-07-26 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 11749e2dc20ad6a76e9a39e948853e89b2b4bbed by Mariusz Felisiak in branch 'main': bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378) https://github.com/python/cpython/commit/11749e2dc2

[issue44515] contextlib test incompatibility with non-refcounted GC

2021-07-26 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks, Nick! ✨ 🍰 ✨ -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue44515] contextlib test incompatibility with non-refcounted GC

2021-07-26 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 0ea5e0d792a85b435ef299319dcd52e59f535cb1 by Miss Islington (bot) in branch '3.10': bpo-44515: handle non-refcounted GC in contextlib tests (GH-26910) (GH-27379) https://github.com/python/cpython/commit/0ea5e0d792a85b435ef299319dcd52

[issue44515] contextlib test incompatibility with non-refcounted GC

2021-07-26 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset a2c45e5bcf9d3dfff9f2699dbc161489897616b5 by Nick Coghlan in branch 'main': bpo-44515: handle non-refcounted GC in contextlib tests (GH-26910) https://github.com/python/cpython/commit/a2c45e5bcf9d3dfff9f2699dbc161489897616b5 -

[issue44453] Documented return type of sysconfig.get_path() is wrong

2021-07-26 Thread Łukasz Langa
Change by Łukasz Langa : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue43443] Should shelve support dict union?

2021-07-26 Thread Łukasz Langa
Change by Łukasz Langa : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.11 ___ Python tracker <https://bugs.python.or

[issue43443] Should shelve support dict union?

2021-07-26 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 7482fff297727bb5faf64cc92c73561ccf48feda by Miss Islington (bot) in branch '3.9': bpo-43443: Clarify difference between shelve objects and dicts (GH-27004) (GH-27370) https://github.com/python/cpyt

[issue43443] Should shelve support dict union?

2021-07-26 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 563e05743c8f31366db7ef35a00e396c9f442b17 by Miss Islington (bot) in branch '3.10': bpo-43443: Clarify difference between shelve objects and dicts (GH-27004) (GH-27369) https://github.com/python/cpyt

[issue44490] PEP 604 Union (int | str) doesn't have __parameters__

2021-07-26 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 4a5457d5d48e6563ec481daad245ff3d6ef13503 by Miss Islington (bot) in branch '3.10': bpo-44490: Add 'Whats New' docs regarding types.Union changes (GH-27215) (GH-27368) https://github.com/p

[issue44698] Undefined behaviour in Objects/complexobject.c's complex_pow

2021-07-26 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 85ac81499ec5fb156a57408bcd95b06de4531488 by Miss Islington (bot) in branch '3.9': bpo-44698: Fix undefined behaviour in complex exponentiation. (GH-27278) (GH-27367) https://github.com/python/cpyt

[issue44698] Undefined behaviour in Objects/complexobject.c's complex_pow

2021-07-26 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 256d97c8a3151ec7caba6c06bf2a1e682008c304 by Miss Islington (bot) in branch '3.10': bpo-44698: Fix undefined behaviour in complex exponentiation. (GH-27278) (#27366) https://github.com/python/cpython/commit/256d97c8a3151ec7caba6c06bf2a1e

[issue44698] Undefined behaviour in Objects/complexobject.c's complex_pow

2021-07-26 Thread Łukasz Langa
Change by Łukasz Langa : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue43443] Should shelve support dict union?

2021-07-26 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset c97c2a050cf753003012ae3f08e035326b8f6167 by Serhiy Storchaka in branch 'main': bpo-43443: Clarify difference between shelve objects and dicts (GH-27004) https://github.com/python/cpython/commit/c97c2a050cf753003012ae3f08e035

[issue44490] PEP 604 Union (int | str) doesn't have __parameters__

2021-07-26 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 6c1b57d958e2b0d5bcf0f2315b5044838e11638f by Yurii Karabas in branch 'main': bpo-44490: Add 'Whats New' docs regarding types.Union changes (GH-27215) https://github.com/python/cpython/commit/6c1b57d958e2b0d5bcf0

[issue44698] Undefined behaviour in Objects/complexobject.c's complex_pow

2021-07-26 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 1d582bbc969e05896addf97844ddf17ce9830e5e by T. Wouters in branch 'main': bpo-44698: Fix undefined behaviour in complex exponentiation. (GH-27278) https://github.com/python/cpython/commit/1d582bbc969e05896addf97844ddf17ce9830e5e -

[issue44732] Rename types.Union to types.UnionType

2021-07-26 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 2b8ad9e6c5f0a66e9ca2d15f85336d8a3eefefb0 by Hasan in branch 'main': bpo-44732: Rename types.Union to types.UnionType (#27342) https://github.com/python/cpython/commit/2b8ad9e6c5f0a66e9ca2d15f85336d8a3eefefb0 -- nosy: +lu

[issue44734] turtle: tests for Vec2D.__abs__ are too strict

2021-07-26 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks! ✨ 🍰 ✨ -- ___ Python tracker <https://bugs.python.org/issue44734> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue44734] turtle: tests for Vec2D.__abs__ are too strict

2021-07-26 Thread Łukasz Langa
Change by Łukasz Langa : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue44734] turtle: tests for Vec2D.__abs__ are too strict

2021-07-26 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 7b2185b8e495daed30b50fe89f3ada0dc0129b62 by Miss Islington (bot) in branch '3.9': bpo-44734: Fix precision in turtle tests (GH-27343) (GH-27362) https://github.com/python/cpython/commit/7b2185b8e495daed30b50fe89f3ada

[issue44734] turtle: tests for Vec2D.__abs__ are too strict

2021-07-26 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 16a174f7bac481ff6f859179b30a74d867747137 by Miss Islington (bot) in branch '3.10': bpo-44734: Fix precision in turtle tests (GH-27343) (GH-27361) https://github.com/python/cpython/commit/16a174f7bac481ff6f859179b30a74

[issue44734] turtle: tests for Vec2D.__abs__ are too strict

2021-07-26 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 3f135c073a53793ec68902f6b513934ddff47235 by Logan Jones in branch 'main': bpo-44734: Fix precision in turtle tests (GH-27343) https://github.com/python/cpython/commit/3f135c073a53793ec68902f6b513934ddff47235 -- nosy: +lu

[issue44353] PEP 604 NewType

2021-07-24 Thread Łukasz Langa
Łukasz Langa added the comment: types is not typing. This is a different failure from what we've seen before. I'll fix that today. -- ___ Python tracker <https://bugs.python.o

[issue44713] subprocess.rst typo ``"shell=True"`` => ``shell=True``

2021-07-24 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 5d9c86e340b40379d18ffeb7ce1739e07bdeb536 by Miss Islington (bot) in branch '3.9': bpo-44713: [doc fix]: typo in subprocess.rst (GH-27297) (#27327) https://github.com/python/cpython/commit/5d9c86e340b40379d18ffeb7ce1739

[issue44353] PEP 604 NewType

2021-07-24 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset e8c01749c02a97a2f5b01086951bb564121c5113 by Miss Islington (bot) in branch '3.10': bpo-44353: Improve tests covering typing.NewType pickling (GH-27302) (GH-27328) https://github.com/python/cpython/commit/e8c01749c02a97a2f5b01086951bb5

[issue44353] PEP 604 NewType

2021-07-24 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 05f5d8e48c86c8025d3f82285666d93e52e360f9 by Łukasz Langa in branch '3.10': [3.10] bpo-44353: Expand NewType tests for complex __qualname__ (GH-27311) (GH-27326) https://github.com/python/cpython/commit/05f5d8e48c86c8025d3f82285666d9

[issue44713] subprocess.rst typo ``"shell=True"`` => ``shell=True``

2021-07-24 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 45caee27159aa89b8dbcfde0c5faedea5f965584 by Miss Islington (bot) in branch '3.10': bpo-44713: [doc fix]: typo in subprocess.rst (GH-27297) (GH-27298) https://github.com/python/cpython/commit/45caee27159aa89b8dbcfde0c5faed

[issue44353] PEP 604 NewType

2021-07-24 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset a22b05da87bdfb081d6aaecfce136ae8dbb8680c by Yurii Karabas in branch 'main': bpo-44353: Improve tests covering typing.NewType pickling (GH-27302) https://github.com/python/cpython/commit/a22b05da87bdfb081d6aaecfce136a

[issue44717] Improve AttributeError on circular imports of submodules

2021-07-24 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks a lot for your report and patch, Filipe! ✨ 🍰 ✨ -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue44717] Improve AttributeError on circular imports of submodules

2021-07-24 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 8072a1181dd64135f700b44372fbf7bf91e68072 by Filipe Laíns in branch 'main': bpo-44717: improve AttributeError on circular imports of submodules (GH-27299) https://github.com/python/cpython/commit/8072a1181dd64135f700b44372fbf7

[issue44353] PEP 604 NewType

2021-07-24 Thread Łukasz Langa
Change by Łukasz Langa : -- pull_requests: +25870 pull_request: https://github.com/python/cpython/pull/27326 ___ Python tracker <https://bugs.python.org/issue44

[issue44720] Weakref proxy crashes on null tp_iternext slot.

2021-07-24 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks for your quick pull request, Dennis! ✨ 🍰 ✨ -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue44720] Weakref proxy crashes on null tp_iternext slot.

2021-07-24 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 0a08f22184aef6e36bb8bb7ad84207e47594f46e by Miss Islington (bot) in branch '3.9': bpo-44720: Don't crash when calling weakref.proxy(not_an_iterator).__next__ (GH-27316) (#27325) https://github.com/python

[issue44720] Weakref proxy crashes on null tp_iternext slot.

2021-07-24 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 659030c7d56a329c1aa559678f2df15e306215e4 by Miss Islington (bot) in branch '3.10': bpo-44720: Don't crash when calling weakref.proxy(not_an_iterator).__next__ (GH-27316) (GH-27324) https://github.com/python

[issue44353] PEP 604 NewType

2021-07-24 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset d15949a845a6db66675bca7105ad508ba9e79639 by Miss Islington (bot) in branch '3.10': bpo-44353: Document that typing.NewType is now a class (GH-27319) (GH-27321) https://github.com/python/cpython/commit/d15949a845a6db66675bca7105ad50

[issue44720] Weakref proxy crashes on null tp_iternext slot.

2021-07-24 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 5370f0a82aaa4ba617070d5c71d2b18236096ac0 by Dennis Sweeney in branch 'main': bpo-44720: Don't crash when calling weakref.proxy(not_an_iterator).__next__ (GH-27316) https://github.com/python/cpython/commit/5370f0a82aaa4ba617070d5c7

[issue44611] CPython uses deprecated randomness API

2021-07-24 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 4463fa2fa111e03f7ec47e6e9d433104aa943605 by Dong-hee Na in branch 'main': bpo-44611: Update docs for os and whatsnew 3.11 (#27314) https://github.com/python/cpython/commit/4463fa2fa111e03f7ec47e6e9d433104aa943605 -- nosy: +lu

[issue44353] PEP 604 NewType

2021-07-24 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 7aac3f623610cf3dffbf548a5be5bfd4fa6790a0 by Ken Jin in branch 'main': bpo-44353: Document that typing.NewType is now a class (#27319) https://github.com/python/cpython/commit/7aac3f623610cf3dffbf548a5be5bf

[issue44353] PEP 604 NewType

2021-07-24 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset e89ef0ad2a299770a88ece8f7a316f7d3eb65c9f by Serhiy Storchaka in branch 'main': bpo-44353: Expand NewType tests for complex __qualname__. (#27311) https://github.com/python/cpython/commit/e89ef0ad2a299770a88ece8f7a316f

[issue34602] python3 resource.setrlimit strange behaviour under macOS

2021-07-23 Thread Łukasz Langa
Change by Łukasz Langa : -- pull_requests: +25854 pull_request: https://github.com/python/cpython/pull/27309 ___ Python tracker <https://bugs.python.org/issue34

[issue44707] runtime error: applying zero offset to null pointer in Objects/listobject.c

2021-07-23 Thread Łukasz Langa
Łukasz Langa added the comment: I'm still unable to reproduce this locally. Objects/listobject.c:527:24 is this line in `list_concat`: dest = np->ob_item + Py_SIZE(a); (permalink: https://github.com/python/cpython/blob/8f42106b5c362495f72c6ca2fa3884538e4023db/Objects/listobjec

[issue44353] PEP 604 NewType

2021-07-23 Thread Łukasz Langa
Change by Łukasz Langa : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

<    5   6   7   8   9   10   11   12   13   14   >