gh-97930: Apply changes from importlib_resources 5.10. by jaraco · Pull Request #100598 · python/cpython
jaraco
changed the title
Apply changes from importlib_resources 5.10.
gh-97930: Apply changes from importlib_resources 5.10.
jaraco
deleted the
feature/importlib-resources-5.10
branch
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters