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
wesinator <13hu...@gmail.com> added the comment:
Thanks ned - should I report issue to libcurl ?
--
___
Python tracker
<https://bugs.python.org/i
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
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
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
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'
_
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