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 vstinner
Recipients EdSchouten, erik.bray, r.david.murray, vstinner
Date 2016-08-30.15:10:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472569836.8.0.728387789254.issue25658@psf.upfronthosting.co.za>
In-reply-to
Content
-1 for your change issue25658-1.patch.

It adds a O(n) slowdown to PyThread_set_key_value() whereas the performance of this function matters. Moreover, the code currently works fine on Linux, I fail to see why we should make Python slower to support a new platform.

The PEP 11 explains the criteria to support a new platform in Python. Before we start to officially support CloudABI, you should start to work on a fork. When you will get enough users and have a better view of all requires changes, you can come back with a full plan to support officially this platform.
History
Date User Action Args
2016-08-30 15:10:36vstinnersetrecipients: + vstinner, r.david.murray, erik.bray, EdSchouten
2016-08-30 15:10:36vstinnersetmessageid: <1472569836.8.0.728387789254.issue25658@psf.upfronthosting.co.za>
2016-08-30 15:10:36vstinnerlinkissue25658 messages
2016-08-30 15:10:36vstinnercreate