Skip to content

Fix keyerror when reloading modules#282

Merged
deathaxe merged 1 commit intomasterfrom
fix/module-reloading
Feb 26, 2026
Merged

Fix keyerror when reloading modules#282
deathaxe merged 1 commit intomasterfrom
fix/module-reloading

Conversation

@deathaxe
Copy link
Member

Resolves #281

This commit teaches get_package_modules() to return a list instead of a generator object, to ensure a static list of names is used to unload modules from cache.

That's a follow up of 9df1177, which obviously didn't fix the issue sufficiently enough.

This commit teaches `get_package_modules()` to return a list instead of a
generator object, to ensure a static list of names is used to unload
modules from cache.

That's a follow up of 9df1177, which obviously
didn't fix the issue sufficiently enough.
@deathaxe deathaxe merged commit d1a2fad into master Feb 26, 2026
15 checks passed
@deathaxe deathaxe deleted the fix/module-reloading branch February 26, 2026 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Issue running tests

1 participant