[issue27151] multiprocessing.Process leaves read pipes open (Process.sentinel)

2017-03-07 Thread Camilla Montonen
Changes by Camilla Montonen <camilla...@gmail.com>: -- nosy: +Winterflower ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue27151> ___

[issue23267] multiprocessing pool.py doesn't close inqueue and outqueue pipes on termination

2017-03-07 Thread Camilla Montonen
Camilla Montonen added the comment: I did some investigating using a test script and Python 3.7.0a0 from multiprocessing import Pool import os import time def f(x): time.sleep(30) return x*x if __name__=='__main__': print('Main pid {0}'.format(os.getpid())) p

[issue6721] Locks in the standard library should be sanitized on fork

2017-02-17 Thread Camilla Montonen
Changes by Camilla Montonen <camilla...@gmail.com>: -- nosy: +Winterflower ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6721> ___

[issue29247] Document return value of epoll.poll

2017-02-17 Thread Camilla Montonen
Changes by Camilla Montonen <camilla...@gmail.com>: -- nosy: +Winterflower ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29247> ___

[issue29575] doc 17.2.1: basic Pool example is too basic

2017-02-17 Thread Camilla Montonen
Camilla Montonen added the comment: Would you like to open a PR with a patch on GH? I think the docs could certainly do with another example for Pool. -- nosy: +Winterflower ___ Python tracker <rep...@bugs.python.org> <http://bugs.p

[issue19675] Pool dies with excessive workers, but does not cleanup

2017-02-17 Thread Camilla Montonen
Camilla Montonen added the comment: Would it be possible to see a review of the existing attempts at testing this issue? -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue19675] Pool dies with excessive workers, but does not cleanup

2017-02-12 Thread Camilla Montonen
Camilla Montonen added the comment: @dsoprea: would you like to open a PR for this issue on Github? if not, are you happy for me to do it? -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue22281] ProcessPoolExecutor/ThreadPoolExecutor should provide introspection APIs

2017-02-12 Thread Camilla Montonen
Changes by Camilla Montonen <camilla...@gmail.com>: -- nosy: +Winterflower ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue22281> ___

[issue23267] multiprocessing pool.py doesn't close inqueue and outqueue pipes on termination

2017-02-12 Thread Camilla Montonen
Changes by Camilla Montonen <camilla...@gmail.com>: -- nosy: +Winterflower ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue23267> ___

[issue5001] Remove assertion-based checking in multiprocessing

2017-02-12 Thread Camilla Montonen
Changes by Camilla Montonen <camilla...@gmail.com>: -- nosy: +Winterflower ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5001> ___

[issue14119] Ability to adjust queue size in Executors

2017-02-12 Thread Camilla Montonen
Changes by Camilla Montonen <camilla...@gmail.com>: -- nosy: +Winterflower ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue14119> ___

[issue19675] Pool dies with excessive workers, but does not cleanup

2017-02-12 Thread Camilla Montonen
Camilla Montonen added the comment: I've reformatted Dustin Oprea's original patch to be compatible with git, applied it to master and executed _test_multiprocessing suite. All tests pass locally. -- Added file: http://bugs.python.org/file46635/bug19675git.patch

[issue19675] Pool dies with excessive workers, but does not cleanup

2017-02-11 Thread Camilla Montonen
Changes by Camilla Montonen <camilla...@gmail.com>: -- nosy: +Winterflower ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue19675> ___

[issue17430] missed peephole optimization

2016-12-13 Thread Camilla Montonen
Changes by Camilla Montonen <camilla...@gmail.com>: -- nosy: +Winterflower ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue17430> ___

[issue16058] ConfigParser no longer deepcopy compatible in 2.7

2016-12-13 Thread Camilla Montonen
Changes by Camilla Montonen <camilla...@gmail.com>: -- nosy: +Winterflower ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue16058> ___

[issue11007] stack tracebacks should give the relevant class name

2016-12-13 Thread Camilla Montonen
Camilla Montonen added the comment: Reproduced original issue in 3.5.1. -- nosy: +Winterflower versions: +Python 3.5 -Python 3.3 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue20041] TypeError when f_trace is None and tracing.

2016-05-18 Thread Camilla Montonen
Changes by Camilla Montonen <camilla...@gmail.com>: -- nosy: +Winterflower ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue20041> ___

[issue20847] asyncio docs should call out that network logging is a no-no

2016-05-18 Thread Camilla Montonen
Changes by Camilla Montonen <camilla...@gmail.com>: -- nosy: +Winterflower ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue20847> ___

[issue19695] Clarify how to use various import-related locks

2016-05-18 Thread Camilla Montonen
Changes by Camilla Montonen <camilla...@gmail.com>: -- nosy: +Winterflower ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue19695> ___

[issue26329] os.path.normpath("//") returns //

2016-05-18 Thread Camilla Montonen
Camilla Montonen added the comment: Should the comment with the link to specification be added to Lib/posixpath.py? or Lib/os.py? -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue25941] Add 'How to Review a Patch' section to devguide

2016-05-18 Thread Camilla Montonen
Camilla Montonen added the comment: Thank you very much for your comments. I have cleaned up the previous patch and merged it with the Lifecycle of a Patch article. -- Added file: http://bugs.python.org/file42893/patchreview18May.patch ___ Python

[issue25548] Show the address in the repr for class objects

2016-05-18 Thread Camilla Montonen
Changes by Camilla Montonen <camilla...@gmail.com>: -- nosy: +Winterflower ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue25548> ___

[issue25926] problems with "times" keyword in itertools.repeat

2016-05-18 Thread Camilla Montonen
Camilla Montonen added the comment: Should 'roughly equivalent to' be added as a note to the docs? -- nosy: +Winterflower ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue26329] os.path.normpath("//") returns //

2016-05-18 Thread Camilla Montonen
Changes by Camilla Montonen <camilla...@gmail.com>: -- nosy: +Winterflower ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26329> ___

[issue26732] multiprocessing sentinel resource leak

2016-05-08 Thread Camilla Montonen
Changes by Camilla Montonen <camilla...@gmail.com>: -- nosy: +Winterflower ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26732> ___

[issue16731] xxlimited/xxmodule docstrings ambiguous

2016-01-01 Thread Camilla Montonen
Camilla Montonen added the comment: Changed xxlimited.c to xxmodule.c in the xxlimited.c docstring. -- versions: +Python 3.5, Python 3.6 -Python 3.4 Added file: http://bugs.python.org/file41467/issue16731.patch ___ Python tracker <

[issue24899] Add an os.path <=> pathlib equivalence table in pathlib docs

2016-01-01 Thread Camilla Montonen
Camilla Montonen added the comment: This is a good one for beginner patch reviewers, so submitted this to the core-mentorship mailing list. -- nosy: +Winterflower ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue15718] Possible OverflowError in __len__ method undocumented (when called via len() function)

2016-01-01 Thread Camilla Montonen
Camilla Montonen added the comment: The deficiency noticed by Terry has been at least partially corrected in the len() docs https://docs.python.org/2/library/functions.html#len Return the length (the number of items) of an object. The argument may be a sequence (such as a string, bytes, tuple

[issue16731] xxlimited/xxmodule docstrings ambiguous

2015-12-28 Thread Camilla Montonen
Camilla Montonen added the comment: Hi Daniel, just about to review this patch and noticed that the typo in xxlimited.c docstring is still there. Do you mind if I tweak your patch to fix this? -- nosy: +Winterflower ___ Python tracker <

[issue5501] Update multiprocessing docs re: freeze_support

2015-12-28 Thread Camilla Montonen
Camilla Montonen added the comment: Patch review: 3.X patch: Applied to docs locally in the default branch(3.6). Docs build passes, doc layout has not been broken. Applied to branch 3.5. Docs build passes, doc layout has not been broken. 2.X patch: Applied to docs locally in the 2.7 branch

[issue25949] Lazy creation of __dict__ in OrderedDict

2015-12-26 Thread Camilla Montonen
Camilla Montonen added the comment: Hi Serhiy, I tried to see whether the patch's unit test in test_ordered_dict.py would fail when the changes to odictobject.c were not applied and it did not. The code change to test_ordered_dict.py does not appear to test the fact that a dict

[issue25941] Add 'How to Review a Patch' section to devguide

2015-12-24 Thread Camilla Montonen
New submission from Camilla Montonen: This list is based on helpful tips and discussions received on the core-mentorship list and aims to help new beginners review patches in the bug tracker. The submitted patch is still in progress (the layout is a bit wonky and some details are still

[issue12174] Multiprocessing logging levels unclear

2015-12-14 Thread Camilla Montonen
Camilla Montonen added the comment: This issue raises the fact that the 2.X documentation lists two logging levels (SUBDEBUG and SUBWARNING) without explaining how these two fit into the logging hierarchy of the logging levels provided by the standard library logging module (ie, is SUBDEBUG

[issue5501] Update multiprocessing docs re: freeze_support

2015-12-09 Thread Camilla Montonen
Camilla Montonen added the comment: Hi everyone! It has been a while since this issue has been updated. The addition requested by Brandon Corfman is a simple clarification of what happens when the freeze_support function from multiprocessing is called on non-Windows platforms (if I understand

[issue25039] Docs: Link to Stackless Python in Design and History FAQ section is broken

2015-12-04 Thread Camilla Montonen
Camilla Montonen added the comment: Hi everyone on the nosy list! I think this issue can be closed. The maintainer of the stackless website http://www.stackless.com/ has posted a message about technical problems and included links to the docs for the project

[issue25041] document AF_PACKET socket address format

2015-11-01 Thread Camilla Montonen
Camilla Montonen added the comment: Thank you very much for the feedback, Martin and Berker! I'll start working on the revised patch. -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue25041] document AF_PACKET socket address format

2015-10-29 Thread Camilla Montonen
Camilla Montonen added the comment: Provided patch provides documentation for the AF_PACKET address_family. -- keywords: +patch nosy: +Winterflower Added file: http://bugs.python.org/file40898/af_packet_doc.patch ___ Python tracker <

[issue6860] Inconsistent naming of custom command in setup.py help output

2015-10-27 Thread Camilla Montonen
Camilla Montonen added the comment: Apologies, I should have clarified: I can still replicate the bug in the original post, but I no longer believe this is an issue, because the wording in the documentation has been changed for Python 2.X https://docs.python.org/2/distutils/apiref.html

[issue6860] Inconsistent naming of custom command in setup.py help output

2015-10-27 Thread Camilla Montonen
Camilla Montonen added the comment: This is still an issue in Python 3.4.3, but I believe the relevant documentation has been changed already to alert users to the fact that the class name and the command name should be the same. Quoting from: https://docs.python.org/3/distutils/apiref.html

[issue25039] Docs: Link to Stackless Python in Design and History FAQ section is broken

2015-09-09 Thread Camilla Montonen
New submission from Camilla Montonen: The link to Stackless Python here https://docs.python.org/2/faq/design.html#can-t-you-emulate-threads-in-the-interpreter-instead-of-relying-on-an-os-specific-thread-implementation is broken. I get an "Internal Server Error" when trying