changed the title Apply changes from importlib_resources 5.10.gh-97930: Apply changes from importlib_resources 5.10.
Closed
3 tasks
…eing preferred and Package object being deprecated.
deleted the feature/importlib-resources-5.10 branch
Closed
added a commit to Gatsik/client that referenced this pull request
this version was in the recent 0.21.0 release and worked fine the irc library is broken (for us) since
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
.
) and (what a coincidence!) broken implementation of files() function was written by the same person -- see
Closed