cpython icon indicating copy to clipboard operation
cpython copied to clipboard

gh-117873: Revert _posixshmem.shm_open() change

Open vstinner opened this issue 1 year ago • 1 comments

  • Issue: gh-117873

vstinner avatar May 10 '24 13:05 vstinner

Reason for revert:

This PR does not address the concerns of the issue: the METH_VARARGS calling convention is still used.

See discussion in #118012. You can skip news.

nineteendo avatar May 10 '24 14:05 nineteendo