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 larry, vstinner
Date 2016-04-14.08:34:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwbDVTdkLB08WhTaZMokvy+eJCjsFscccOYO8AwZzeSuiw@mail.gmail.com>
In-reply-to <1460620546.75.0.247903713074.issue26753@psf.upfronthosting.co.za>
Content
These macros are very old, I didn't write them. They are not used since the
API rely on the GIL.

Do you want to remove them?

I think that it's ok to keep them, just in case, if tomorrow we want to
support multiple allocations in parallel. Maybe a comment should explain
that these macros are not used because of the GIL.
History
Date User Action Args
2016-04-14 08:34:13vstinnersetrecipients: + vstinner, larry
2016-04-14 08:34:13vstinnerlinkissue26753 messages
2016-04-14 08:34:12vstinnercreate