jaraco
changed the title
Apply changes from importlib_resources 5.10.
gh-97930: Apply changes from importlib_resources 5.10.
Closed
3 tasks
jaraco deleted the feature/importlib-resources-5.10 branch
January 1, 2023 16:07Closed
Gatsik added a commit to Gatsik/client that referenced this pull request
Aug 4, 2024this version was in the recent 0.21.0 release and worked fine the irc library is broken (for us) since jaraco/irc@ c95c063 the reason is that it uses importlib.resources.files() to import codes and this function is buggy -- it doesn't work with freezed code (see also python/cpython#121735. wimglenn/resources-example#6) and (what a coincidence!) broken implementation of files() function was written by the same person -- see python/cpython#100598
Closed