Alexander Shadchin
Alexander Shadchin
---- Enter `[N/A]` in the box, if an item is not applicable to your change. **Testing** Before we can approve your change; please submit the following in a comment: -...
This fixes a compilation error in a really arcane environment I use. Anyway, `std` should be there.
Now opentok requires Python 3.5+, these are useless dependencies
For reproduce * Download Python 3.11 * ./configure --with-pydebug * make * run example or run tests with this python ```(python) from llist import dllist, dllistnode import sys original_ref_count =...
My program crashed if `Py_DEBUG` is enabled. This is because `Py_XDECREF(bytesstr)` in `Py_DEBUG` mode: dealloceted memory and fills it with `0xDD` (`DEADBYTE`) As a consequence `str` indicates garbage -> segfault
## Description What's wrong with`__file__`? The assumption that you have files and subdirectories available is not correct. This approach doesn't work if executing code which is packed in a zip...
**Version**: last version 5.0.7 **Platform**: all platforms **Description**: Fail import `redis.commands.graph` with Python 3.12+ ``` (venv312) shadchin@jakku:~/venv312/bin$ python -c 'import redis.commands.graph' Traceback (most recent call last): File "", line 1,...