Message 287378 - Python tracker (original) (raw)
Message287378
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:17 | methane | set | recipients: + methane, georg.brandl, vstinner, benjamin.peterson, serhiy.storchaka |
2017-02-09 02:39:17 | methane | set | messageid: 1486607957.01.0.150663353145.issue29463@psf.upfronthosting.co.za |
2017-02-09 02:39:16 | methane | link | issue29463 messages |
2017-02-09 02:39:16 | methane | create |