[issue38820] Make Python compatible with OpenSSL 3.0.0

2021-09-08 Thread Łukasz Langa
Łukasz Langa added the comment: (I'll let you close this yourself when you determine that the two remaining open dependencies can be closed as well.) -- ___ Python tracker <https://bugs.python.org/is

[issue38820] Make Python compatible with OpenSSL 3.0.0

2021-09-08 Thread Łukasz Langa
Łukasz Langa added the comment: Christian, Python is now tested with 3.0.0 final in 3.9, 3.10, and 3.11. Looks like we can close this! Thank you for this big body of work ✨ 🍰 ✨ -- versions: +Python 3.11 -Python 3.8 ___ Python tracker <ht

[issue38820] Make Python compatible with OpenSSL 3.0.0

2021-09-08 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 7a6178a7cd8514911e9480f826838dc789fb8655 by Łukasz Langa in branch '3.9': [3.9] bpo-38820: Test with OpenSSL 3.0.0 final (GH-28205) (GH-28217) https://github.com/python/cpython/commit/7a6178a7cd8514911e9480f826838d

[issue45129] Remove deprecated reuse_address parameter from create_datagram_endpoint()

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

[issue45129] Remove deprecated reuse_address parameter from create_datagram_endpoint()

2021-09-08 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 59ea704df7a2fae4559e1e04f7a59d6c40f63657 by Hugo van Kemenade in branch 'main': bpo-45129 Remove deprecated reuse_address (GH-28207) https://github.com/python/cpython/commit/59ea704df7a2fae4559e1e04f7a59d

[issue41082] Error handling and documentation of Path.home()

2021-09-08 Thread Łukasz Langa
Łukasz Langa added the comment: Using `os.path.expanduser` is a functional change so it wasn't backported at the time to 3.9 and sure shouldn't be backported now. Going with a doc update is the right approach. -- nosy: +lukasz.langa

[issue45083] Need to use the exception class qualname when rendering exception (in C code)

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

[issue45083] Need to use the exception class qualname when rendering exception (in C code)

2021-09-08 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 6b996d61c96222d959d043b9424e8125c0efbb27 by Miss Islington (bot) in branch '3.10': [3.10] bpo-45083: Include the exception class qualname when formatting an exception (GH-28119) (GH-28134) https://github.com/python/cpyt

[issue45056] compiler: Unnecessary None in co_consts

2021-09-08 Thread Łukasz Langa
Łukasz Langa added the comment: It goes to 3.10.1 then. Fixed! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue45056] compiler: Unnecessary None in co_consts

2021-09-08 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset d41abe8970453716dbc6a3a898ac8fb01cbf6c6f by Łukasz Langa in branch '3.10': [3.10] bpo-45056: Remove trailing unused constants from co_consts (GH-28109) (GH-28125) https://github.com/python/cpython/commit/d41abe8970453716dbc6a3a898ac8f

[issue45097] "The loop argument is deprecated" reported when user code does not use it

2021-09-08 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset a328a13b70ea0b0bec8b9d1b0067628369cabea9 by Serhiy Storchaka in branch '3.9': [3.9] bpo-45097: Fix deprecation warnings in test_asyncio (GH-28236) https://github.com/python/cpython/commit/a328a13b70ea0b0bec8b9d1b006762

[issue19113] duplicate test names in Lib/ctypes/test/test_functions.py

2021-09-08 Thread Łukasz Langa
Łukasz Langa added the comment: Change made in Python 3.11: duplicate test removed. Closing. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.11 -Python 2.7, Python 3.7, Python 3.8 _

[issue19113] duplicate test names in Lib/ctypes/test/test_functions.py

2021-09-08 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset a5610057615779ca6fc75d9e006d2fae644a94d3 by andrei kulakov in branch 'main': bpo-19113: Remove unused test_errors from ctypes tests (GH-28008) https://github.com/python/cpython/commit/a5610057615779ca6fc75d9e006d2fae644a94d3 -

[issue45012] DirEntry.stat method should release GIL

2021-09-08 Thread Łukasz Langa
Łukasz Langa added the comment: Sadly, we can't backport this to 3.9 as it's only accepting bugfixes and this is a performance improvement. 3.10 is out of scope for this too as 3.10.0rc2 shipped last night. -- ___ Python track

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

2021-09-08 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 7538fe34d730fe08cbbecc17606bc0f5f69ff416 by Miss Islington (bot) in branch '3.10': bpo-45118: Fix regrtest second summary for re-run tests (GH-28183) (GH-28214) https://github.com/python/cpython/commit/7538fe34d730fe08cbbecc17606bc0

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

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

[issue25130] Make tests more PyPy compatible

2021-09-08 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 462c1f0403324efc27c11435da12b8d16f5387de by Serhiy Storchaka in branch '3.10': [3.10] bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005) (GH-28027) https://github.com/python/cpyt

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

2021-09-08 Thread Łukasz Langa
Łukasz Langa added the comment: Pablo, marking as release blocker. PR GH-28232 is merged to 3.10. It should be cherry-picked for 3.10.0 inclusion. -- nosy: +pablogsal priority: critical -> release blocker ___ Python tracker <

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

2021-09-08 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset c081649e6df55203178a44d16bc4c96f9fa2c6a4 by Miss Islington (bot) in branch '3.10': bpo-45121: Fix RecursionError when calling Protocol.__init__ from a subclass' __init__ (GH-28206) (GH-28232) https://github.com/python

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

2021-09-08 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 99506dcbbe9fb56ceabe55f0a4333e5981b72095 by Ken Jin in branch '3.9': [3.9] bpo-45121: Fix RecursionError when calling Protocol.__init__ from a subclass' __init__ (GH-28206) (GH-28233) https://github.com/python

[issue24888] FileNotFoundException raised by subprocess.call

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

[issue24888] FileNotFoundException raised by subprocess.call

2021-09-07 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 2363910662cda4dcf574da68b4633b55e5fc0f9c by Miss Islington (bot) in branch '3.9': bpo-24888: Clarify subprocess.check_call propagates exceptions if unable to start process (GH-28018) (GH-28223) https://github.com/python/cpyt

[issue24888] FileNotFoundException raised by subprocess.call

2021-09-07 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 19a304ba990481f0381a5316096b6b3cf2dff381 by DonnaDia in branch 'main': bpo-24888: Clarify subprocess.check_call propagates exceptions if unable to start process (GH-28018) https://github.com/python/cpyt

[issue45012] DirEntry.stat method should release GIL

2021-09-07 Thread Łukasz Langa
Łukasz Langa added the comment: Dzięki za zgłoszenie i poprawkę, Stanisław! ✨ 🍰 ✨ -- resolution: -> fixed stage: patch review -> resolved status: open -> closed type: behavior -> performance versions: -Python 3.10, Python 3.6, Python 3.7, Python 3.8

[issue45012] DirEntry.stat method should release GIL

2021-09-07 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 9dc363ee7cf2eb6ff374fbf7bbeb0b333f4afb8f by Stanisław Skonieczny in branch 'main': bpo-45012: Release GIL around stat in os.scandir (GH-28085) https://github.com/python/cpython/commit/9dc363ee7cf2eb6ff374fbf7bbeb0b333f4afb8f -

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

2021-09-07 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 04c13c97eecdb66365782dbbf5e93ff5de267a61 by Miss Islington (bot) in branch '3.9': bpo-45118: Fix regrtest second summary for re-run tests (GH-28183) (GH-28215) https://github.com/python/cpython/commit/04c13c97eecdb66365782dbbf5e93f

[issue38820] Make Python compatible with OpenSSL 3.0.0

2021-09-07 Thread Łukasz Langa
Change by Łukasz Langa : -- pull_requests: +26642 pull_request: https://github.com/python/cpython/pull/28217 ___ Python tracker <https://bugs.python.org/issue38

[issue38820] Make Python compatible with OpenSSL 3.0.0

2021-09-07 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset cc7c6801945c6a7373553b78bd899ce09681ec0a by Christian Heimes in branch 'main': bpo-38820: Test with OpenSSL 3.0.0 final (GH-28205) https://github.com/python/cpython/commit/cc7c6801945c6a7373553b78bd899c

[issue45129] Remove deprecated reuse_address parameter from create_datagram_endpoint()

2021-09-07 Thread Łukasz Langa
Łukasz Langa added the comment: To clarify, the option was entirely disabled in 3.9.0, 3.8.1, 3.7.6, and 3.6.10 due to security concerns. If `True` was passed, it raised a ValueError. If `False` was passed, it raised a DeprecationWarning. This was implemented in GH-17311 and What's Ne

[issue45104] Error in __new__ docs

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

[issue45104] Error in __new__ docs

2021-09-07 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset b1f2fe777e1fe133d33cd1e714b8aa0f81fed1cc by Miss Islington (bot) in branch '3.9': bpo-45104: Clarify when __init__ is called (GH-28210) (GH-28212) https://github.com/python/cpython/commit/b1f2fe777e1fe133d33cd1e714b8aa

[issue45104] Error in __new__ docs

2021-09-07 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 5a42a49477cd601d67d81483f9589258dccb14b1 by Miss Islington (bot) in branch '3.8': bpo-45104: Clarify when __init__ is called (GH-28210) (GH-28213) https://github.com/python/cpython/commit/5a42a49477cd601d67d81483f95892

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

2021-09-07 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset c4ea45d7d2c02674db2fdb96c7eee89324d2dc64 by Victor Stinner in branch 'main': bpo-45118: Fix regrtest second summary for re-run tests (GH-28183) https://github.com/python/cpython/commit/c4ea45d7d2c02674db2fdb96c7eee89324d2dc64 -

[issue45104] Error in __new__ docs

2021-09-07 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset fa15df77f02ba4a66ba0b71989381a426038be01 by Raymond Hettinger in branch 'main': bpo-45104: Clarify when __init__ is called (GH-28210) https://github.com/python/cpython/commit/fa15df77f02ba4a66ba0b71989381a426038be01 -

[issue42255] webbrowser.MacOSX is unused, untested and undocumented

2021-09-03 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks for the patches, Dong-hee Na! ✨ 🍰 ✨ -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue42255] webbrowser.MacOSX is unused, untested and undocumented

2021-09-03 Thread Łukasz Langa
Change by Łukasz Langa : -- versions: +Python 3.10, Python 3.9 ___ Python tracker <https://bugs.python.org/issue42255> ___ ___ Python-bugs-list mailing list Unsub

[issue42255] webbrowser.MacOSX is unused, untested and undocumented

2021-09-03 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 2a8956c268772fd31aeeb6ee522f123af94a2926 by Dong-hee Na in branch '3.10': bpo-42255: Update webbrowser doc for macOS (GH-28144) https://github.com/python/cpython/commit/2a8956c268772fd31aeeb6ee522f12

[issue42255] webbrowser.MacOSX is unused, untested and undocumented

2021-09-03 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset ce83e42437b8e5a4bf4237f981a7a90401922456 by Dong-hee Na in branch '3.9': bpo-42255: Update webbrowser doc for macOS (GH-28145) https://github.com/python/cpython/commit/ce83e42437b8e5a4bf4237f981a7a9

[issue45083] Need to use the exception class qualname when rendering exception (in C code)

2021-09-03 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 41c23740243cc3a0699bc4d5dcfd47a0007ff039 by Miss Islington (bot) in branch '3.9': [3.9] bpo-45083: Include the exception class qualname when formatting an exception (GH-28119) (GH-28135) https://github.com/python/cpyt

[issue45022] Update libffi to 3.4.2

2021-09-03 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 8c3a10e58b12608c3759fee684e7aa399facae2a by Steve Dower in branch '3.8': bpo-45022: Pin current libffi build to fixed version in preparation for upcoming update (GH-27982) (GH-28001) https://github.com/python/cpyt

[issue42255] webbrowser.MacOSX is unused, untested and undocumented

2021-09-03 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset bc1c49fa94b2abf70e6937373bf1e6b5378035c5 by Dong-hee Na in branch 'main': bpo-42255: Deprecate webbrowser.MacOSX from Python 3.11 (GH-27837) https://github.com/python/cpython/commit/bc1c49fa94b2abf70e6937373bf1e6

[issue34602] python3 resource.setrlimit strange behaviour under macOS

2021-09-03 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset be9de8721d63b9d8e032d508069daf88c06542c6 by Łukasz Langa in branch 'main': bpo-34602: Quadruple stack size on macOS when compiling with UBSAN (GH-27309) https://github.com/python/cpython/commit/be9de8721d63b9d8e032d508069daf

[issue45083] Need to use the exception class qualname when rendering exception (in C code)

2021-09-03 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset b4b6342848ec0459182a992151099252434cc619 by Irit Katriel in branch 'main': bpo-45083: Include the exception class qualname when formatting an exception (GH-28119) https://github.com/python/cpython/commit/b4b6342848ec0459182a9921510992

[issue45081] dataclasses that inherit from Protocol subclasses have wrong __init__

2021-09-02 Thread Łukasz Langa
Change by Łukasz Langa : -- versions: +Python 3.10, Python 3.11 ___ Python tracker <https://bugs.python.org/issue45081> ___ ___ Python-bugs-list mailing list Unsub

[issue45082] ctypes: Deprecate c_buffer() alias to create_string_buffer()

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

[issue45082] ctypes: Deprecate c_buffer() alias to create_string_buffer()

2021-09-02 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset a1e15a7a604e6f44cdaf4e106339df62eac5dc9f by Victor Stinner in branch 'main': bpo-45082: Cleanup ctypes.c_buffer alias (GH-28129) https://github.com/python/cpython/commit/a1e15a7a604e6f44cdaf4e106339df

[issue45081] dataclasses that inherit from Protocol subclasses have wrong __init__

2021-09-02 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 98eb40828af97760badfa7b8ff84bd4f7a079839 by Miss Islington (bot) in branch '3.9': bpo-45081: Fix __init__ method generation when inheriting from Protocol (GH-28121) (GH-28132) https://github.com/python/cpyt

[issue40360] Deprecate lib2to3 (and 2to3) for future removal

2021-09-02 Thread Łukasz Langa
Łukasz Langa added the comment: The "pending" deprecation status of lib2to3 in 3.9 and 3.10 is no worse than a vanilla deprecation in terms of visibility. It will appear just the same when run with pytest or `-X dev`. However, upgrading the deprecation between 3.10.0rc1 and 3.10.0

[issue45081] dataclasses that inherit from Protocol subclasses have wrong __init__

2021-09-02 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 0635e201beaf52373f776ff32702795e38f43ae3 by Yurii Karabas in branch 'main': bpo-45081: Fix __init__ method generation when inheriting from Protocol (GH-28121) https://github.com/python/cpython/commit/0635e201beaf52373f776ff3270279

[issue45082] ctypes: Deprecate c_buffer() alias to create_string_buffer()

2021-09-02 Thread Łukasz Langa
Łukasz Langa added the comment: -0 I'm not sure it's worth the hassle to remove this. I'd just delete the silly comment that this is supposedly deprecated since at least 2006. I still get 32,978 results looking at Github Search like this: https://github.com/search?q=c_b

[issue40360] Deprecate lib2to3 (and 2to3) for future removal

2021-09-02 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset f0b63d5b56a6324f5f86807d9548c7b38aa2a8f7 by Łukasz Langa in branch 'main': bpo-40360: [doc] Rephrase deprecation note about lib2to3 (GH-28122) https://github.com/python/cpython/commit/f0b63d5b56a6324f5f86807d9548c7

[issue43612] zlib.compress should have a wbits argument

2021-09-02 Thread Łukasz Langa
Change by Łukasz Langa : -- versions: -Python 3.10 ___ Python tracker <https://bugs.python.org/issue43612> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43612] zlib.compress should have a wbits argument

2021-09-02 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks for your contribution, Ruben! ✨ 🍰 ✨ -- nosy: +lukasz.langa resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue43613] gzip.compress and gzip.decompress are sub-optimally implemented.

2021-09-02 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset ea23e7820f02840368569db8082bd0ca4d59b62a by Ruben Vorderman in branch 'main': bpo-43613: Faster implementation of gzip.compress and gzip.decompress (GH-27941) https://github.com/python/cpython/commit/ea23e7820f02840368569db8082bd0

[issue45056] compiler: Unnecessary None in co_consts

2021-09-02 Thread Łukasz Langa
Change by Łukasz Langa : -- pull_requests: +26564 pull_request: https://github.com/python/cpython/pull/28125 ___ Python tracker <https://bugs.python.org/issue45

[issue45019] Freezing modules has manual steps but could be automated.

2021-09-02 Thread Łukasz Langa
Change by Łukasz Langa : -- nosy: +lukasz.langa nosy_count: 3.0 -> 4.0 pull_requests: +26565 pull_request: https://github.com/python/cpython/pull/28125 ___ Python tracker <https://bugs.python.org/issu

[issue45056] compiler: Unnecessary None in co_consts

2021-09-02 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 55c4a92fc1abfe388335071f1d64b3addfa5793f by Inada Naoki in branch 'main': bpo-45056: Remove trailing unused constants from co_consts (GH-28109) https://github.com/python/cpython/commit/55c4a92fc1abfe388335071f1d64b3addfa5793f -

[issue37330] open(): remove 'U' mode, deprecated since Python 3.3

2021-09-02 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 19ba2122ac7313ac29207360cfa864a275b9489e by Victor Stinner in branch 'main': bpo-37330: open() no longer accept 'U' in file mode (GH-28118) https://github.com/python/cpython/commit/19ba2122ac7313ac29207360cfa864a275b948

[issue42255] webbrowser.MacOSX is unused, untested and undocumented

2021-09-02 Thread Łukasz Langa
Łukasz Langa added the comment: Dong-hee Na, you can't remove it in 3.12 per PEP 387: > Unless it is going through the deprecation process below, the behavior of an > API must not change in an incompatible fashion between any two consecutive > releases. Python's yearly r

[issue45085] Remove the binhex module, binhex4 and hexbin4 standards

2021-09-02 Thread Łukasz Langa
Łukasz Langa added the comment: Agreed with Victor. I'd go with the "traditional" flow of PendingDeprecationWarning in 3.9, DeprecationWarning in 3.10, and removal in 3.11; but since we kept DeprecationWarning for two releases, it's pretty much the same and f

[issue45085] Remove the binhex module, binhex4 and hexbin4 standards

2021-09-02 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset a8066087054417885db0a2dbdce2ddb2ac498247 by Victor Stinner in branch 'main': bpo-45085: Remove the binhex module (GH-28117) https://github.com/python/cpython/commit/a8066087054417885db0a2dbdce2ddb2ac498247 -- nosy: +lu

[issue40360] Deprecate lib2to3 (and 2to3) for future removal

2021-09-02 Thread Łukasz Langa
Łukasz Langa added the comment: > We can add to the 3.10 docs that it is deprecated without any code change. This was already the case: https://docs.python.org/3/library/2to3.html#module-lib2to3 The wording was a bit clumsy so I rephrased in GH-28

[issue40360] Deprecate lib2to3 (and 2to3) for future removal

2021-09-02 Thread Łukasz Langa
Change by Łukasz Langa : -- pull_requests: +26563 pull_request: https://github.com/python/cpython/pull/28122 ___ Python tracker <https://bugs.python.org/issue40

[issue40360] Deprecate lib2to3 (and 2to3) for future removal

2021-09-02 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset d589a7e7eb56196c05337d37417479375878b127 by Victor Stinner in branch 'main': bpo-40360: Deprecate the lib2to3 package (GH-28116) https://github.com/python/cpython/commit/d589a7e7eb56196c05337d37417479375878b127 -- nosy: +lu

[issue43592] test_importlib: test_multiprocessing_pool_circular_import() fails with "Too many open files" error on os.pipe()

2021-09-01 Thread Łukasz Langa
Łukasz Langa added the comment: Before you do it, check the defaults with: $ launchctl limit maxfiles I'm curious. -- ___ Python tracker <https://bugs.python.org/is

[issue43592] test_importlib: test_multiprocessing_pool_circular_import() fails with "Too many open files" error on os.pipe()

2021-09-01 Thread Łukasz Langa
Łukasz Langa added the comment: Try setting the following: $ sudo sysctl -w kern.maxfiles=65536 $ sudo sysctl -w kern.maxfilesperproc=65536 $ sudo ulimit -n 65536 -- nosy: +lukasz.langa ___ Python tracker <https://bugs.python.org/issue43

[issue44135] issubclass documentation doesn't explain tuple semantic

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

[issue44135] issubclass documentation doesn't explain tuple semantic

2021-08-31 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 9a7ec2fcdee2da9e080ca459d4c240776df72567 by Ken Jin in branch 'main': bpo-44135: [docs] Fix inline markup (GH-28095) https://github.com/python/cpython/commit/9a7ec2fcdee2da9e080ca459d4c240

[issue44135] issubclass documentation doesn't explain tuple semantic

2021-08-31 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 5f66ad09ff2c51521e1512888cac84e0cc0907d4 by Łukasz Langa in branch '3.9': bpo-44135: Refine explanation of how passing tuples to issubclass() behaves (GH-26193) (GH-28094) https://github.com/python/cpyt

[issue44135] issubclass documentation doesn't explain tuple semantic

2021-08-31 Thread Łukasz Langa
Change by Łukasz Langa : -- pull_requests: +26537 pull_request: https://github.com/python/cpython/pull/28094 ___ Python tracker <https://bugs.python.org/issue44

[issue44135] issubclass documentation doesn't explain tuple semantic

2021-08-31 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 08767c73b5bf1f28792d5fef7f41d52822a4989f by Zack Kneupper in branch 'main': bpo-44135: Refine explanation of how passing tuples to issubclass() behaves (GH-26193) https://github.com/python/cpython/commit/08767c73b5bf1f28792d5fef7f41d5

[issue44925] [docs] Confusing deprecation notice for typing.IO

2021-08-31 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks for the report, Jesse, and Diana for the fix! ✨ 🍰 ✨ -- nosy: +lukasz.langa 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-08-30 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 9ef1843892500e209afe5d916db26ecdbccd5e62 by Łukasz Langa in branch '3.9': bpo-44756: Remove misleading NEWS entries of a change that was reverted before release (GH-28075) https://github.com/python/cpyt

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

2021-08-30 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 5246dbc2a12bf8e64e18efee2fdce02a350bbf09 by Łukasz Langa in branch 'main': bpo-44756: Remove misleading NEWS entries of a change that was reverted before release (GH-28075) https://github.com/python/cpyt

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

2021-08-30 Thread Łukasz Langa
Change by Łukasz Langa : -- pull_requests: +26519 pull_request: https://github.com/python/cpython/pull/28075 ___ Python tracker <https://bugs.python.org/issue44

[issue43913] unittest module cleanup functions not run unless tearDownModule() is defined

2021-08-30 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks for the fix, Serhiy, and Ryan for reporting the problem! ✨ 🍰 ✨ -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue43913] unittest module cleanup functions not run unless tearDownModule() is defined

2021-08-30 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 9827710a400848c9430ed364ed5d2d54f0926701 by Serhiy Storchaka in branch '3.9': [3.9] bpo-43913: Fix bugs in cleaning up classes and modules in unittest. (GH-28006) (GH-28071) https://github.com/python/cpyt

[issue43913] unittest module cleanup functions not run unless tearDownModule() is defined

2021-08-30 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 08d9e597c8ef5a2b26375ac954fdf224f5d82c3c by Serhiy Storchaka in branch 'main': bpo-43913: Fix bugs in cleaning up classes and modules in unittest. (GH-28006) https://github.com/python/cpython/commit/08d9e597c8ef5a2b26375ac954fdf2

[issue45042] Many multiprocessing tests are silently skipped since 3.9

2021-08-30 Thread Łukasz Langa
Łukasz Langa added the comment: FYI, there seem to be two Windows-specific regressions since the tests were unintentionally disabled, namely test_shared_memory_basics and test_checksum_fodder. Following Serhiy's advice, I elect to have those tests skipped for now on Windows and fix

[issue41620] Python Unittest does not return results object when the test is skipped

2021-08-30 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks for the report and initial patch, Iman! ✨ 🍰 ✨ And thanks Serhiy for pushing this across the finish line. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Pytho

[issue41620] Python Unittest does not return results object when the test is skipped

2021-08-30 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 0c5e0aa73f6f70d16d21ad9e1eb2d0fe3a334f0a by Miss Islington (bot) in branch '3.9': bpo-41620: TestCase.run() now always return a TestResult instance (GH-28030) (GH-28065) https://github.com/python/cpyt

[issue45007] OpenSSL 1.1.1l is released

2021-08-30 Thread Łukasz Langa
Łukasz Langa added the comment: CI as well as Windows and macOS installers upgraded to use 1.1.1l all the way to 3.8 inclusive. Closing. Thanks all! ✨ 🍰 ✨ -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +P

[issue45007] OpenSSL 1.1.1l is released

2021-08-30 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 52bdda50d7b79e1ad7e57967850beff64c3ede92 by Łukasz Langa in branch '3.10': [3.10] bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009) (GH-28039) https://github.com/python/cpython/commit/52bdda50d7b79e1ad7e57967850bef

[issue41620] Python Unittest does not return results object when the test is skipped

2021-08-30 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 7e246a3a7b43762480ee4fe0cfb859e8e997a8c8 by Serhiy Storchaka in branch 'main': bpo-41620: TestCase.run() now always return a TestResult instance (GH-28030) https://github.com/python/cpython/commit/7e246a3a7b43762480ee4fe0cfb859

[issue45007] OpenSSL 1.1.1l is released

2021-08-30 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 8371290753bed7fbb939a51ea7ff0991ea32a89c by Christian Heimes in branch '3.8': [3.8] bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044) (GH-28063) https://github.com/python/cpython/commit/8371290753bed7fbb939a51ea7ff09

[issue45007] OpenSSL 1.1.1l is released

2021-08-30 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 576803d7a8083cb25c58be08d3cb31e05d5d2f8a by Christian Heimes in branch '3.9': [3.9] bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044) (GH-28062) https://github.com/python/cpython/commit/576803d7a8083cb25c58be08d3cb31

[issue45007] OpenSSL 1.1.1l is released

2021-08-30 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 1f89e51fef8f4c15a719fbb3d1cec8ca7e2bc46f by Miss Islington (bot) in branch '3.8': bpo-45007: Update macOS installer builds to use OpenSSL 1.1.1l (GH-28051) (GH-28059) https://github.com/python/cpyt

[issue44689] ctypes.util.find_library() does not find macOS 11+ system libraries when built on older macOS systems

2021-08-30 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 4b55837e7c747e0f3bd2df1b5c8996ce86c6f60a by Miss Islington (bot) in branch '3.9': bpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries when built on older macOS systems (GH-27251) (GH-28053) https://github.com/pyth

[issue44689] ctypes.util.find_library() does not find macOS 11+ system libraries when built on older macOS systems

2021-08-30 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 7234e67642bc8e75f44a2e1f2ce06687b5ac72ec by Miss Islington (bot) in branch '3.8': bpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries when built on older macOS systems (GH-27251) (GH-28054) https://github.com/pyth

[issue45007] OpenSSL 1.1.1l is released

2021-08-29 Thread Łukasz Langa
Change by Łukasz Langa : -- pull_requests: +26489 pull_request: https://github.com/python/cpython/pull/28044 ___ Python tracker <https://bugs.python.org/issue45

[issue45007] OpenSSL 1.1.1l is released

2021-08-29 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 803c60789b5b6566cb0b71f6b83464e61731d09b by Łukasz Langa in branch '3.8': [3.8] bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009) (GH-28041) https://github.com/python/cpython/commit/803c60789b5b6566cb0b71f6b83464

[issue44394] [security] CVE-2013-0340 "Billion Laughs" fixed in Expat >=2.4.0: Update vendored copy to expat 2.4.1

2021-08-29 Thread Łukasz Langa
Łukasz Langa added the comment: 3.6 will need a separate backport because it's using expat 2.2.6 at the moment (from b2260e59ff1eaf20de4738099005ddf507b7b27d). 3.7 conflicted since it didn't include local changes to the vendored 2.2.8 that were introduced in 3.8+. I fixed that, th

[issue44394] [security] CVE-2013-0340 "Billion Laughs" fixed in Expat >=2.4.0: Update vendored copy to expat 2.4.1

2021-08-29 Thread Łukasz Langa
Change by Łukasz Langa : -- pull_requests: +26487 pull_request: https://github.com/python/cpython/pull/28042 ___ Python tracker <https://bugs.python.org/issue44

[issue43124] [security] smtplib multiple CRLF injection

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

[issue45007] OpenSSL 1.1.1l is released

2021-08-29 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 5720bcac7b08fe961835927933601da18b92bcd1 by Łukasz Langa in branch '3.9': [3.9] bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009) (GH-28040) https://github.com/python/cpython/commit/5720bcac7b08fe961835927933601d

[issue45007] OpenSSL 1.1.1l is released

2021-08-29 Thread Łukasz Langa
Łukasz Langa added the comment: I backported GH-28009 to 3.8 inclusive, given that 3.7 and 3.6 currently list older versions than 1.1.1k. -- ___ Python tracker <https://bugs.python.org/issue45

[issue43124] [security] smtplib multiple CRLF injection

2021-08-29 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset b93aea4c7e4553950daa5d47c3ef2dc8a9c4edff by Miss Islington (bot) in branch '3.8': [3.8] bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) (GH-28036) https://github.com/python/cpython/commit/b93aea4c7e4553950daa5d47c3ef2d

[issue43124] [security] smtplib multiple CRLF injection

2021-08-29 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 24416e419194f11b639146c0d8bed9df315aca5a by Miss Islington (bot) in branch '3.9': bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) (GH-28035) https://github.com/python/cpython/commit/24416e419194f11b639146c0d8bed9

[issue44394] [security] CVE-2013-0340 "Billion Laughs" fixed in Expat >=2.4.0: Update vendored copy to expat 2.4.1

2021-08-29 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 007221a43e566db08c0c5c00756d80dfd9dccafe by Miss Islington (bot) in branch '3.9': bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) (GH-28032) https://github.com/python/cpython/commit/007221a43e566db08c0c5c00756d80

[issue44394] [security] CVE-2013-0340 "Billion Laughs" fixed in Expat >=2.4.0: Update vendored copy to expat 2.4.1

2021-08-29 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset c9c2a0bc9820f93f1020f3498f6893a3544c9b76 by Miss Islington (bot) in branch '3.8': bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) (GH-28033) https://github.com/python/cpython/commit/c9c2a0bc9820f93f1020f3498f6893

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