Nick Williams
Nick Williams
I'm trying to test the interaction of several threads. In doing so, I need to freeze time, assert some things, tick, assert some more things, tick, etc. However, the fix...
In production environments, it can be hard to determine which mode (`MODE_FILE`, `MODE_MMAP`, `MODE_MMAP_EXT`, etc.) the reader is using with `MODE_AUTO` without experimenting (setting the mode explicitly), seeing which modes...
With ACLs in Redis 6, a Redis admin can create different users for different tasks and assign them different "permissions." This could include having a user for replicas to use...
Note: I may be able to work on putting together a pull request for this feature request, but I wanted to make sure you were okay with this feature request...
Issues with chunked message reassembly in the Redis transport, such as #240, would be easier to diagnose if we included `chunk-length` and `content-length` headers and performed sanity checks on received...
This is the tracking issue for removing all support for Python 2.7 and 3.5-3.6. Once closed, PySOA will support only Python 3.7 and above and will use Python Typing syntax...
This is the tracking issue for removing all support for Python 2.7 and 3.5-3.6. Once closed, Conformity will support only Python 3.7 and above and will use Python Typing syntax...
Currently, if the Google Places API returns a status other than `OK` or `ZERO_RESULTS`, the library raises a `GooglePlacesError`. However, that error simply has the offending status code in the...
This change addresses #1978 by ensuring that, in Python 3.7 and newer versions, the following always happens: - `PyOS_BeforeFork()` is called before the parent process calls `fork()` - `PyOS_AfterFork_Parent()` is...