gh-97930: Apply changes from importlib_resources 5.10. by jaraco · Pull Request #100598 · python/cpython

@jaraco jaraco changed the title Apply changes from importlib_resources 5.10. gh-97930: Apply changes from importlib_resources 5.10.

Dec 29, 2022

@jaraco

@jaraco

@jaraco

…eing preferred and Package object being deprecated.

jaraco

@jaraco

@jaraco jaraco deleted the feature/importlib-resources-5.10 branch

January 1, 2023 16:07

Gatsik added a commit to Gatsik/client that referenced this pull request

Aug 4, 2024
this 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