Itamar Turner-Trauring
Itamar Turner-Trauring
Reported by @gabiapple. ### Discussed in https://github.com/pythonspeed/filprofiler/discussions/432 Originally posted by **gabiapple** October 6, 2022 I'm getting error below when I try to execute `"fil-profile run test.py"` ``` thread '' panicked...
"Probably out of memory" is different than failed allocation, and since we've seen spurious OOM complaints, e.g. #287, maybe better to just dump but keep going. There would have to...
E.g. other tools page if it's not there already.
https://github.com/mike820324/socks5/blob/master/socks5/connection.py#L207 enforces response host and port matching requested CONNECT host and port. However, the RFC states: ``` In the reply to a CONNECT, BND.PORT contains the port number that the...
#501 has a useful suggestion for speeding up Python by ~20%. After that's done, it's actually possible to do better. Host is Fedora 33. All tests were run with Python...
# Motivation ## User stories * Users want to be able to load CSVs from file-like Python objects (#12617) * Likewise for Parquet (#10413) ## Issues with the current code...
https://blog.readthedocs.com/migrate-configuration-v2/
Python's `json` supports this by default. `orjson` does not, so this is a backwards incompatibility in 1.15.