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 Trundle
Recipients Trundle, benjamin.peterson, eric.araujo, ezio.melotti, georg.brandl, vstinner
Date 2011-03-26.10:01:16
SpamBayes Score 7.102036e-05
Marked as misclassified No
Message-id <AANLkTinqnO7D3_dJ5uEHypb1g5SXPrn0t=8mNDoQ9u5f@mail.gmail.com>
In-reply-to <1301075568.81.0.829329764656.issue11614@psf.upfronthosting.co.za>
Content
On Fri, Mar 25, 2011 at 5:52 PM, Éric Araujo <report@bugs.python.org> wrote:
> Okay, it doesn’t work with -m __hello__, but using -c "import __hello__" I can see the message in all versions.

Can you elaborate on that? I.e. the versions and the actual message.
The current bytecode of the __hello__ module is (default branch):

  1           0 LOAD_CONST               1 (True)
              3 STORE_NAME               1 (initialized)
              6 LOAD_CONST               0 (None)
              9 RETURN_VALUE

I'd be a bit surprised if that really prints a message.
History
Date User Action Args
2011-03-26 10:01:17Trundlesetrecipients: + Trundle, georg.brandl, vstinner, benjamin.peterson, ezio.melotti, eric.araujo
2011-03-26 10:01:16Trundlelinkissue11614 messages
2011-03-26 10:01:16Trundlecreate