[issue37437] update vendorized expat to 2.2.7

2019-07-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +14355 pull_request: https://github.com/python/cpython/pull/14542 ___ Python tracker ___ __

[issue37437] update vendorized expat to 2.2.7

2019-07-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +14356 pull_request: https://github.com/python/cpython/pull/14543 ___ Python tracker ___ __

[issue37437] update vendorized expat to 2.2.7

2019-07-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +14357 pull_request: https://github.com/python/cpython/pull/14544 ___ Python tracker ___ __

[issue37437] update vendorized expat to 2.2.7

2019-07-01 Thread miss-islington
miss-islington added the comment: New changeset 9bd5479f8aba2687f4b8de735b1de50ef1405f19 by Miss Islington (bot) in branch '3.8': Put pyexpatns.h include back. bpo-37437 (GH-14539) https://github.com/python/cpython/commit/9bd5479f8aba2687f4b8de735b1de50ef1405f19 --

[issue37437] update vendorized expat to 2.2.7

2019-07-01 Thread miss-islington
miss-islington added the comment: New changeset f3130fab9c5cbc7125695dbd66cdc2fd76e20093 by Miss Islington (bot) in branch '3.7': Put pyexpatns.h include back. bpo-37437 (GH-14539) https://github.com/python/cpython/commit/f3130fab9c5cbc7125695dbd66cdc2fd76e20093 --

[issue37437] update vendorized expat to 2.2.7

2019-07-01 Thread miss-islington
miss-islington added the comment: New changeset 03b01280825871f6a5bb165fe25d412e33751d45 by Miss Islington (bot) in branch '2.7': Put pyexpatns.h include back. bpo-37437 (GH-14539) https://github.com/python/cpython/commit/03b01280825871f6a5bb165fe25d412e33751d45 --

[issue37479] IntEnum f-string behavior can't be overridden

2019-07-01 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +14358 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14545 ___ Python tracker ___ __

[issue37437] update vendorized expat to 2.2.7

2019-07-01 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset 29d6905826d4417426e70f6209ca5e0db7921685 by Benjamin Peterson (Miss Islington (bot)) in branch '3.6': Put pyexpatns.h include back. bpo-37437 (GH-14542) https://github.com/python/cpython/commit/29d6905826d4417426e70f6209ca5e0db7921685 -

[issue37479] IntEnum __format__ behavior can't be overridden through __str__

2019-07-01 Thread Jason Curtis
Change by Jason Curtis : -- title: IntEnum f-string behavior can't be overridden -> IntEnum __format__ behavior can't be overridden through __str__ ___ Python tracker ___

[issue37461] email.parser.Parser hang

2019-07-01 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Since the parser could take user input this looks like a security issue to me along with high CPU usage. Feel free to remove the tag if it's not a security issue. Thanks. -- keywords: +security_issue nosy: +xtreak versions: +Python 3.6, Pyt

[issue37206] Incorrect application of Argument Clinic to dict.pop()

2019-07-01 Thread Inada Naoki
Inada Naoki added the comment: I agree that this is a bug in many API docstrings, and PR 13933 is the right approach to fix all bugs in the future. But in case of dict.pop(), this is not only a bug, but a regression. May I merge PR-13935 to fix the regression in 3.7b2? -- __

[issue34602] python3 resource.setrlimit strange behaviour under macOS

2019-07-01 Thread Ned Deily
Ned Deily added the comment: > So we should keep an eye open for reports of segfaults running tests as > originally reported in Issue18075. Now there are such reports for 3.7.4rc1, at least. Release builds seem to be OK but at least four tests now fail on macOS 10.14.5 when built --with-pyde

[issue37206] Incorrect application of Argument Clinic to dict.pop()

2019-07-01 Thread Ned Deily
Ned Deily added the comment: I think you mean 3.8b2 so that would be Ɓukasz's call. -- ___ Python tracker ___ ___ Python-bugs-list m

[issue34602] python3 resource.setrlimit strange behaviour under macOS

2019-07-01 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +14359 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/14546 ___ Python tracker ___

[issue18075] Infinite recursion tests triggering a segfault

2019-07-01 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +14360 pull_request: https://github.com/python/cpython/pull/14546 ___ Python tracker ___ ___

<    1   2   3