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 methane
Recipients benjamin.peterson, georg.brandl, methane, serhiy.storchaka, vstinner
Date 2017-02-09.02:39:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486607957.01.0.150663353145.issue29463@psf.upfronthosting.co.za>
In-reply-to
Content
Now I doubt about this patch is really good.

docstring of Module and Class generates two bytecode.
So it's a real, executed statement.

  LOAD_CONST  0 ("docstring")
  STORE_NAME  0 ("__doc__")
History
Date User Action Args
2017-02-09 02:39:17methanesetrecipients: + methane, georg.brandl, vstinner, benjamin.peterson, serhiy.storchaka
2017-02-09 02:39:17methanesetmessageid: <1486607957.01.0.150663353145.issue29463@psf.upfronthosting.co.za>
2017-02-09 02:39:16methanelinkissue29463 messages
2017-02-09 02:39:16methanecreate