[issue35601] Race condition in test_signal_handling_args x86-64 High Sierra 3.75

2018-12-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +10646, 10647, 10648, 10649, 10650 ___ Python tracker ___ ___ Python-bugs-list mailing

[issue35601] Race condition in test_signal_handling_args x86-64 High Sierra 3.75

2018-12-28 Thread miss-islington
miss-islington added the comment: New changeset 8f9228dd3a37c98876c9c8ff7fb0042650303474 by Miss Islington (bot) in branch '3.7': bpo-35601: Alleviate race condition when waiting for SIGALRM in test_asyncio (GH-11337) https://github.com/python/cpython/commit/8f9228dd3a37c98876c9c8ff7fb004265

[issue35607] python3 multiprocessing queue deadlock when use thread and process at same time

2018-12-28 Thread 白稳平
Change by 白稳平 : -- components: Library (Lib) files: 新建文本文档.txt nosy: 白稳平 priority: normal severity: normal status: open title: python3 multiprocessing queue deadlock when use thread and process at same time type: behavior versions: Python 3.6 Added file: https://bugs.python.org/file4802

[issue35607] python3 multiprocessing queue deadlock when use thread and process at same time

2018-12-28 Thread 白稳平
Change by 白稳平 : Removed file: https://bugs.python.org/file48020/新建文本文档.txt ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue35607] python3 multiprocessing queue deadlock when use thread and process at same time

2018-12-28 Thread 白稳平
New submission from 白稳平 : I used multi-processes to handle cpu intensive task,I have a thread reading data from stdin and put it to a input_queue, a thread get data from output_queue and write it to stdout, multiple processes get data from input queue,then handled the data,and put it to outpu

[issue35607] python3 multiprocessing queue deadlock when use thread and process at same time

2018-12-28 Thread 白稳平
Change by 白稳平 : -- stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35608] python3 multiprocessing queue deadlock when use thread and process at same time

2018-12-28 Thread 白稳平
Change by 白稳平 : -- type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/

[issue35608] python3 multiprocessing queue deadlock when use thread and process at same time

2018-12-28 Thread 白稳平
New submission from 白稳平 : I used multi-processes to handle cpu intensive task,I have a thread reading data from stdin and put it to a input_queue, a thread get data from output_queue and write it to stdout, multiple processes get data from input queue,then handled the data,and put it to outpu

[issue35570] 2to3 creates code using deprecated imp module

2018-12-28 Thread Terry J. Reedy
Terry J. Reedy added the comment: It was decided in #21446 to only backport the change, labelled an enhancement, to 3.7 and it is now too late to challenge that decision as 3.6 only gets security fixes. -- nosy: +terry.reedy resolution: -> duplicate stage: -> resolved status: open

[issue35609] Improve of abc.py docstring

2018-12-28 Thread Emmanuel Arias
New submission from Emmanuel Arias : Hi! I prepare a little improve. I added some samples usage, some clarification and delete some whitespace unnecessary. Attach patch. Regards -- assignee: docs@python components: Documentation files: 0001-improve-abc.py-docstring.patch keywords:

[issue35593] Register standard browser: Chrome

2018-12-28 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +10651 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-l

[issue35593] Register standard browser: Chrome

2018-12-28 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch, patch pull_requests: +10651, 10652 stage: -> patch review ___ Python tracker ___ ___

[issue35608] python3 multiprocessing queue deadlock when use thread and process at same time

2018-12-28 Thread Emmanuel Arias
Emmanuel Arias added the comment: Hi >def write_to_stdout(result_queue: Queue): I think that you have to write here a sleep. IMO this is blocking all. -- nosy: +eamanu ___ Python tracker __

[issue35608] python3 multiprocessing queue deadlock when use thread and process at same time

2018-12-28 Thread Emmanuel Arias
Emmanuel Arias added the comment: > data = result_queue.get() And this is blocked -- ___ Python tracker ___ ___ Python-bugs-list m

[issue35609] Improve of abc.py docstring

2018-12-28 Thread Emmanuel Arias
Change by Emmanuel Arias : -- pull_requests: +10653 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue35609] Improve of abc.py docstring

2018-12-28 Thread Emmanuel Arias
Change by Emmanuel Arias : -- pull_requests: +10653, 10654 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list maili

[issue35609] Improve of abc.py docstring

2018-12-28 Thread Emmanuel Arias
Change by Emmanuel Arias : -- pull_requests: +10653, 10654, 10655 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-lis

[issue35596] Fatal Python error: initfsencoding: unable to load the file system codec zipimport.ZipImportError: can't find module 'encodings'

2018-12-28 Thread Steve Dower
Steve Dower added the comment: I took a closer look at the diff since 3.7.1, and I'm not seeing anything either. I suspect we need to step through zipimport/importlib and figure out exactly where it rejects the .pyc files in the zip. -- ___ Python

[issue35593] Register standard browser: Chrome

2018-12-28 Thread Terry J. Reedy
Terry J. Reedy added the comment: As near as I can tell, this is *not* a duplicate of #8232. -- nosy: +terry.reedy stage: patch review -> ___ Python tracker ___ _

[issue35593] Register standard browser: Chrome

2018-12-28 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: -10652 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue35594] Python script generating Segmentation Fault

2018-12-28 Thread Terry J. Reedy
Terry J. Reedy added the comment: The script has 14 imports from 10 external packages, perhaps half of which include C code. In such cases, the crash is nearly always in the external package, and Daugeras has already identified a pandas routine. Daugeras, you can re-open if you gain evidenc

[issue31858] IDLE: cleanup use of sys.ps1 and never set it.

2018-12-28 Thread Terry J. Reedy
Terry J. Reedy added the comment: By mistake, I deleted the setting of context_use_ps1 in PyShell while still in use in several places. Fixed in #34055. -- ___ Python tracker __

[issue35610] IDLE: replace use of EditorWindow.context_use_ps1

2018-12-28 Thread Terry J. Reedy
New submission from Terry J. Reedy : Attribute .context_use_ps1 is False in EditorWindow and Outwin, True in PyShell. It is use to switch code paths in multiple classes. It is equal to isinstance(self/editwin, PyShell) (which requires an import). It has the same truth value as attribute .p

[issue35610] IDLE: replace use of EditorWindow.context_use_ps1

2018-12-28 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch pull_requests: +10656 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue35610] IDLE: replace use of EditorWindow.context_use_ps1

2018-12-28 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch, patch pull_requests: +10656, 10657 ___ Python tracker ___ ___ Python-bugs-list maili

[issue35610] IDLE: replace use of EditorWindow.context_use_ps1

2018-12-28 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: +10658 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue35611] open doesn't call IncrementalEncoder with final=True

2018-12-28 Thread David Haney
New submission from David Haney : The implementation of open relies on a codecs' IncrementalEncoder, however it never calls `encode` with final=True. This appears to violate the documentation for IncrementalEncoder.encode which states that the last call to encode _must_ set final=True. The a

[issue34055] IDLE: erroneous 'smart' indents in shell

2018-12-28 Thread Terry J. Reedy
Terry J. Reedy added the comment: Even before this fix, in 3.7.2, I no longer see the extra blank lines I reported in msg321135 either on Windows or macOS. I did still see the persistent and expanding indents reported in the opening post. I believe that this is what Raymond also referred t

[issue34055] IDLE: erroneous 'smart' indents in shell

2018-12-28 Thread Terry J. Reedy
Terry J. Reedy added the comment: I 'moved' pr-11307 to #35610 by changing the title. -- ___ Python tracker ___ ___ Python-bugs-lis

[issue28134] socket.socket(fileno=fd) does not work as documented

2018-12-28 Thread Nathaniel Smith
Nathaniel Smith added the comment: Am I right that this is considered fixed (or at least as fixed as it can be), and the issue should be closed? Also, small note in case anyone stumbles across this in the future and is confused: Python does *not* handle this correctly on Windows. I suspect

[issue35611] open doesn't call IncrementalEncoder with final=True

2018-12-28 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- assignee: -> lemburg nosy: +doerwalter, lemburg ___ Python tracker ___ ___ Python-bugs-list mailing

[issue35609] Improve of abc.py docstring

2018-12-28 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Double spaces between sentences increase readability. This is not a bug. Since abstractclassmethod and like are deprecated and should not be used in new code, I do not see a value of extending their docstrings. Too verbose docstrings make using the module

<    1   2