~robin_jadoul/blog

a91c7b14494a023121f02cf2516307ee2a805adf — Robin Jadoul 9 months ago bb806ec
Typo
1 files changed, 1 insertions(+), 1 deletions(-)

M posts/2024-02-11-dicectf-quals-diligent-auditor.md
M posts/2024-02-11-dicectf-quals-diligent-auditor.md => posts/2024-02-11-dicectf-quals-diligent-auditor.md +1 -1
@@ 200,7 200,7 @@ as assembled by the finder,[^finders] and populate the correct entries in `sys.m
For completeness, I'll just reference that the loader drives this through the `create_module` and `exec_module` methods.
These can in the simplest case just create a `types.ModuleType` and `exec` the obtained code in its namespace.

[^finders]: you know... the finder that was first found by the other finder).
[^finders]: You know... the finder that was first found by the other finder.

## From cache to history to flag