Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7d7eec5

Browse filesBrowse files
authored
gh-117873: Revert _posixshmem.shm_open() change (#118901)
1 parent f526314 commit 7d7eec5
Copy full SHA for 7d7eec5

File tree

2 files changed

+4
-5
lines changed
Filter options

2 files changed

+4
-5
lines changed

‎Modules/_multiprocessing/clinic/posixshmem.c.h

Copy file name to clipboardExpand all lines: Modules/_multiprocessing/clinic/posixshmem.c.h
+3-3Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Modules/_multiprocessing/posixshmem.c

Copy file name to clipboardExpand all lines: Modules/_multiprocessing/posixshmem.c
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ module _posixshmem
3232
/*[clinic input]
3333
_posixshmem.shm_open -> int
3434
path: unicode
35-
/
3635
flags: int
3736
mode: int = 0o777
3837
@@ -45,7 +44,7 @@ Open a shared memory object. Returns a file descriptor (integer).
4544
static int
4645
_posixshmem_shm_open_impl(PyObject *module, PyObject *path, int flags,
4746
int mode)
48-
/*[clinic end generated code: output=8d110171a4fa20df input=0585935e1d3c8050]*/
47+
/*[clinic end generated code: output=8d110171a4fa20df input=e83b58fa802fac25]*/
4948
{
5049
int fd;
5150
int async_err = 0;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.