[issue46591] Make About IDLE links clickable
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.org/issue46591> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue37607] segfault running code in jupyter on macOS 10.14.5 - crashed on child side of fork pre-exec
wesinator <13hu...@gmail.com> added the comment: Thanks ned - should I report issue to libcurl ? -- ___ Python tracker <https://bugs.python.org/issue37607> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue38838] Exception ignored in: module 'threading' in _shutdown, _signal_handler
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 def _shutdown(): File "/usr/local/lib/python3.7/site-packages/tcex/tcex.py", line 178, in _signal_handler self.exit(1, 'The App received an interrupt signal and will now exit.') File "/usr/local/lib/python3.7/site-packages/tcex/tcex.py", line 303, in exit sys.exit(code) SystemExit: 1 -- components: Library (Lib) messages: 356893 nosy: wesinator priority: normal severity: normal status: open title: Exception ignored in: module 'threading' in _shutdown, _signal_handler type: behavior versions: Python 3.7 ___ Python tracker <https://bugs.python.org/issue38838> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue38838] Exception ignored in: module 'threading' in _shutdown, _signal_handler
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://bugs.python.org/issue38838> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue37600] sched_getaffinity() is missing - module 'os' has no attribute 'sched_getaffinity'
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 reproduce : - ``` import os len(os.sched_getaffinity(0)) ``` Traceback (most recent call last): File "", line 1, in AttributeError: module 'os' has no attribute 'sched_getaffinity' -- components: Library (Lib) messages: 347991 nosy: wesinator priority: normal severity: normal status: open title: sched_getaffinity() is missing - module 'os' has no attribute 'sched_getaffinity' type: behavior versions: Python 3.7 ___ Python tracker <https://bugs.python.org/issue37600> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue37600] os.sched_getaffinity() is missing - module 'os' has no attribute 'sched_getaffinity'
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' ___ Python tracker <https://bugs.python.org/issue37600> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue37607] segfault running code in jupyter on macOS 10.14.5 - crashed on child side of fork pre-exec
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 unfortunately, but I can say it was running multiple iterations of subprocess.Popen() within a multiprocessing Pool using os.cpu_count() / 2 number of processes (in this case 12/2 = 6). macOS .crash dump file attached -- components: macOS files: Python_2019-07-16-123850_MacBook-Pro.crash messages: 348032 nosy: ned.deily, ronaldoussoren, wesinator priority: normal severity: normal status: open title: segfault running code in jupyter on macOS 10.14.5 - crashed on child side of fork pre-exec type: crash versions: Python 3.7 Added file: https://bugs.python.org/file48487/Python_2019-07-16-123850_MacBook-Pro.crash ___ Python tracker <https://bugs.python.org/issue37607> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com