Python: Add import regression for re-exported things

This commit is contained in:
Rasmus Wriedt Larsen
2023-02-22 14:50:42 +01:00
parent 6a5eebe891
commit 6ba39d5fb3
4 changed files with 63 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
from trace import *
enter(__file__)
baz_attr = "baz_attr"
exit(__file__)