[issue41224] Document is_annotate() in symtable and update doc strings

2020-07-07 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue41224> ___ ___ Pyth

[issue41224] Document is_annotate() in symtable and update doc strings

2020-07-07 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: New changeset a95ac779e6bca0d87819969e361627182b83292c by Joannah Nanjekye in branch 'master': bpo-41224: Document is_annotated() in symtable module and update doc strings (GH-21369) https://github.com/python/cpyt

[issue41225] Add a test for get_id() in the symtable module

2020-07-07 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- components: +Tests stage: patch review -> resolved status: open -> closed versions: +Python 3.10 ___ Python tracker <https://bugs.python.org/i

[issue23802] patch: __deepcopy__ memo dict argument usage

2020-07-09 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: New changeset 3cbade7d309ab1ea97ec286d19d506df30bd1ab7 by Joannah Nanjekye in branch 'master': bpo-23802: patch: __deepcopy__ memo dict argument usage (GH-21326) https://github.com/python/cpython/commit/3cbade7d309ab1ea97ec286d19d506

[issue32192] Provide importlib.util.lazy_import helper function

2020-07-13 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: New changeset 8dd32fe645c9503cf8e6be4b1580c3a59b450168 by Joannah Nanjekye in branch 'master': bpo-32192: A basic lazy importer example (GH-21330) https://github.com/python/cpython/commit/8dd32fe645c9503cf8e6be4b1580c3

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

2020-07-17 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- keywords: -easy ___ Python tracker <https://bugs.python.org/issue1823> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2020-07-17 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: I agree with @Victor. I removed the easy tag on this easy -- nosy: +nanjekyejoannah ___ Python tracker <https://bugs.python.org/issue1

[issue41283] The parameter name for imghdr.what in the documentation is wrong

2020-07-20 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: New changeset 5241e189e77972d3a07acbbb3f0c0cbc2aeeb681 by Ammar Askar in branch 'master': bpo-41283: Fix mismatched argument name for imghdr.what (GH-21501) https://github.com/python/cpython/commit/5241e189e77972d3a07acbbb3f0c0cbc2aeeb681 -

[issue41283] The parameter name for imghdr.what in the documentation is wrong

2020-07-20 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- pull_requests: +20716 pull_request: https://github.com/python/cpython/pull/21573 ___ Python tracker <https://bugs.python.org/issue41

[issue41353] Indicate supported sound header formats

2020-07-20 Thread Joannah Nanjekye
New submission from Joannah Nanjekye : The documentation for the sndhdr module does not have supported file formats. Something like below could help: +++ | Value | Sound header format

[issue41353] Indicate supported sound header formats

2020-07-20 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- assignee: -> docs@python components: +Documentation nosy: +docs@python type: -> enhancement ___ Python tracker <https://bugs.python.org/i

[issue41353] Indicate supported sound header formats

2020-07-20 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- keywords: +patch pull_requests: +20719 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21575 ___ Python tracker <https://bugs.python.org/issu

[issue41510] Mentions of pdb.set_trace() in library/functions and library/sys incorrectly states that set_trace expects no arguments

2020-08-14 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- nosy: +ronaldoussoren ___ Python tracker <https://bugs.python.org/issue41510> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23802] patch: __deepcopy__ memo dict argument usage

2020-08-18 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue23802> ___ ___ Pyth

[issue30202] Update test.test_importlib.test_abc to test find_spec()

2019-05-26 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issue30202> ___ ___ Python-bugs-list mai

[issue29819] Avoid raising OverflowError in truncate() if possible

2019-05-27 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- nosy: +nanjekyejoannah ___ Python tracker <https://bugs.python.org/issue29819> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2019-05-27 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: @ Jack McCracken do you want to open a pull request for this? -- nosy: +nanjekyejoannah ___ Python tracker <https://bugs.python.org/issue26

[issue9030] ctypes variable limits

2019-05-27 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- nosy: +nanjekyejoannah ___ Python tracker <https://bugs.python.org/issue9030> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19904] Add 128-bit integer support to struct

2019-05-27 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- nosy: +nanjekyejoannah ___ Python tracker <https://bugs.python.org/issue19904> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22253] ConfigParser does not handle files without sections

2019-05-27 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issue22253> ___ ___ Python-bugs-list mai

[issue35453] pathlib.Path: glob and rglob should accept PathLike patterns

2019-05-28 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: Since this is not considered an issue, I will just add tests to confirm this behavior and close this. -- nosy: +nanjekyejoannah ___ Python tracker <https://bugs.python.org/issue35

[issue15913] PyBuffer_SizeFromFormat is missing

2019-06-06 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- keywords: +patch pull_requests: +13751 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/13873 ___ Python tracker <https://bugs.python.org/issu

[issue28502] [Patch] Make os.chdir() optional

2019-06-11 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: @ Ed Schouten, are you still interested in solving this? If so, please convert your patch into a PR. -- nosy: +nanjekyejoannah ___ Python tracker <https://bugs.python.org/issue28

[issue24772] Smaller viewport shifts the "expand left menu" character into the text

2019-06-20 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: @karl If you are still interested in solving this, open a pull request on https://github.com/python/cpython -- nosy: +nanjekyejoannah ___ Python tracker <https://bugs.python.org/issue24

[issue20431] Should posix functions that accept fd also accept objects with .fileno()?

2019-06-20 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- nosy: +vstinner ___ Python tracker <https://bugs.python.org/issue20431> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19982] Add a "target" parameter to runpy.run_path and runpy.run_module

2019-06-20 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- nosy: +nanjekyejoannah ___ Python tracker <https://bugs.python.org/issue19982> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30905] Embedding should have public API for interactive mode

2019-06-21 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- nosy: +nanjekyejoannah ___ Python tracker <https://bugs.python.org/issue30905> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue8579] Add missing tests for FlushKey, LoadKey, and SaveKey in winreg

2019-06-23 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: @Claudiu.Popa are you still interested in working on this, If so please open a pull request for review. -- nosy: +nanjekyejoannah ___ Python tracker <https://bugs.python.org/issue8

[issue37449] Move ensurepip off of pkgutil and to importlib.resources

2019-07-02 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- nosy: +nanjekyejoannah ___ Python tracker <https://bugs.python.org/issue37449> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue37444] Differing exception between builtins and importlib when importing beyond top-level package

2019-07-02 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- nosy: +nanjekyejoannah ___ Python tracker <https://bugs.python.org/issue37444> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19978] Update multiprocessing.spawn to use runpy.run_path

2019-07-02 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- nosy: +nanjekyejoannah ___ Python tracker <https://bugs.python.org/issue19978> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24846] Add tests for ``from ... import ...` code

2019-07-02 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- nosy: +nanjekyejoannah ___ Python tracker <https://bugs.python.org/issue24846> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26131] Raise ImportWarning when loader.load_module() is used

2019-07-02 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- nosy: +nanjekyejoannah ___ Python tracker <https://bugs.python.org/issue26131> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26131] Raise ImportWarning when loader.load_module() is used

2019-07-09 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: @brett Since this was opened like years ago. Before I work on it, I was wondering If it is still relevant. -- ___ Python tracker <https://bugs.python.org/issue26

[issue37531] Fix regrtest timeout for subprocesses: regrtest -jN --timeout=SECONDS

2019-07-09 Thread Joannah Nanjekye
New submission from Joannah Nanjekye : Reported by Victor Stinner. regrtest has a --timeout parameter which calls faulthandler.dump_traceback_later(timeout), but sometimes it's not enough to kill a test. regrtest should kill a worker process if it runs longer than --timeout seconds. *

[issue3753] bytearray incompatible with y#

2019-07-09 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- pull_requests: +14485 pull_request: https://github.com/python/cpython/pull/14679 ___ Python tracker <https://bugs.python.org/issue3

[issue37531] Fix regrtest timeout for subprocesses: regrtest -jN --timeout=SECONDS

2019-07-10 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- keywords: +patch pull_requests: +14491 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/14679 ___ Python tracker <https://bugs.python.org/issu

[issue3753] bytearray incompatible with y#

2019-07-16 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- pull_requests: +14590 pull_request: https://github.com/python/cpython/pull/14679 ___ Python tracker <https://bugs.python.org/issue3

[issue3753] bytearray incompatible with y#

2019-07-16 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- pull_requests: +14590, 14591 pull_request: https://github.com/python/cpython/pull/14679 ___ Python tracker <https://bugs.python.org/issue3

[issue36833] Add tests for Datetime C API Macros

2019-07-18 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- nosy: +nanjekyejoannah versions: +Python 3.9 ___ Python tracker <https://bugs.python.org/issue36833> ___ ___ Python-bugs-list m

[issue36833] Add tests for Datetime C API Macros

2019-07-18 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- keywords: +patch pull_requests: +14633 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14842 ___ Python tracker <https://bugs.python.org/issu

[issue13819] _warnings settings are process-wide

2019-07-18 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- nosy: +nanjekyejoannah ___ Python tracker <https://bugs.python.org/issue13819> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22367] Add open_file_descriptor parameter to fcntl.lockf() (use the new F_OFD_SETLK flag)

2019-07-19 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- nosy: +nanjekyejoannah ___ Python tracker <https://bugs.python.org/issue22367> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue37496] Support annotations in signature strings.

2019-07-22 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- nosy: +nanjekyejoannah ___ Python tracker <https://bugs.python.org/issue37496> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33439] python-config.py should be part of the stdlib

2019-07-26 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- nosy: +nanjekyejoannah ___ Python tracker <https://bugs.python.org/issue33439> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11602] python-config code should be in sysconfig

2019-07-26 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- nosy: +nanjekyejoannah ___ Python tracker <https://bugs.python.org/issue11602> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11953] Missing WSA* error codes

2019-07-26 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- nosy: +nanjekyejoannah ___ Python tracker <https://bugs.python.org/issue11953> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue37444] Differing exception between builtins and importlib when importing beyond top-level package

2019-07-29 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- nosy: -nanjekyejoannah ___ Python tracker <https://bugs.python.org/issue37444> ___ ___ Python-bugs-list mailing list Unsub

[issue11953] Missing WSA* error codes

2019-07-29 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- nosy: -nanjekyejoannah ___ Python tracker <https://bugs.python.org/issue11953> ___ ___ Python-bugs-list mailing list Unsub

[issue22367] Add open_file_descriptor parameter to fcntl.lockf() (use the new F_OFD_SETLK flag)

2019-07-29 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- nosy: -nanjekyejoannah ___ Python tracker <https://bugs.python.org/issue22367> ___ ___ Python-bugs-list mailing list Unsub

[issue33150] Signature error for methods of class configparser.Interpolation

2019-07-29 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- nosy: -nanjekyejoannah ___ Python tracker <https://bugs.python.org/issue33150> ___ ___ Python-bugs-list mailing list Unsub

[issue14817] pkgutil.extend_path has no tests

2019-07-29 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- nosy: -nanjekyejoannah ___ Python tracker <https://bugs.python.org/issue14817> ___ ___ Python-bugs-list mailing list Unsub

[issue37496] Support annotations in signature strings.

2019-07-29 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- nosy: -nanjekyejoannah ___ Python tracker <https://bugs.python.org/issue37496> ___ ___ Python-bugs-list mailing list Unsub

[issue37731] Possible redifinition of _POSIX_C_SOURCE in ./pyconfig.h

2019-07-31 Thread Joannah Nanjekye
New submission from Joannah Nanjekye : While compiling Python, I got this warning. ./pyconfig.h:1590:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200809L In file included from /usr/include/s390x-linux-gnu/bits/libc-header-start.h:33:0, from /u

[issue37732] Possible uninitialized variable in Objects/obmalloc.c

2019-07-31 Thread Joannah Nanjekye
New submission from Joannah Nanjekye : Here is a compilation warning I got; Objects/obmalloc.c: In function ‘_PyObject_Malloc’: Objects/obmalloc.c:1646:16: warning: ‘ptr’ may be used uninitialized in this function [-Wmaybe-uninitialized] return ptr; ^~~ We can

[issue37731] Possible redifinition of _POSIX_C_SOURCE in ./pyconfig.h

2019-07-31 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- type: behavior -> compile error ___ Python tracker <https://bugs.python.org/issue37731> ___ ___ Python-bugs-list mai

[issue37732] Possible uninitialized variable in Objects/obmalloc.c

2019-07-31 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- type: behavior -> compile error ___ Python tracker <https://bugs.python.org/issue37732> ___ ___ Python-bugs-list mai

[issue35943] PyImport_GetModule() can return partially-initialized module

2019-07-31 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- keywords: +patch pull_requests: +14806 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/15057 ___ Python tracker <https://bugs.python.org/issu

[issue37449] Move ensurepip off of pkgutil and to importlib.resources

2019-08-04 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: To be exact, the change should use importlib.resources.read_binary which reads bytes like pkgutil.get_data(). -- ___ Python tracker <https://bugs.python.org/issue37

[issue37449] Move ensurepip off of pkgutil and to importlib.resources

2019-08-04 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- keywords: +patch pull_requests: +14851 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/15109 ___ Python tracker <https://bugs.python.org/issu

[issue15266] Perform the same checks as PyPI for Description field

2019-08-04 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: @Giovanni , If you look closely, the issue still has the easy issue label that is why you still see it in the "Easy issues" list. Which means he has not removed the label yet. -- nosy: +nanje

[issue1382562] --install-base not honored on win32

2019-08-04 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: Similar to issue21710 -- nosy: +nanjekyejoannah ___ Python tracker <https://bugs.python.org/issue1382562> ___ ___ Python-bug

[issue37771] No equivalent of `inspect.getcoroutinestate` for PyAsyncGenASend instances

2019-08-05 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- nosy: +yselivanov ___ Python tracker <https://bugs.python.org/issue37771> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35982] Create unit-tests for os.renames()

2019-08-06 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: @giampaolo, are you still working on these tests? If not can someone else pick this up? -- components: +Tests stage: -> needs patch versions: +Python 3.9 ___ Python tracker <https://bugs.python.org/issu

[issue36225] Lingering subinterpreters should be implicitly cleared on shutdown

2019-08-06 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: I am investigating this but in the meantime. > It also occurs to me that we don't currently have a test case for what > happens if you call Py_Finalize from a sub-interpreter rather than the main > interpreter. @ncoghlan Am moving this tes

[issue19982] Add a "target" parameter to runpy.run_path and runpy.run_module

2019-08-06 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: issue 19978 also needs this. -- ___ Python tracker <https://bugs.python.org/issue19982> ___ ___ Python-bugs-list mailin

[issue19978] Update multiprocessing.spawn to use runpy.run_path

2019-08-06 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: Working on issue 19982 is important prior to this. -- ___ Python tracker <https://bugs.python.org/issue19978> ___ ___ Pytho

[issue37776] Test Py_Finalize() from a subinterpreter

2019-08-06 Thread Joannah Nanjekye
New submission from Joannah Nanjekye : Am opening a test request from @ncoghlan from the discussing on issue 36225. There is a need to add a test that exercises what happens when Py_Finalize() is called from a sub-interpreter rather than the main interpreter. -- messages: 349123 nosy

[issue36225] Lingering subinterpreters should be implicitly cleared on shutdown

2019-08-06 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: The test request is moved to issue37776. -- ___ Python tracker <https://bugs.python.org/issue36225> ___ ___ Python-bug

[issue37776] Test Py_Finalize() from a subinterpreter

2019-08-06 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- components: +Tests stage: -> needs patch versions: +Python 3.9 ___ Python tracker <https://bugs.python.org/issue37776> ___ _

[issue37779] configparser: add documentation about several read() behaviour

2019-08-07 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: @Stéphane, thanks for suggesting the above documentation. Feel free to open a pull request here: https://github.com/python/cpython with this draft for review. -- nosy: +nanjekyejoannah ___ Python tracker <ht

[issue37779] configparser: add documentation about several read() behaviour

2019-08-07 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: I think you can build on the story in the quick start section. You can build on from the last section that starts with the paragraph: Now that we have created and saved a configuration file, let’s read it back and explore the data it holds. As it has some

[issue14019] Unify tests for str.format and string.Formatter

2019-08-07 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- nosy: +nanjekyejoannah ___ Python tracker <https://bugs.python.org/issue14019> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue37438] ConfigParser.set() docs should mention allow_no_value

2019-08-07 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- nosy: +nanjekyejoannah ___ Python tracker <https://bugs.python.org/issue37438> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15371] test_cmd_line_script should include namespace package tests

2019-08-07 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- nosy: +nanjekyejoannah ___ Python tracker <https://bugs.python.org/issue15371> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue37789] Update doc strings for test.bytecode_helper

2019-08-07 Thread Joannah Nanjekye
New submission from Joannah Nanjekye : I want to believe there is a mistake in the doc strings for these methods: def assertInBytecode(self, x, opname, argval=_UNSPECIFIED): """Returns instr if op is found, otherwise throws AssertionError""" for i

[issue37789] Update doc strings for test.bytecode_helper

2019-08-07 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- assignee: -> docs@python components: +Documentation nosy: +docs@python versions: +Python 3.9 ___ Python tracker <https://bugs.python.org/issu

[issue37789] Update doc strings for test.bytecode_helper

2019-08-07 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: *supposed not supported. -- ___ Python tracker <https://bugs.python.org/issue37789> ___ ___ Python-bugs-list mailin

[issue18578] Rename and document test.bytecode_helper as test.support.bytecode_helper

2019-08-07 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- pull_requests: +14900 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/15168 ___ Python tracker <https://bugs.python.org/issu

[issue21762] update the import machinery to only use __spec__

2019-08-07 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- nosy: +nanjekyejoannah ___ Python tracker <https://bugs.python.org/issue21762> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26131] Raise ImportWarning when loader.load_module() is used

2019-08-09 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: Feel free to open a PR. -- ___ Python tracker <https://bugs.python.org/issue26131> ___ ___ Python-bugs-list mailin

[issue35537] use os.posix_spawn in subprocess

2018-12-19 Thread Joannah Nanjekye
New submission from Joannah Nanjekye : On Linux, posix_spawn() uses vfork() instead of fork() which blocks the parent process. The child process executes exec() early and so we don't pay the price of duplicating the memory pages (the thing which tracks memory pages of a process). On

[issue35674] Expose os.posix_spawnp()

2019-01-08 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: I would go with exposing posix_spawnp() as a separate function to rule out any arguments. I am working on this in this regard unless anyone has a different view. -- nosy: +nanjekyejoannah ___ Python tracker

[issue35674] Expose os.posix_spawnp()

2019-01-10 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: Now that there is consesus, I am working on a PR for this. -- ___ Python tracker <https://bugs.python.org/issue35

[issue35702] clock_gettime: Add new identifier CLOCK_UPTIME_RAW for Darwin

2019-01-10 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: I am working on this. -- nosy: +nanjekyejoannah ___ Python tracker <https://bugs.python.org/issue35702> ___ ___ Python-bug

[issue35702] clock_gettime: Add new identifier CLOCK_UPTIME_RAW for Darwin

2019-01-10 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- keywords: +patch, patch pull_requests: +11037, 11038 stage: -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue35702] clock_gettime: Add new identifier CLOCK_UPTIME_RAW for Darwin

2019-01-10 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- keywords: +patch pull_requests: +11037 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue35702> ___ _

[issue35702] clock_gettime: Add new identifier CLOCK_UPTIME_RAW for Darwin

2019-01-10 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- keywords: +patch, patch, patch pull_requests: +11037, 11038, 11039 stage: -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue35716] CLOCK_MONOTONIC_RAW available on macOS

2019-01-11 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- pull_requests: +11086 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue35716> ___ ___ Python-bugs-lis

[issue35716] CLOCK_MONOTONIC_RAW available on macOS

2019-01-11 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- pull_requests: +11086, 11087 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue35716> ___ ___ Python-

[issue35716] CLOCK_MONOTONIC_RAW available on macOS

2019-01-11 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- pull_requests: +11086, 11087, 11088 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue35716> ___ ___ Py

[issue35716] CLOCK_MONOTONIC_RAW available on macOS

2019-01-11 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: @vstinner I have created the PR for this. -- ___ Python tracker <https://bugs.python.org/issue35716> ___ ___ Python-bug

[issue35716] CLOCK_MONOTONIC_RAW available on macOS

2019-01-11 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: @Ricardo, Thanks, commit message updated. -- ___ Python tracker <https://bugs.python.org/issue35716> ___ ___ Python-bug

[issue24780] unittest assertEqual difference output foiled by newlines

2019-01-13 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- pull_requests: +11168, 11169 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issue24780> ___ _

[issue24780] unittest assertEqual difference output foiled by newlines

2019-01-13 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- pull_requests: +11168, 11169, 11170 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue24780] unittest assertEqual difference output foiled by newlines

2019-01-13 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- pull_requests: +11168 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issue24780> ___ ___ Py

[issue24780] unittest assertEqual difference output foiled by newlines

2019-01-13 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: I have opened a PR for this. -- nosy: +nanjekyejoannah ___ Python tracker <https://bugs.python.org/issue24780> ___ ___ Pytho

[issue35674] Expose os.posix_spawnp()

2019-01-14 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- pull_requests: +11187, 11188 ___ Python tracker <https://bugs.python.org/issue35674> ___ ___ Python-bugs-list mailing list Unsub

[issue35674] Expose os.posix_spawnp()

2019-01-14 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- pull_requests: +11187, 11188, 11189 ___ Python tracker <https://bugs.python.org/issue35674> ___ ___ Python-bugs-list mailin

[issue35674] Expose os.posix_spawnp()

2019-01-14 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- pull_requests: +11187 ___ Python tracker <https://bugs.python.org/issue35674> ___ ___ Python-bugs-list mailing list Unsubscribe:

<    1   2   3   4   >