lbry-sdk/lbry/stream
Jonathan Moody 02aecad52b CancelledError derives from BaseException in Python >= 3.8. The significant functional
change here is in upload_to_reflector(). Unit tests in TestReflector were failing.
Deal with lint related to CancelledError cleanup.
2023-04-03 13:34:36 -04:00
..
reflector passing loop to asyncio functions is deprecated 2022-10-18 17:23:56 -04:00
__init__.py moved lbry up one level 2020-01-01 15:57:56 -05:00
background_downloader.py Fix and enable lint no-self-use & try-except-raise. 2023-04-03 13:34:36 -04:00
descriptor.py make added_on a required parameter on BlobInfo, fix callers 2022-03-24 19:51:48 -03:00
downloader.py passing loop to asyncio functions is deprecated 2022-10-18 17:23:56 -04:00
managed_stream.py CancelledError derives from BaseException in Python >= 3.8. The significant functional 2023-04-03 13:34:36 -04:00
stream_manager.py Make stop(), stop_tasks() consistently async routines, and have stop_tasks() 2023-04-03 13:34:36 -04:00