main icon indicating copy to clipboard operation
main copied to clipboard

uninitailzed module in Cpy doesn't have a __dict__, in IPy it does

Open ironpythonbot opened this issue 10 years ago • 1 comments

Bug 410803

PS C:\vsl\Merlin\External\Languages\IronPython20\25\Lib> ipy
IronPython 2.0 Beta (2.0.0.1000) on .NET 2.0.50727.1434
Copyright (c) Microsoft Corporation. All rights reserved.

import sys
module = type(sys)
foo = module.new(module)
foo. ** dict ** is None
False
exit()

Work Item Details

Original CodePlex Issue: Issue 24637 Status: Active Reason Closed: Unassigned Assigned to: Unassigned Reported on: Sep 14, 2009 at 8:36 PM Reported by: dinov Updated on: Feb 22, 2013 at 2:11 AM Updated by: jdhardy

ironpythonbot avatar Dec 09 '14 17:12 ironpythonbot

On 2010-12-14 06:24:21 UTC, rjnienaber commented:

This is still occurring in IronPython 2.7 Beta 1 (2.7.0.10) on .NET 4.0.30319.1

ironpythonbot avatar Dec 09 '14 17:12 ironpythonbot