diff options
author | Christian Tismer <[email protected]> | 2024-10-24 11:59:03 +0200 |
---|---|---|
committer | Friedemann Kleint <[email protected]> | 2024-10-25 10:29:33 +0200 |
commit | 1cd56fa5724d288a36203d8d07c797c57e42db99 (patch) | |
tree | 5906570cdd1b61030213c143a51ef9031b5f6fe0 /scripts/packagetesting/testpackage.py | |
parent | 5f3716fc8fbdd6c7b609e265c4dcb97aca63f470 (diff) |
Fix testwheel to no longer inspect a module __dict__6.8.2
The __all__ variable has been made lazy to compute it on-demand.
When using the variable normally like module.__all__ everything
is fine.
Direct access to a modules __dict__ circumvents every enhancement
made through __getattr__, because __getitem__ is directly used.
Change-Id: I3b930685098391ccff569003bd2b585eda8f5a26
Reviewed-by: Friedemann Kleint <[email protected]>
(cherry picked from commit 9626b701cb83fc1df25f310984eb43ed4f52a604)
Diffstat (limited to 'scripts/packagetesting/testpackage.py')
0 files changed, 0 insertions, 0 deletions