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 serhiy.storchaka
Recipients BTaskaya, bmerry, remi.lapeyre, serhiy.storchaka, vstinner
Date 2019-12-21.20:21:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576959714.2.0.691331164902.issue36051@roundup.psfhosted.org>
In-reply-to
Content
Could you show evidences that dropping the GIL can help you? bytes.join() needs to perform operations which needs to hold the GIL (allocating the memory, iterating the list, getting the data of bytes-like objects). I afraid that the cost of memcpy() is a minor part of this.
History
Date User Action Args
2019-12-21 20:21:54serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, remi.lapeyre, BTaskaya, bmerry
2019-12-21 20:21:54serhiy.storchakasetmessageid: <1576959714.2.0.691331164902.issue36051@roundup.psfhosted.org>
2019-12-21 20:21:54serhiy.storchakalinkissue36051 messages
2019-12-21 20:21:54serhiy.storchakacreate