bpo-36839: Support the buffer protocol in code objects by DinoV · Pull Request #13177 · python/cpython

@DinoV DinoV changed the title Support the buffer protocol in code objects Support the buffer protocol in code objects bpo-36839

May 7, 2019

1st1

1st1

1st1 approved these changes May 7, 2019

ericsnowcurrently

markshannon

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

@DinoV

@blurb-it

@brettcannon brettcannon changed the title Support the buffer protocol in code objects bpo-36839 bpo-36839: Support the buffer protocol in code objects

May 30, 2019

methane

@DinoV DinoV mentioned this pull request

Apr 10, 2022