[issue38144] Add the root_dir and dir_fd parameters in glob.glob()

2020-10-19 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you for catching this. It was an error introduced by merge. -- ___ Python tracker ___

[issue38144] Add the root_dir and dir_fd parameters in glob.glob()

2020-10-19 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +21762 pull_request: https://github.com/python/cpython/pull/22805 ___ Python tracker ___

[issue42037] Documentation confusion in CookieJar functions

2020-10-19 Thread Markus Israelsson
Markus Israelsson added the comment: The way I read the documentation for add_cookie_header is: These methods must exist in the Request object: - get_full_url() - get_host() - get_type() - unverifiable... and so on. The documentation for the request objects claims however that: These

[issue42093] Add opcode cache for LOAD_ATTR

2020-10-19 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue42093] Add opcode cache for LOAD_ATTR

2020-10-19 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset 109826c8508dd02e06ae0f1784f1d202495a8680 by Pablo Galindo in branch 'master': bpo-42093: Add opcode cache for LOAD_ATTR (GH-22803) https://github.com/python/cpython/commit/109826c8508dd02e06ae0f1784f1d202495a8680 --

[issue41397] Restore default implementation of __ne__ in Counter

2020-10-19 Thread Raymond Hettinger
Change by Raymond Hettinger : -- resolution: -> not a bug stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue4356] Add "key" argument to "bisect" module functions

2020-10-19 Thread Raymond Hettinger
Change by Raymond Hettinger : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue4356] Add "key" argument to "bisect" module functions

2020-10-19 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset 871934d4cf00687b3d1411c6e344af311646c1ae by Raymond Hettinger in branch 'master': bpo-4356: Add key function support to the bisect module (GH-20556) https://github.com/python/cpython/commit/871934d4cf00687b3d1411c6e344af311646c1ae

[issue41944] [security] Python testsuite calls eval() on content received via HTTP

2020-10-19 Thread Ned Deily
Change by Ned Deily : -- keywords: +security_issue resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.6, Python 3.7 ___ Python tracker

[issue41944] [security] Python testsuite calls eval() on content received via HTTP

2020-10-19 Thread Ned Deily
Ned Deily added the comment: New changeset e912e945f2960029d039d3390ea08835ad39374b by Miss Skeleton (bot) in branch '3.6': bpo-41944: No longer call eval() on content received via HTTP in the CJK codec tests (GH-22566) (GH-22579)

[issue42051] [security] Avoid plistlib XML vulnerabilities by rejecting entity directives

2020-10-19 Thread Ned Deily
Change by Ned Deily : -- keywords: +security_issue resolution: -> fixed stage: patch review -> resolved status: open -> closed title: plistlib inherits XML vulnerabilities: we should document them -> [security] Avoid plistlib XML vulnerabilities by rejecting entity directives

[issue42051] plistlib inherits XML vulnerabilities: we should document them

2020-10-19 Thread Ned Deily
Ned Deily added the comment: New changeset a158fb9c5138db94adf24fbc5690467cda811163 by Miss Skeleton (bot) in branch '3.6': bpo-42051: Reject XML entity declarations in plist files (GH-22760) (GH-22801) (GH-22804)

[issue42051] plistlib inherits XML vulnerabilities: we should document them

2020-10-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +21761 pull_request: https://github.com/python/cpython/pull/22804 ___ Python tracker ___

[issue42074] setup error on windows

2020-10-19 Thread CaptainMitsumoto
CaptainMitsumoto added the comment: LOG FILE (Occurring yesterday) I have administrator privileges in my laptop. I have the latest .NET framework. I tried installing Python before 3.9.0 and no good luck. I'm using Windows 10 and the version is 1703. I don't think there are problems with OS

[issue42093] Add opcode cache for LOAD_ATTR

2020-10-19 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- nosy: +yselivanov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue42093] Add opcode cache for LOAD_ATTR

2020-10-19 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- keywords: +patch pull_requests: +21760 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22803 ___ Python tracker

[issue42093] Add opcode cache for LOAD_ATTR

2020-10-19 Thread Pablo Galindo Salgado
New submission from Pablo Galindo Salgado : >From the creators of "opcode cache for LOAD_GLOBAL" >(https://bugs.python.org/issue26219) now it's time for "opcode cache for >LOAD_ATTR: the revenge". This issue/PR builds on top of Yury's original patch >in the same way

[issue42090] zipfile.Path.joinpath API inconsistent with pathlib.Path.joinpath

2020-10-19 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +jaraco ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue42057] peephole optimizer bug relating to JUMP_IF_NOT_EXC_MATCH

2020-10-19 Thread Inada Naoki
Change by Inada Naoki : -- pull_requests: +21759 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22802 ___ Python tracker ___

[issue41944] [security] Python testsuite calls eval() on content received via HTTP

2020-10-19 Thread Ned Deily
Ned Deily added the comment: New changeset 43e523103886af66d6c27cd72431b5d9d14cd2a9 by Miss Skeleton (bot) in branch '3.7': bpo-41944: No longer call eval() on content received via HTTP in the CJK codec tests (GH-22566) (GH-22578)

[issue42051] plistlib inherits XML vulnerabilities: we should document them

2020-10-19 Thread Ned Deily
Ned Deily added the comment: New changeset e512bc799e3864fe3b1351757261762d63471efc by Ned Deily in branch '3.7': bpo-42051: Reject XML entity declarations in plist files (#22760) (GH-22801) https://github.com/python/cpython/commit/e512bc799e3864fe3b1351757261762d63471efc --

[issue42051] plistlib inherits XML vulnerabilities: we should document them

2020-10-19 Thread miss-islington
miss-islington added the comment: New changeset 65894cac0835cb8f469f649e20aa1be8bf89f5ae by Miss Skeleton (bot) in branch '3.8': bpo-42051: Reject XML entity declarations in plist files (GH-22760) https://github.com/python/cpython/commit/65894cac0835cb8f469f649e20aa1be8bf89f5ae --

[issue42051] plistlib inherits XML vulnerabilities: we should document them

2020-10-19 Thread miss-islington
miss-islington added the comment: New changeset 479553c7c11306a09ce34edb6ef208133b7b95fe by Miss Skeleton (bot) in branch '3.9': bpo-42051: Reject XML entity declarations in plist files (GH-22760) https://github.com/python/cpython/commit/479553c7c11306a09ce34edb6ef208133b7b95fe --

[issue42060] Usage of assert in http/client.py

2020-10-19 Thread Benjamin Peterson
Benjamin Peterson added the comment: Are these assertion failures actually reachable due to malformed input? If so, there should be some tests to that effect. Otherwise, if they're actually "impossible" situations, I don't think this change is necessary. -- nosy: +benjamin.peterson

[issue38456] Reduce the time test_subprocess takes to complete.

2020-10-19 Thread Gregory P. Smith
Gregory P. Smith added the comment: the slowest tests on Linux today (with number of seconds prepended on my system that runs the suite serially in 34 seconds on a debug build): 3.01 test_check_output_stdout_arg (test.test_subprocess.ProcessTestCaseNoPoll) ... ok 3.01

[issue42057] peephole optimizer bug relating to JUMP_IF_NOT_EXC_MATCH

2020-10-19 Thread Inada Naoki
Change by Inada Naoki : -- title: pytest case which catch exceptions become segfault -> peephole optimizer bug relating to JUMP_IF_NOT_EXC_MATCH ___ Python tracker ___

[issue40380] OS-related test failures on Linux in Python 3.8.2

2020-10-19 Thread Gregory P. Smith
Change by Gregory P. Smith : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker ___ ___

[issue1260171] subprocess: more general (non-buffering) communication

2020-10-19 Thread Gregory P. Smith
Gregory P. Smith added the comment: since the time this was filed, subprocess has evolved a lot and third party options for child process have appeared as well as modern things like: https://docs.python.org/3/library/asyncio-subprocess.html (stdlib)

[issue42051] plistlib inherits XML vulnerabilities: we should document them

2020-10-19 Thread Ned Deily
Change by Ned Deily : -- nosy: +ned.deily nosy_count: 5.0 -> 6.0 pull_requests: +21758 pull_request: https://github.com/python/cpython/pull/22801 ___ Python tracker ___

[issue38912] test_asyncio altered the execution environment

2020-10-19 Thread miss-islington
miss-islington added the comment: New changeset 3faef630a44be2d1ea5516e85e95fef4fd027a95 by Miss Skeleton (bot) in branch '3.8': bpo-38912: fix close before connect callback in test_asyncio SSL tests (GH-22691)

[issue38912] test_asyncio altered the execution environment

2020-10-19 Thread miss-islington
miss-islington added the comment: New changeset e43bee7e114ec361efde34f4b546f984574e6653 by Miss Skeleton (bot) in branch '3.9': bpo-38912: fix close before connect callback in test_asyncio SSL tests (GH-22691)

[issue27898] regexp performance degradation between 2.7.6 and 2.7.12

2020-10-19 Thread Gregory P. Smith
Gregory P. Smith added the comment: 2.7 is end of life. if you have regular expression performance issues with something in 3, please open a new issue. -- nosy: +gregory.p.smith resolution: -> wont fix stage: -> resolved status: pending -> closed

[issue38912] test_asyncio altered the execution environment

2020-10-19 Thread Kyle Stanley
Kyle Stanley added the comment: I've applied Justin's patch, and opened PRs for backporting to 3.9 and 3.8 (currently waiting on CI). Based on my local testing and buildbot fleet results, it definitely reduces the rate at which the failure occurs, but does not 100% resolve the ENV CHANGED

[issue38912] test_asyncio altered the execution environment

2020-10-19 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +21756 pull_request: https://github.com/python/cpython/pull/22799 ___ Python tracker

[issue38912] test_asyncio altered the execution environment

2020-10-19 Thread Kyle Stanley
Kyle Stanley added the comment: New changeset de73d432bb29f6439f2db16cb991e15e09c70c26 by Justin Turner Arthur in branch 'master': bpo-38912: fix close before connect callback in test_asyncio SSL tests (GH-22691)

[issue38912] test_asyncio altered the execution environment

2020-10-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +21757 pull_request: https://github.com/python/cpython/pull/22800 ___ Python tracker ___

[issue13501] Make libedit support more generic; port readline / libedit to FreeBSD

2020-10-19 Thread Gregory P. Smith
Change by Gregory P. Smith : -- versions: +Python 3.10 -Python 3.8 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue40133] Provide additional matchers for unittest.mock

2020-10-19 Thread Gregory P. Smith
Gregory P. Smith added the comment: based on the reaction from those who own mock at this point, i'm going to close this. shipping more handy mock matchers with mock makes sense to me as they belong together. but i'm not willing to argue it if anyone thinks it'll be a maintenance burden

[issue41988] No hyphen in broken up word in documentation

2020-10-19 Thread Terry J. Reedy
Terry J. Reedy added the comment: Perhaps send the screenshot to the Brave devs, along with the doc url. -- ___ Python tracker ___

[issue2190] MozillaCookieJar ignores HttpOnly cookies

2020-10-19 Thread Roundup Robot
Change by Roundup Robot : -- nosy: +python-dev nosy_count: 7.0 -> 8.0 pull_requests: +21754 pull_request: https://github.com/python/cpython/pull/22798 ___ Python tracker ___

[issue2190] MozillaCookieJar ignores HttpOnly cookies

2020-10-19 Thread Daniel Lenski
Change by Daniel Lenski : -- title: MozillaCookieJar ignore HttpOnly cookies -> MozillaCookieJar ignores HttpOnly cookies ___ Python tracker ___

[issue37945] [Windows] locale.getdefaultlocale() issues on Windows: test_locale.test_getsetlocale_issue1813()

2020-10-19 Thread Terry J. Reedy
Terry J. Reedy added the comment: test__locale (#38324) also passed CI and buildbots while failing locally. -- nosy: +terry.reedy stage: -> needs patch versions: +Python 3.10 ___ Python tracker

[issue38324] [Windows] test__locale fails on Windows local machines

2020-10-19 Thread Terry J. Reedy
Terry J. Reedy added the comment: This issue *is* a duplicate of #37945 with respect to test_locale. So I remove that from the title. It is not a duplicate with respect to test__locale, which fails for a very different reason. The other failures I mentioned are noise here (and now

[issue1823] Possible to set invalid Content-Transfer-Encoding on email.mime.multipart.MIMEMultipart

2020-10-19 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: Actually, I think I am going to close this as won't fix, for two reasons. First, this only potentially affects the legacy API, and second, in Python 3, the error you get when you do it like the original repro example seems obvious to me. ``` >>> mp =

[issue1823] Possible to set invalid Content-Transfer-Encoding on email.mime.multipart.MIMEMultipart

2020-10-19 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: The other question is what to do about `EmailMessage` objects, which don't have a `set_charset()` method. For now, I'll ignore that. -- ___ Python tracker

[issue41988] No hyphen in broken up word in documentation

2020-10-19 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: I am seeing this in Brave (a Chrome derivative). Many examples in https://docs.python.org/3/library/email.html See the words "in\nterface" and "ob\nject' in the attached screenshot. -- nosy: +barry Added file:

[issue38324] [Windows] test_locale and test__locale failures on Windows

2020-10-19 Thread Eryk Sun
Eryk Sun added the comment: PR 20529 looks good to me. Thank you, Tiago. -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue36541] Make lib2to3 grammar better match Python, support the := walrus

2020-10-19 Thread Gregory P. Smith
Gregory P. Smith added the comment: Parsing support for `f(**mapping)` support is indeed still missing. as lib2to3 is pending deprecation at this point, i'm not going to work on this. anyone is welcome to pick it up. modifying the lib2to3 grammar, and any related code, and adding a test

[issue1823] Possible to set invalid Content-Transfer-Encoding on email.mime.multipart.MIMEMultipart

2020-10-19 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: Updating the Python versions to the only active ones on which this bug could conceivably be fixed. I haven't validated that it's still a problem, and I haven't decided whether it's appropriate to backport to 3.9 and 3.8. I'll work on a patch and see how

[issue1823] Possible to set invalid Content-Transfer-Encoding on email.mime.multipart.MIMEMultipart

2020-10-19 Thread Barry A. Warsaw
Change by Barry A. Warsaw : -- assignee: -> barry ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41586] Allow to set pipe size on subprocess.Popen.

2020-10-19 Thread Gregory P. Smith
Gregory P. Smith added the comment: Thanks Ruben! -- resolution: -> fixed stage: patch review -> commit review status: open -> closed type: -> enhancement ___ Python tracker

[issue41586] Allow to set pipe size on subprocess.Popen.

2020-10-19 Thread Gregory P. Smith
Gregory P. Smith added the comment: New changeset 23c0fb8edd16fe6d796df2853a5369fd783e05b7 by Ruben Vorderman in branch 'master': bpo-41586: Add pipesize parameter to subprocess & F_GETPIPE_SZ and F_SETPIPE_SZ to fcntl. (GH-21921)

[issue40484] Document existing compiler flags under ast

2020-10-19 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue11414] Add import fix for email.Message

2020-10-19 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: Thanks for the PR @iritkatriel but I'm inclined to close this as won't fix. There are plenty of other changes someone would need to migrate to Python 3 for the email package, so I think this is of limited benefit. -- resolution: -> wont fix

[issue27321] Email parser creates a message object that can't be flattened

2020-10-19 Thread miss-islington
miss-islington added the comment: New changeset 72ce82abcf9051b18a05350936de7ecab7306662 by Miss Skeleton (bot) in branch '3.9': bpo-27321 Fix email.generator.py to not replace a non-existent header. (GH-18074)

[issue27321] Email parser creates a message object that can't be flattened

2020-10-19 Thread miss-islington
miss-islington added the comment: New changeset 371146a3f8a989964e2a9c0efc7d776815410fac by Miss Skeleton (bot) in branch '3.8': bpo-27321 Fix email.generator.py to not replace a non-existent header. (GH-18074)

[issue27321] Email parser creates a message object that can't be flattened

2020-10-19 Thread Barry A. Warsaw
Change by Barry A. Warsaw : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10, Python 3.9 -Python 3.7 ___ Python tracker

[issue38324] [Windows] test_locale and test__locale failures on Windows

2020-10-19 Thread Steve Dower
Steve Dower added the comment: I just took a look at the PR and I think it's good, but if anyone else wants to have a look before I merge it (probably not today), please do. -- ___ Python tracker

[issue40901] It's not clear what "interface name" means in socket if_nameindex/if_nametoindex/if_indextoname on Windows

2020-10-19 Thread miss-islington
miss-islington added the comment: New changeset 9308173f880f3c0a6447da8335f3ae68edad3b0f by Miss Skeleton (bot) in branch '3.9': bpo-40901: Describe what "interface name" means on Windows (GH-20694) https://github.com/python/cpython/commit/9308173f880f3c0a6447da8335f3ae68edad3b0f

[issue27321] Email parser creates a message object that can't be flattened

2020-10-19 Thread miss-islington
miss-islington added the comment: New changeset bf838227c35212709dc43b3c3c57f8e1655c1d24 by Mark Sapiro in branch 'master': bpo-27321 Fix email.generator.py to not replace a non-existent header. (GH-18074) https://github.com/python/cpython/commit/bf838227c35212709dc43b3c3c57f8e1655c1d24

[issue27321] Email parser creates a message object that can't be flattened

2020-10-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +21753 pull_request: https://github.com/python/cpython/pull/22797 ___ Python tracker ___

[issue27321] Email parser creates a message object that can't be flattened

2020-10-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +21752 pull_request: https://github.com/python/cpython/pull/22796 ___ Python tracker ___

[issue41845] Promote PyObject_GenericGetDict to the stable API

2020-10-19 Thread Steve Dower
Steve Dower added the comment: Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue41845] Promote PyObject_GenericGetDict to the stable API

2020-10-19 Thread Steve Dower
Steve Dower added the comment: New changeset 1438c2ac773e87d1f9c97fc22f2346e16bf48773 by Zackery Spytz in branch 'master': bpo-41845: Move PyObject_GenericGetDict() back into the limited API (GH22646) https://github.com/python/cpython/commit/1438c2ac773e87d1f9c97fc22f2346e16bf48773

[issue27226] distutils: unable to compile both .opt-1.pyc and .opt2.pyc simultaneously

2020-10-19 Thread Éric Araujo
Éric Araujo added the comment: FWIW the behaviour in distutils was intended to be controlled by the setup.p options, but in fact also depended on the options of the python command itself (-O and dont-write-bytecode option/envvar). This was changed in distutils2 but judged too big to fix in

[issue40901] It's not clear what "interface name" means in socket if_nameindex/if_nametoindex/if_indextoname on Windows

2020-10-19 Thread Jakub Stasiak
Jakub Stasiak added the comment: Cheers! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40901] It's not clear what "interface name" means in socket if_nameindex/if_nametoindex/if_indextoname on Windows

2020-10-19 Thread miss-islington
miss-islington added the comment: New changeset 609a38a36f3006ee00eccc18b25e3b2d577a3e56 by Miss Skeleton (bot) in branch '3.8': bpo-40901: Describe what "interface name" means on Windows (GH-20694) https://github.com/python/cpython/commit/609a38a36f3006ee00eccc18b25e3b2d577a3e56

[issue40901] It's not clear what "interface name" means in socket if_nameindex/if_nametoindex/if_indextoname on Windows

2020-10-19 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 7.0 -> 8.0 pull_requests: +21750 pull_request: https://github.com/python/cpython/pull/22794 ___ Python tracker

[issue40901] It's not clear what "interface name" means in socket if_nameindex/if_nametoindex/if_indextoname on Windows

2020-10-19 Thread Steve Dower
Steve Dower added the comment: Very helpful contribution! Thank your -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue40901] It's not clear what "interface name" means in socket if_nameindex/if_nametoindex/if_indextoname on Windows

2020-10-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +21751 pull_request: https://github.com/python/cpython/pull/22795 ___ Python tracker ___

[issue40901] It's not clear what "interface name" means in socket if_nameindex/if_nametoindex/if_indextoname on Windows

2020-10-19 Thread Steve Dower
Steve Dower added the comment: New changeset f85658a09878c658ae0e0590bfa30e4ce51c9a04 by Jakub Stasiak in branch 'master': bpo-40901: Describe what "interface name" means on Windows (GH-20694) https://github.com/python/cpython/commit/f85658a09878c658ae0e0590bfa30e4ce51c9a04 --

[issue30343] Subclassed json.JSONEncoder does not respect default method for supported types

2020-10-19 Thread Éric Araujo
Éric Araujo added the comment: See also https://bugs.python.org/issue34858 This needs a discussion on python-ideas or -dev. -- nosy: +eric.araujo ___ Python tracker ___

[issue16396] Importing ctypes.wintypes on Linux gives a ValueError instead of an ImportError

2020-10-19 Thread miss-islington
miss-islington added the comment: New changeset 05d52a0ad69cbadd4b048f2a97991e4e58d4a922 by Miss Skeleton (bot) in branch '3.9': bpo-16396: Allow wintypes to be imported on non-Windows systems. (GH-21394) https://github.com/python/cpython/commit/05d52a0ad69cbadd4b048f2a97991e4e58d4a922

[issue26794] curframe can be None in pdb.py

2020-10-19 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker ___ ___

[issue16396] Importing ctypes.wintypes on Linux gives a ValueError instead of an ImportError

2020-10-19 Thread miss-islington
miss-islington added the comment: New changeset 6e998fad1c92aee9c8c23c5887a7023d76bdf6c2 by Miss Skeleton (bot) in branch '3.8': bpo-16396: Allow wintypes to be imported on non-Windows systems. (GH-21394) https://github.com/python/cpython/commit/6e998fad1c92aee9c8c23c5887a7023d76bdf6c2

[issue41217] Obsolete note for default asyncio event loop on Windows

2020-10-19 Thread miss-islington
miss-islington added the comment: New changeset b62ecc21b451d2b8e041f5367c7b563ac01bbdd8 by Miss Skeleton (bot) in branch '3.9': bpo-41217: Fix incorrect note in the asyncio.create_subprocess_shell() docs (GH-21360)

[issue22577] local variable changes lost after pdb jump command

2020-10-19 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue41292] Dead link in Windows FAQ

2020-10-19 Thread miss-islington
miss-islington added the comment: New changeset e67f186898b6731b8e8f3f6b07cb0959e9aa0ab6 by Miss Skeleton (bot) in branch '3.9': bpo-41292: Fixes dead link to cx_freeze from Windows FAQ (GH-21463) https://github.com/python/cpython/commit/e67f186898b6731b8e8f3f6b07cb0959e9aa0ab6 --

[issue34858] MappingProxy objects should JSON serialize just like a dictionary

2020-10-19 Thread Éric Araujo
Éric Araujo added the comment: See also #30343 -- nosy: +eric.araujo ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue41433] Logging libraries BufferingHandler flushed twice at shutdown

2020-10-19 Thread Irit Katriel
Irit Katriel added the comment: adamist521, is your issue resolved by now? Does calling flush() on super help? If not, can you please provide a script demonstrating the problem? -- ___ Python tracker

[issue41217] Obsolete note for default asyncio event loop on Windows

2020-10-19 Thread miss-islington
miss-islington added the comment: New changeset dc785db64d55c3d7a69b10c303e6386e87cfd01b by Miss Skeleton (bot) in branch '3.8': bpo-41217: Fix incorrect note in the asyncio.create_subprocess_shell() docs (GH-21360)

[issue41784] Promote PyUnicode_AsUTF8AndSize to be available with the limited API (PEP 384)

2020-10-19 Thread Steve Dower
Steve Dower added the comment: New changeset 3a8fdb28794b2f19f6c8464378fb8b46bce1f5f4 by Alex Gaynor in branch 'master': bpo-41784: make PyUnicode_AsUTF8AndSize part of the limited API (GH-22252) https://github.com/python/cpython/commit/3a8fdb28794b2f19f6c8464378fb8b46bce1f5f4 --

[issue41784] Promote PyUnicode_AsUTF8AndSize to be available with the limited API (PEP 384)

2020-10-19 Thread Steve Dower
Steve Dower added the comment: Thanks, Alex! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue41292] Dead link in Windows FAQ

2020-10-19 Thread miss-islington
miss-islington added the comment: New changeset 4c8da3230a494dac3d7fd3b4396a60038b2be6de by Miss Skeleton (bot) in branch '3.8': bpo-41292: Fixes dead link to cx_freeze from Windows FAQ (GH-21463) https://github.com/python/cpython/commit/4c8da3230a494dac3d7fd3b4396a60038b2be6de --

[issue41217] Obsolete note for default asyncio event loop on Windows

2020-10-19 Thread Steve Dower
Change by Steve Dower : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue6164] [AIX] Patch to correct the AIX C/C++ linker argument used for 'runtime_library_dirs'

2020-10-19 Thread Éric Araujo
Change by Éric Araujo : -- resolution: -> out of date stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue41217] Obsolete note for default asyncio event loop on Windows

2020-10-19 Thread Steve Dower
Steve Dower added the comment: New changeset 4dfb190a33a1deac60306f15d52d2fe11fb93464 by Zackery Spytz in branch 'master': bpo-41217: Fix incorrect note in the asyncio.create_subprocess_shell() docs (GH-21360) https://github.com/python/cpython/commit/4dfb190a33a1deac60306f15d52d2fe11fb93464

[issue41217] Obsolete note for default asyncio event loop on Windows

2020-10-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +21749 pull_request: https://github.com/python/cpython/pull/22793 ___ Python tracker ___

[issue41217] Obsolete note for default asyncio event loop on Windows

2020-10-19 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 8.0 -> 9.0 pull_requests: +21748 pull_request: https://github.com/python/cpython/pull/22792 ___ Python tracker

[issue16396] Importing ctypes.wintypes on Linux gives a ValueError instead of an ImportError

2020-10-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +21747 pull_request: https://github.com/python/cpython/pull/22791 ___ Python tracker ___

[issue16396] Importing ctypes.wintypes on Linux gives a ValueError instead of an ImportError

2020-10-19 Thread Steve Dower
Change by Steve Dower : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue16396] Importing ctypes.wintypes on Linux gives a ValueError instead of an ImportError

2020-10-19 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 11.0 -> 12.0 pull_requests: +21746 pull_request: https://github.com/python/cpython/pull/22790 ___ Python tracker

[issue16396] Importing ctypes.wintypes on Linux gives a ValueError instead of an ImportError

2020-10-19 Thread Steve Dower
Steve Dower added the comment: New changeset 5456e78f4593edc277ab72fb9a9db1ebae7d4c2d by Jason R. Coombs in branch 'master': bpo-16396: Allow wintypes to be imported on non-Windows systems. (GH-21394) https://github.com/python/cpython/commit/5456e78f4593edc277ab72fb9a9db1ebae7d4c2d

[issue38145] Fix short option 'd' in 'distutils' command 'bdist_dumb'

2020-10-19 Thread Éric Araujo
Éric Araujo added the comment: Thanks for the report and patch, but considering that distutils is mostly frozen and on its way out of the stdlib, also that bdist_dump is not a format that’s really suitable for anything (people use sdists and wheels), I am inclined to close this. Setuptools

[issue41292] Dead link in Windows FAQ

2020-10-19 Thread Steve Dower
Change by Steve Dower : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 3.5, Python 3.6, Python 3.7 ___ Python tracker ___

[issue41292] Dead link in Windows FAQ

2020-10-19 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +21744 pull_request: https://github.com/python/cpython/pull/22788 ___ Python tracker

[issue41292] Dead link in Windows FAQ

2020-10-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +21745 pull_request: https://github.com/python/cpython/pull/22789 ___ Python tracker ___

[issue41292] Dead link in Windows FAQ

2020-10-19 Thread Steve Dower
Steve Dower added the comment: New changeset 33242a9328cb3912f02819d2d092bf89681000b2 by Michel Samia in branch 'master': bpo-41292: Fixes dead link to cx_freeze from Windows FAQ (GH-21463) https://github.com/python/cpython/commit/33242a9328cb3912f02819d2d092bf89681000b2 -- nosy:

[issue39825] EXT_SUFFIX inconsistent between sysconfig and distutils.sysconfig (Windows)

2020-10-19 Thread Steve Dower
Steve Dower added the comment: Agreed, this should be updated. 3.7 is out of scope, I'm afraid, but 3.8 onwards should be fine. -- versions: +Python 3.10 -Python 3.7 ___ Python tracker

[issue41746] Add optional type information to asdl_seq objects

2020-10-19 Thread Lysandros Nikolaou
Change by Lysandros Nikolaou : -- pull_requests: +21743 pull_request: https://github.com/python/cpython/pull/22786 ___ Python tracker ___

  1   2   3   >