pytorch/torch/utils/data/_utils
Xuehai Pan b005ec62b9 [BE] Remove dependency on six and future (#94709)
Remove the Python 2 and 3 compatibility library [six](https://pypi.org/project/six) and [future](https://pypi.org/project/future) and `torch._six`. We only support Python 3.8+ now. It's time to retire them.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/94709
Approved by: https://github.com/malfet, https://github.com/Skylion007
2023-02-14 09:14:14 +00:00
..
__init__.py [DataLoader] Make distributed lazily initialized & share seed via PG (#85279) 2022-09-23 18:52:52 +00:00
collate.py [BE] Remove dependency on six and future (#94709) 2023-02-14 09:14:14 +00:00
fetch.py [BE] [2/3] Rewrite super() calls in functorch and torch (#94588) 2023-02-10 21:16:33 +00:00
pin_memory.py [BE] Remove dependency on six and future (#94709) 2023-02-14 09:14:14 +00:00
serialization.py
signal_handling.py
worker.py [BE] [2/3] Rewrite super() calls in functorch and torch (#94588) 2023-02-10 21:16:33 +00:00