You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While creating the fixes of #7688, I spotted one optimization to the current directory structure: the Python type stubs can be moved from bindings/python/install_data/libtorrent into bindings/python/libtorrent.
This change would obsolete the following code in its entirety.
libtorrent version (or branch): master
While creating the fixes of #7688, I spotted one optimization to the current directory structure: the Python type stubs can be moved from
bindings/python/install_data/libtorrent
intobindings/python/libtorrent
.This change would obsolete the following code in its entirety.
libtorrent/bindings/python/setup.py
Lines 506 to 513 in 7c698d8
Even though the code above can be removed, all paths that point to
install_data
would have to be updated.The text was updated successfully, but these errors were encountered: