Brénainn Woodsend
Brénainn Woodsend
That just looks like a network/firewall issue. What happens if you open https://pypi.org/simple/setuptools/ in your browser?
I'm guessing that it can go on PyPI. If I'm reading the internet correctly, this simd instruction is something that OpenMP uses under the hood and OpenMP is something that...
It's probably a lot easier to build a new Python wrapper for [simdjson](https://github.com/simdjson/simdjson) than adapt `ujson` to do whatever magic `simdjson` does.
That doesn't sound too hard. I'd definitely want this to be a separate function like `ujson.loadstream()` as you suggested and `ujson.loads("{}{}")` remains an error. When you say _stream_ though -...
It does make me wonder why on earth AWS doesn't just write them as ```json [{"msg": "first messge"}, {"msg": "second message"}] ```
Mind rebasing this so as to include #519 (I imagine that there will be merge conflicts)? Then we can dig around for potential memory issues.
I think I'd still prefer to leave it as it is now since, whilst the cost of fixing it is small, the cost of not fixing is zero as far...
My goodness, you really are going for it. > I'm thinking "benchmarker" can eventually become a standalone repo that is included as a benchmark dependency, but setting up and maintaining...
> This is great. If you have the time, this is also a good chance to change strings to f-strings Done.
I've reluctantly put a fragile temporary fix (https://github.com/pyinstaller/pyinstaller-hooks-contrib/pull/477) into PyInstaller since this PR hasn't moved in the last 6 weeks. If you `pip install "pyinstaller-hooks-contrib>=v2022.9"` then run your next `pyinstaller`...