Re: [Ironpython-users] __package__

2011-12-14 Thread Dino Viehland
It happens in Importer.cs - there's a comment saying "// explicit relative import, calculate and store __package__" It also happens in imp.new_module, when creating the sys module, and in PythonContext.CreateBuiltinModule, but I think those are all much less interesting. Import bugs are really

[Ironpython-users] __package__

2011-12-14 Thread Slide
Currently, I am working on implementing zipimport. I have modules being imported from egg files (very early and not a lot of testing done yet), but I notice that the __package__ attribute is not getting set up correctly, e.g.: Python 2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit (Intel

[Ironpython-users] IronPython, Daily Digest 12/13/2011

2011-12-14 Thread no_reply
Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [Status update] Why is calling a Python lambda expression from C# not thread-safe? -- ISSUES 1. [Status update] Why is calling a Python lamb