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 rhettinger
Recipients rhettinger, serhiy.storchaka
Date 2015-09-17.12:48:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442494106.03.0.991544488351.issue25135@psf.upfronthosting.co.za>
In-reply-to
Content
How does newblock() mutate the deque?  Does PyMem_Malloc() do anything other than call malloc()?  We hold the GIL so there doesn't seem to be a need to use PyMem_RawMalloc().
History
Date User Action Args
2015-09-17 12:48:26rhettingersetrecipients: + rhettinger, serhiy.storchaka
2015-09-17 12:48:26rhettingersetmessageid: <1442494106.03.0.991544488351.issue25135@psf.upfronthosting.co.za>
2015-09-17 12:48:26rhettingerlinkissue25135 messages
2015-09-17 12:48:25rhettingercreate