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 Ryan May, abarry, alecsandru.patrascu, benjamin.peterson, brett.cannon, dino.viehland, eric.fahlgren, florin.papa, josh.r, jstasiak, maciej.szulik, methane, ncoghlan, python-dev, santagada, serhiy.storchaka, twouters, vstinner, yselivanov
Date 2016-12-14.03:50:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481687449.62.0.436678011714.issue26110@psf.upfronthosting.co.za>
In-reply-to
Content
I'm working on changing stack layout slightly

current patch: callable | NULL | arg1 | ...argN
next patch will: NULL | callable | arg1 | ...argN

After benchmark with PGO build, I'll post it.
History
Date User Action Args
2016-12-14 03:50:49methanesetrecipients: + methane, twouters, brett.cannon, ncoghlan, vstinner, benjamin.peterson, dino.viehland, santagada, python-dev, serhiy.storchaka, maciej.szulik, yselivanov, jstasiak, josh.r, abarry, alecsandru.patrascu, florin.papa, eric.fahlgren, Ryan May
2016-12-14 03:50:49methanesetmessageid: <1481687449.62.0.436678011714.issue26110@psf.upfronthosting.co.za>
2016-12-14 03:50:49methanelinkissue26110 messages
2016-12-14 03:50:49methanecreate