[issue38671] pathlib.Path.resolve(strict=False) returns relative path on Windows if the entry does not exist

2021-05-19 Thread Carlton Gibson
Change by Carlton Gibson : -- nosy: +carltongibson ___ Python tracker <https://bugs.python.org/issue38671> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43773] macOS official installer builds not respecting DYLD_LIBRARY_PATH environment variable.

2021-04-09 Thread Carlton Gibson
Carlton Gibson added the comment: Hi Ned, Thank you for the reply. That explains a lot. I hadn't considered that SQLite would be statically linked. > I believe the original reason was to avoid linking with the Apple-supplied > system copy of the sqlite3 library. I can see that

[issue43773] macOS official installer builds not respecting DYLD_LIBRARY_PATH environment variable.

2021-04-08 Thread Carlton Gibson
New submission from Carlton Gibson : Hi. On MacOS 11.3 "Big Sur", with the latest 3.9.4 installed with the official installer downloaded from python.org, the DYLD_LIBRARY_PATH environment variable is not being respected. This looks very similar to Issue40198 https://bugs.

[issue42775] __init_subclass__ should be called in __init__

2021-01-26 Thread Carlton Gibson
Change by Carlton Gibson : -- nosy: +carltongibson ___ Python tracker <https://bugs.python.org/issue42775> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue37373] Configuration of windows event loop for libraries

2020-01-15 Thread Carlton Gibson
Change by Carlton Gibson : -- nosy: +carltongibson ___ Python tracker <https://bugs.python.org/issue37373> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue38563] ProactorEventLoop.close(): set_wakeup_fd() only works in main thread

2019-10-23 Thread Carlton Gibson
Carlton Gibson added the comment: Super turn-around. Thank you all. -- resolution: fixed -> status: closed -> open ___ Python tracker <https://bugs.python.org/i

[issue38563] ProactorEventLoop.close(): set_wakeup_fd() only works in main thread

2019-10-23 Thread Carlton Gibson
Carlton Gibson added the comment: OK, that seems fair :) Will do that tomorrow AM. -- ___ Python tracker <https://bugs.python.org/issue38563> ___ ___ Python-bug

[issue38563] ProactorEventLoop.close(): set_wakeup_fd() only works in main thread

2019-10-23 Thread Carlton Gibson
Carlton Gibson added the comment: Thanks for the speedy patch Victor. Great effort! -- ___ Python tracker <https://bugs.python.org/issue38563> ___ ___ Python-bug

[issue38563] Asyncio regression on Windows with Python 3.8

2019-10-23 Thread Carlton Gibson
Carlton Gibson added the comment: Reproduce steps, on Windows with Python 3.8.0, and a clean venv. git clone https://github.com/django/asgiref.git cd asgiref pip install -e .[tests] py.test . -- nosy: -Mariusz Felisiak ___ Python tracker <ht

[issue34687] asyncio: is it time to make ProactorEventLoop as the default event loop?

2019-10-23 Thread Carlton Gibson
Carlton Gibson added the comment: Created: https://bugs.python.org/issue38563 Thanks! -- ___ Python tracker <https://bugs.python.org/issue34687> ___ ___ Pytho

[issue38563] Asyncio regression on Windows with Python 3.8

2019-10-23 Thread Carlton Gibson
New submission from Carlton Gibson : 6ea29c5e90dde6c240bd8e0815614b52ac307ea1 for https://bugs.python.org/issue34687 "Make asynico use ProactorEventLoop by default" This introducesd a regression in asgiref, and hence Django 3.0.x. https://github.com/django/asgiref/issues

[issue34687] asyncio: is it time to make ProactorEventLoop as the default event loop?

2019-10-23 Thread Carlton Gibson
Carlton Gibson added the comment: This change causes an issue in asgiref (and so Django) for Windows and Python 3.8. https://github.com/django/asgiref/issues/132 https://code.djangoproject.com/ticket/30900 It looks as if `ProactorEventLoop` needs to check the current thread before