Change by Carlton Gibson :
--
nosy: +carltongibson
___
Python tracker
<https://bugs.python.org/issue38671>
___
___
Python-bugs-list mailing list
Unsubscribe:
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 t
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.
Change by Carlton Gibson :
--
nosy: +carltongibson
___
Python tracker
<https://bugs.python.org/issue42775>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Carlton Gibson :
--
nosy: +carltongibson
___
Python tracker
<https://bugs.python.org/issue37373>
___
___
Python-bugs-list mailing list
Unsubscribe:
Carlton Gibson added the comment:
Super turn-around. Thank you all.
--
resolution: fixed ->
status: closed -> open
___
Python tracker
<https://bugs.python.org/i
Carlton Gibson added the comment:
OK, that seems fair :) Will do that tomorrow AM.
--
___
Python tracker
<https://bugs.python.org/issue38563>
___
___
Python-bug
Carlton Gibson added the comment:
Thanks for the speedy patch Victor. Great effort!
--
___
Python tracker
<https://bugs.python.org/issue38563>
___
___
Python-bug
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
Carlton Gibson added the comment:
Created: https://bugs.python.org/issue38563
Thanks!
--
___
Python tracker
<https://bugs.python.org/issue34687>
___
___
Pytho
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
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
12 matches
Mail list logo