This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author josiahcarlson
Recipients
Date 2006-08-29.16:09:11
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Running z.py in the attached archive should produce an
attribute error on printing, as we have set sys.stdout
to None.  On 2.3.5 and 2.4.3, output is printed and any
imported C modules in x/y.py are reloaded, builtin or
3rd party.

On 2.5, we get a traceback on import: "SystemError:
Parent module 'x' not loaded".

Changing the name on the import from 'x.y' to 'y'
works-around the error, and we get the expected
AttributeError in 2.3, 2.4.  2.5 gives us the same
SystemError.
History
Date User Action Args
2007-08-23 14:42:26adminlinkissue1548687 messages
2007-08-23 14:42:26admincreate