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 skrah
Recipients Robin.Schreiber, ezio.melotti, loewis, mark.dickinson, mrabarnett, pitrou, rhettinger, skrah
Date 2014-07-02.12:48:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404305321.29.0.710474758571.issue15722@psf.upfronthosting.co.za>
In-reply-to
Content
In order to avoid the significant slowdown:  Could we create a new
kind of method (METH_STATE) and change ceval to pass a state struct
that contains the thread and the module state as the first parameter
if the METH_STATE flag is present?
History
Date User Action Args
2014-07-02 12:48:41skrahsetrecipients: + skrah, loewis, rhettinger, mark.dickinson, pitrou, ezio.melotti, mrabarnett, Robin.Schreiber
2014-07-02 12:48:41skrahsetmessageid: <1404305321.29.0.710474758571.issue15722@psf.upfronthosting.co.za>
2014-07-02 12:48:41skrahlinkissue15722 messages
2014-07-02 12:48:41skrahcreate