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
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
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