Debian Patches
Status for python-hiredis/2.3.2-3
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| 0001-Use-system-libhiredis.patch | Use system libhiredis Patch setup.py to not build hiredis in vendor/ |
Apollon Oikonomopoulos <apoikos@debian.org> | no | 2014-07-02 | ||
| 0002-MNT-do-not-use-deprecated-load_module-method.patch | MNT: do not use deprecated load_module method (#218) The load_module method has been deprecated from py34 and will be removed in py315 [1] (it is already gone on CPython main). The recommended replacement is exec_module, however the documentation [2] suggests to use a simpler approach than using the loaders directly and runpy [3] seemed better than sys.path hacking. Given that this is a one-line file simply reading the file and parsing it 'by hand' is an option. [1] https://docs.python.org/3/library/importlib.html#importlib.abc.Loader.load_module [2] https://docs.python.org/3/library/importlib.html#importing-a-source-file-directly [3] https://docs.python.org/3/library/runpy.html#runpy.run_path |
Thomas A Caswell <tcaswell@gmail.com> | no | 2026-01-30 |
