[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 methods are removed since version 3.4:
- add_data
- has_data
- get_data
- get_type
- get_host - This method , and some others, are listed as requirements for the 
add_cookie_header and extract_cookies functions. See list above or link I 
posted above to the correct places in the docs.


So it is only the documentation that is inconsistent. Not the code.
Unless, like I said, I misunderstand something in the documentation.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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)
https://github.com/python/cpython/commit/e912e945f2960029d039d3390ea08835ad39374b


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
versions: +Python 3.6, Python 3.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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)
https://github.com/python/cpython/commit/a158fb9c5138db94adf24fbc5690467cda811163


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 installation...

On Mon, Oct 19, 2020 at 6:17 AM Steven D'Aprano 
wrote:

>
> Steven D'Aprano  added the comment:
>
> Hi CaptainMitsumoto,
>
> Did you follow the instructions given by the installer to read the log
> file? We don't have access to your log file, only you do. Can you see what
> file cannot be found?
>
> Did you try some basic googling? I'm not a Windows guru, but this:
>
>
> https://answers.microsoft.com/en-us/windows/forum/windows_10-windows_install/0x80070002-the-system-cannot-find-the-file/cad10f8d-79f2-4a10-953f-b85478b3e1b7
>
>
> suggests that the problem is related to permissions, or your OS
> installation, not to the installer itself. Do you have administrator
> privileges? Did you check your .Net framework? What version of Windows are
> you using?
>
> If you have already received some suggestions which did not work, would
> you mind telling us what you already tried so we don't waste our time, and
> yours, telling you what you have already tried.
>
> Did you successfully install the older version of Python? If so, there is
> nothing stopping you from coding in 3.8 and upgrading later.
>
> --
> nosy: +steven.daprano
>
> ___
> Python tracker 
> 
> ___
>

--
Added file: https://bugs.python.org/file49529/Python 3.9.0 
(64-bit)_20201019050706.log

___
Python tracker 

___[25EC:0F98][2020-10-19T05:07:03]i001: Burn v3.11.1.2318, Windows v10.0 (Build 
15063: Service Pack 0), path: 
C:\Users\SOMEUSERC108~1\AppData\Local\Temp\{B0954F86-E2A7-4381-9CA2-792FAC978B58}\.cr\python-3.9.0-amd64.exe
[25EC:0F98][2020-10-19T05:07:03]i000: Initializing string variable 
'ActionLikeInstalling' to value 'Installing'
[25EC:0F98][2020-10-19T05:07:03]i000: Initializing string variable 
'ActionLikeInstallation' to value 'Setup'
[25EC:0F98][2020-10-19T05:07:03]i000: Initializing string variable 
'ShortVersion' to value '3.9'
[25EC:0F98][2020-10-19T05:07:03]i000: Initializing numeric variable 
'ShortVersionNoDot' to value '39'
[25EC:0F98][2020-10-19T05:07:03]i000: Initializing string variable 'WinVer' to 
value '3.9'
[25EC:0F98][2020-10-19T05:07:03]i000: Initializing numeric variable 
'WinVerNoDot' to value '39'
[25EC:0F98][2020-10-19T05:07:03]i000: Initializing numeric variable 
'InstallAllUsers' to value '0'
[25EC:0F98][2020-10-19T05:07:03]i000: Initializing numeric variable 
'InstallLauncherAllUsers' to value '1'
[25EC:0F98][2020-10-19T05:07:03]i000: Initializing string variable 'TargetDir' 
to value ''
[25EC:0F98][2020-10-19T05:07:03]i000: Initializing string variable 
'DefaultAllUsersTargetDir' to value '[ProgramFiles64Folder]Python[WinVerNoDot]'
[25EC:0F98][2020-10-19T05:07:03]i000: Initializing string variable 
'TargetPlatform' to value 'x64'
[25EC:0F98][2020-10-19T05:07:03]i000: Initializing string variable 
'DefaultJustForMeTargetDir' to value 
'[LocalAppDataFolder]Programs\Python\Python[WinVerNoDot]'
[25EC:0F98][2020-10-19T05:07:03]i000: Initializing string variable 
'OptionalFeaturesRegistryKey' to value 
'Software\Python\PythonCore\[WinVer]\InstalledFeatures'
[25EC:0F98][2020-10-19T05:07:03]i000: Initializing string variable 
'TargetDiSOMEUSERegistryKey' to value 
'Software\Python\PythonCore\[WinVer]\InstallPath'
[25EC:0F98][2020-10-19T05:07:03]i000: Initializing string variable 
'DefaultCustomTargetDir' to value ''
[25EC:0F98][2020-10-19T05:07:03]i000: Initializing string variable 
'InstallAllUsersState' to value 'enabled'
[25EC:0F98][2020-10-19T05:07:03]i000: Initializing string variable 
'InstallLauncherAllUsersState' to value 'enabled'
[25EC:0F98][2020-10-19T05:07:03]i000: Initializing string variable 
'CustomInstallLauncherAllUsersState' to value '[InstallLauncherAllUsersState]'
[25EC:0F98][2020-10-19T05:07:03]i000: Initializing string variable 
'TargetDirState' to value 'enabled'
[25EC:0F98][2020-10-19T05:07:03]i000: Initializing string variable 
'CustomBrowseButtonState' to value 'enabled'
[25EC:0F98][2020-10-19T05:07:03]i000: Initializing numeric variable 
'Include_core' to value '1'
[25EC:0F98][2020-10-19T05:07:03]i000: Initializing numeric variable 
'Include_exe' to value '1'
[25EC:0F98][2020-10-19T05:07:03]i000: Initializing numeric variable 
'Include_dev' to value '1'
[25EC:0F98][2020-10-19T05:07:03]i000: Initializing numeric variable 
'Include_lib' to value '1'
[25EC:0F98][2020-10-19T05:07:03]i000: Initializing numeric variable 
'Include_test' to value '1'
[25EC:0F98][2020-10-19T05:07:03]i000: Initializing numeric variable 
'Include_doc' to value '1'

[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: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 https://bugs.python.org/issue26219 did for LOAD_GLOBAL. 

These are the benchmark results for the pyperformance test suite with 
PGO/LTO/CPU ISOLATION in a tuned system with pyperf:

+-+--+-+
| Benchmark   | 2020-10-20_01-18-master-de73d432bb29 | 
2020-10-20_02-28-cache-68f931f6938a |
+=+==+=+
| go  | 407 ms   | 349 ms: 
1.17x faster (-14%) |
+-+--+-+
| raytrace| 822 ms   | 730 ms: 
1.13x faster (-11%) |
+-+--+-+
| unpickle_pure_python| 497 us   | 447 us: 
1.11x faster (-10%) |
+-+--+-+
| scimark_sor | 311 ms   | 280 ms: 
1.11x faster (-10%) |
+-+--+-+
| hexiom  | 15.4 ms  | 14.0 ms: 
1.10x faster (-9%) |
+-+--+-+
| logging_silent  | 302 ns   | 276 ns: 
1.10x faster (-9%)  |
+-+--+-+
| chaos   | 176 ms   | 163 ms: 
1.08x faster (-7%)  |
+-+--+-+
| pyflate | 1.01 sec | 948 ms: 
1.06x faster (-6%)  |
+-+--+-+
| scimark_lu  | 246 ms   | 232 ms: 
1.06x faster (-6%)  |
+-+--+-+
| pickle_pure_python  | 712 us   | 674 us: 
1.06x faster (-5%)  |
+-+--+-+
| regex_effbot| 4.49 ms  | 4.26 ms: 
1.05x faster (-5%) |
+-+--+-+
| scimark_monte_carlo | 160 ms   | 153 ms: 
1.05x faster (-5%)  |
+-+--+-+
| richards| 120 ms   | 115 ms: 
1.05x faster (-4%)  |
+-+--+-+
| 2to3| 458 ms   | 442 ms: 
1.04x faster (-4%)  |
+-+--+-+
| regex_v8| 33.7 ms  | 32.5 ms: 
1.04x faster (-3%) |
+-+--+-+
| scimark_sparse_mat_mult | 7.16 ms  | 6.93 ms: 
1.03x faster (-3%) |
+-+--+-+
| deltablue   | 12.1 ms  | 11.7 ms: 
1.03x faster (-3%) |
+-+--+-+
| regex_dna   | 268 ms   | 261 ms: 
1.03x faster (-3%)  |
+-+--+-+
| meteor_contest  | 152 ms   | 148 ms: 
1.03x faster (-3%)  |
+-+--+-+
| genshi_xml  | 89.0 ms  | 87.1 ms: 
1.02x faster (-2%) |
+-+--+-+
| 

[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: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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)
https://github.com/python/cpython/commit/43e523103886af66d6c27cd72431b5d9d14cd2a9


--
nosy: +ned.deily

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 test_check_output_stdout_arg (test.test_subprocess.ProcessTestCase) ... ok
3.0 test_check_output_stdin_with_input_arg 
(test.test_subprocess.RunFuncTestCase) ... ok
2.28 test_issue8780 (test.test_subprocess.ProcessTestCase) ... ok
2.27 test_issue8780 (test.test_subprocess.ProcessTestCaseNoPoll) ... ok
2.04 test_communicate_BrokenPipeError_stdin_write 
(test.test_subprocess.POSIXProcessTestCase) ... ok
1.45 test_leak_fast_process_del_killed 
(test.test_subprocess.POSIXProcessTestCase) ... ok
1.04 test_communicate_stdout (test.test_subprocess.ProcessTestCase) ... ok
1.03 test_communicate_stdout (test.test_subprocess.ProcessTestCaseNoPoll) ... ok
1.03 test_kill (test.test_subprocess.POSIXProcessTestCase) ... ok
1.03 test_send_signal (test.test_subprocess.POSIXProcessTestCase) ... ok
1.03 test_terminate (test.test_subprocess.POSIXProcessTestCase) ... ok
0.636 test_communicate_timeout (test.test_subprocess.ProcessTestCase) ... ok
0.636 test_communicate_timeout (test.test_subprocess.ProcessTestCaseNoPoll) ... 
ok
0.58 test_swap_fds (test.test_subprocess.POSIXProcessTestCase) ... ok

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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)

https://trio.readthedocs.io/en/stable/reference-io.html?highlight=subprocess#options-for-starting-subprocesses
 (trio, easier async framework to use than asyncio)

plumbing stdin/stdout/stderr data to python file-like objects from the stdlib 
subprocess APIs themselves is better left to third party solutions building on 
top of the subprocess module today.

--
assignee:  -> gregory.p.smith
nosy: +gregory.p.smith
resolution:  -> wont fix
stage: test needed -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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)
https://github.com/python/cpython/commit/3faef630a44be2d1ea5516e85e95fef4fd027a95


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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)
https://github.com/python/cpython/commit/e43bee7e114ec361efde34f4b546f984574e6653


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 
failure (from the transport being closed). As a result, I'll leave the issue 
open for further investigation.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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)
https://github.com/python/cpython/commit/de73d432bb29f6439f2db16cb991e15e09c70c26


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 within the stdlib.

--
resolution:  -> rejected
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 fixed).  So when PR-20529 is merged (it fixes test__locale for me 
also), we can close this.

--
title: [Windows] test_locale and test__locale failures on Windows -> [Windows] 
test__locale fails on Windows local machines

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 = MIMEMultipart()
>>> t = MIMEText('sample text')
>>> mp.attach(t)
>>> mp.set_charset('utf-8')
Traceback (most recent call last):
  File "/Users/barry/projects/python/cpython/Lib/email/message.py", line 356, 
in set_charset
cte(self)
TypeError: 'str' object is not callable

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "", line 1, in 
  File "/Users/barry/projects/python/cpython/Lib/email/message.py", line 364, 
in set_charset
payload = payload.encode('ascii', 'surrogateescape')
AttributeError: 'list' object has no attribute 'encode'
```

--
resolution:  -> wont fix
stage: needs patch -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: https://bugs.python.org/file49530/Screen Shot 2020-10-19 at 
16.46.44.png

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 is what's needed to parse that syntax.

--
assignee: gregory.p.smith -> 
stage: patch review -> needs patch
versions: +Python 3.10 -Python 3.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 it goes.

--
versions: +Python 3.10, Python 3.8, Python 3.9 -Python 3.3

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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)
https://github.com/python/cpython/commit/23c0fb8edd16fe6d796df2853a5369fd783e05b7


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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)
https://github.com/python/cpython/commit/72ce82abcf9051b18a05350936de7ecab7306662


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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)
https://github.com/python/cpython/commit/371146a3f8a989964e2a9c0efc7d776815410fac


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--
nosy: +miss-islington

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 distutils: 
https://hg.python.org/distutils2/rev/7c0a88497b5c

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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)
https://github.com/python/cpython/commit/b62ecc21b451d2b8e041f5367c7b563ac01bbdd8


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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)
https://github.com/python/cpython/commit/dc785db64d55c3d7a69b10c303e6386e87cfd01b


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--
nosy: +steve.dower

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--
nosy: +steve.dower

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 maintainers have adopted (copied) distutils to simplify setuptools, 
and the bug is present there too, so you could report the bug there: 
https://github.com/pypa/distutils/blob/master/distutils/command/bdist_dumb.py

--
assignee:  -> eric.araujo
resolution:  -> wont fix
stage: patch review -> 
status: open -> pending
type:  -> behavior

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: +steve.dower

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



  1   2   3   >