mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-07-18 00:44:29 -05:00
Python 3.11's import machinery re-enters partially-initialized parent packages during relative imports, causing an unavoidable circular import with the datasets subpackage. Python 3.12+ (PEP 690) handles this correctly. Reverted registry.py to clean relative imports.