bpo-36839: Support the buffer protocol in code objects by DinoV · Pull Request #13177 · python/cpython
DinoV
changed the title
Support the buffer protocol in code objects
Support the buffer protocol in code objects bpo-36839
1st1 approved these changes May 7, 2019
object supporting the buffer protocol. This allows environments which are heavily based on fork and exec to share memory between code objects rather than having it end up on pages which get copy-on-written
brettcannon
changed the title
Support the buffer protocol in code objects bpo-36839
bpo-36839: Support the buffer protocol in code objects
DinoV
mentioned this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters