[issue46591] Make About IDLE links clickable

2022-01-30 Thread wesinator
Change by wesinator <13hu...@gmail.com>: -- keywords: +patch nosy: +wesinator nosy_count: 1.0 -> 2.0 pull_requests: +29213 pull_request: https://github.com/python/cpython/pull/30251 ___ Python tracker <https://bugs.python.or

[issue37607] segfault running code in jupyter on macOS 10.14.5 - crashed on child side of fork pre-exec

2019-11-01 Thread wesinator
wesinator <13hu...@gmail.com> added the comment: Thanks ned - should I report issue to libcurl ? -- ___ Python tracker <https://bugs.python.org/i

[issue38838] Exception ignored in: module 'threading' in _shutdown, _signal_handler

2019-11-18 Thread wesinator
New submission from wesinator <13hu...@gmail.com>: macOS 10.14.6 python 3.7.5 Exception ignored in: Traceback (most recent call last): File "/usr/local/Cellar/python/3.7.5/Frameworks/Python.framework/Versions/3.7/lib/python3.7/threading.py", line 1274, in _shutdown

[issue38838] Exception ignored in: module 'threading' in _shutdown, _signal_handler

2019-11-18 Thread wesinator
wesinator <13hu...@gmail.com> added the comment: didn't see this was a third party package. disregard. sorry -- resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker <https://bug

[issue37600] sched_getaffinity() is missing - module 'os' has no attribute 'sched_getaffinity'

2019-07-15 Thread wesinator
New submission from wesinator <13hu...@gmail.com>: Python 3.7.4 macOS 10.14.5 (homebrew) According to https://docs.python.org/3/library/os.html#os.cpu_count , there is a method `os.sched_getaffinity()` (https://docs.python.org/3/library/os.html#os.sched_getaffinity) Code to rep

[issue37600] os.sched_getaffinity() is missing - module 'os' has no attribute 'sched_getaffinity'

2019-07-15 Thread wesinator
Change by wesinator <13hu...@gmail.com>: -- title: sched_getaffinity() is missing - module 'os' has no attribute 'sched_getaffinity' -> os.sched_getaffinity() is missing - module 'os' has no attribute 'sched_getaffinity' _

[issue37607] segfault running code in jupyter on macOS 10.14.5 - crashed on child side of fork pre-exec

2019-07-16 Thread wesinator
New submission from wesinator <13hu...@gmail.com>: python 3.7.4 (homebrew) macOS 10.14.5 16 GB DDR4 segfault encountered when running test code in jupyter. Application Specific Information: crashed on child side of fork pre-exec I'm not in a position to share the code unfortuna