[issue23882] unittest discovery doesn't detect namespace packages when given no parameters

2020-07-20 Thread Inada Naoki
Change by Inada Naoki : -- assignee: -> docs@python components: +Documentation nosy: +docs@python stage: patch review -> needs patch ___ Python tracker ___

[issue37703] Inconsistent gather with child exception

2020-07-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +20704 pull_request: https://github.com/python/cpython/pull/21558 ___ Python tracker ___

[issue37703] Inconsistent gather with child exception

2020-07-20 Thread miss-islington
miss-islington added the comment: New changeset d42528a3a2c7d79fd2e6c9f2a02f3ce12d44c8cc by Vinay Sharma in branch 'master': bpo-37703: improve asyncio.gather documentation regarding cancellation (GH-15312) https://github.com/python/cpython/commit/d42528a3a2c7d79fd2e6c9f2a02f3ce12d44c8cc

[issue37703] Inconsistent gather with child exception

2020-07-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +20705 pull_request: https://github.com/python/cpython/pull/21559 ___ Python tracker ___

[issue37703] Inconsistent gather with child exception

2020-07-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +20703 pull_request: https://github.com/python/cpython/pull/21557 ___ Python tracker ___

[issue41344] SharedMemory crash when size is 0

2020-07-20 Thread Vinay Sharma
Change by Vinay Sharma : -- keywords: +patch pull_requests: +20702 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21556 ___ Python tracker ___

[issue41344] SharedMemory crash when size is 0

2020-07-20 Thread Vinay Sharma
New submission from Vinay Sharma : On running this: shm = SharedMemory(create=True, size=0) I get the following error: Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/multiprocessing/shared_memory.py", line 111, in __init__ self._mmap =

[issue41340] Not very good strcpy implementation in cpython/Python/strdup.c

2020-07-20 Thread Inada Naoki
Inada Naoki added the comment: Can we just remove strdup.c? How about hypot.c? -- nosy: +inada.naoki ___ Python tracker ___ ___

[issue41318] Better error message of "Cannot recover from stack overflow."

2020-07-20 Thread Heyi Tang
Change by Heyi Tang : -- versions: +Python 3.10, Python 3.5, Python 3.6, Python 3.7, Python 3.9 ___ Python tracker ___ ___

[issue41318] Better error message of "Cannot recover from stack overflow."

2020-07-20 Thread Heyi Tang
Change by Heyi Tang : -- type: enhancement -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41318] Better error message of "Cannot recover from stack overflow."

2020-07-20 Thread Heyi Tang
Change by Heyi Tang : -- versions: +Python 3.8 -Python 3.10 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40741] Upgrade to SQLite v3.32 in Windows and macOS builds

2020-07-20 Thread miss-islington
miss-islington added the comment: New changeset 892fc8d328c65f7fd076b10c94380eccf7427422 by Miss Islington (bot) in branch '3.8': bpo-40741: Update macOS installer to use SQLite 3.32.3 (GH-20979) https://github.com/python/cpython/commit/892fc8d328c65f7fd076b10c94380eccf7427422 --

[issue41336] Sporadic segfaults during zoneinfo object creation stopped using Ctrl-C

2020-07-20 Thread Raymond Hettinger
Change by Raymond Hettinger : -- title: Random segfaults during zoneinfo object creation stopped using Ctrl-C -> Sporadic segfaults during zoneinfo object creation stopped using Ctrl-C ___ Python tracker

[issue40741] Upgrade to SQLite v3.32 in Windows and macOS builds

2020-07-20 Thread miss-islington
miss-islington added the comment: New changeset 2fbb0d8da95b3068dff436f7aacec1058c9b3f2a by Miss Islington (bot) in branch '3.9': bpo-40741: Update macOS installer to use SQLite 3.32.3 (GH-20979) https://github.com/python/cpython/commit/2fbb0d8da95b3068dff436f7aacec1058c9b3f2a --

[issue41340] Not very good strcpy implementation in cpython/Python/strdup.c

2020-07-20 Thread fj92f3jj923f923
fj92f3jj923f923 added the comment: Got it. But the fix is quite easy as I see, and does not require much affort too. -- ___ Python tracker ___

[issue40741] Upgrade to SQLite v3.32 in Windows and macOS builds

2020-07-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +20701 pull_request: https://github.com/python/cpython/pull/21555 ___ Python tracker ___

[issue40741] Upgrade to SQLite v3.32 in Windows and macOS builds

2020-07-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +20700 pull_request: https://github.com/python/cpython/pull/21554 ___ Python tracker ___

[issue40741] Upgrade to SQLite v3.32 in Windows and macOS builds

2020-07-20 Thread Ned Deily
Ned Deily added the comment: New changeset 7cf1cb36ecafabff363790d245f809d3894fbbaf by Erlend Egeberg Aasland in branch 'master': bpo-40741: Update macOS installer to use SQLite 3.32.3 (GH-20979) https://github.com/python/cpython/commit/7cf1cb36ecafabff363790d245f809d3894fbbaf --

<    1   2