Jamie Scott

Results 18 comments of Jamie Scott

I'm having the same issue, searching Google explicitly for lib_leveldb_vc10 only returns this issue and the VS project file in this repo. I don't think this is an unstable branch,...

I believe this is related to the other issue you opened about client notifications. After server-initiated event support lands you should be able to register a callback for the `>PASSWORD`...

Oh nice spot. Thanks for that info! In that case I shall re-open this to track and that needs fixing.

`debian:bullseye` ``` # env HOSTNAME=a61b586e95bf PWD=/ HOME=/root TERM=xterm SHLVL=1 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin _=/usr/bin/env ``` `python:3.9-bullseye` ``` # env PYTHON_SHA256=8c136d199d3637a1fce98a16adc809c1d83c922d02d41f3614b34f8b6e7d38ec HOSTNAME=b04afe71bf20 PYTHON_VERSION=3.9.22 PWD=/ HOME=/root LANG=C.UTF-8 GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568 TERM=xterm SHLVL=1 PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin _=/usr/bin/env ``` The `python:3.9-bullseye`,...

Ahh, I've just found https://github.com/pypa/pip/issues/13359 Which contains: > That means, according to the Python 3.9 release schedule, pip will crash if compileall raises an error while compiling a Python module...

Equally adapting the code from the example above also generates a false positive for `unsubscriptable-object` in both Python 2, and Python 3 on latest version. Python 2 & Pylint 1.6.5:...

Alternatively, you may be interested in this request which is slightly different but may cover your use case: #14