Issue28

Title Using __import__ with keyword parameters was ignoring them
Priority bug Status resolved
Superseder Nosy List kayhayen
Assigned To kayhayen Keywords wrong_execution

Created on 2012-01-22.17:39:16 by kayhayen, last changed by kayhayen.

Messages
msg81 (view) Author: kayhayen Date: 2012-02-21.15:30:25
The suggested warning has been added finalization step.

If a "__import__" builtin lives up to that point, and no "--recurse-directory" 
option is given, then a warning is issued. This should avoid situations where
this went undetected. Nuitka now indicates that it may need help there.
msg66 (view) Author: kayhayen Date: 2012-01-22.17:41:19
Fix will be in 0.3.19pre already

Enhanced import mechanism to work with module name, level, and from_list to work 
as expressions, which may be optimized to constants during the run time, which 
are then statically imported.

Should still consider a warning for unresolved imports, that --recurse-directory 
may be necessary for them.
msg65 (view) Author: kayhayen Date: 2012-01-22.17:39:16
The use of "__import__" was ignoring keyword parameters given. This would lead to 
packages e.g. not importing submodules.
History
Date User Action Args
2012-02-21 15:30:37kayhayensetstatus: chatting -> resolved
2012-02-21 15:30:25kayhayensetstatus: done-cbb -> chatting
messages: + msg81
2012-01-25 22:29:26kayhayensetstatus: testing -> done-cbb
2012-01-22 17:41:19kayhayensetmessages: + msg66
2012-01-22 17:39:16kayhayencreate