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 seberg
Recipients Eric Wieser, seberg
Date 2020-04-22.17:40:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587577206.57.0.0358948561066.issue39471@roundup.psfhosted.org>
In-reply-to
Content
Ok, I will just close it. It is painfully clear that e.g. `mmap` uses it this way to prohibit closing, and also `memoryview` has all the machinery necessary to do counting of how many exports, etc. exists.

I admit, this still rubs me the wrong way, and I think it means that we may need to check `bf_releasebuffer != NULL` also in NumPy.

We still have the issue of not being able to use `releasebuffer` easily in NumPy. But there is nothing to be done, unless we can consider limiting the `"#s"`, etc. type argparsing, which is likely not an option.
History
Date User Action Args
2020-04-22 17:40:06sebergsetrecipients: + seberg, Eric Wieser
2020-04-22 17:40:06sebergsetmessageid: <1587577206.57.0.0358948561066.issue39471@roundup.psfhosted.org>
2020-04-22 17:40:06seberglinkissue39471 messages
2020-04-22 17:40:06sebergcreate