Skip to content

Commit 7c65017

Browse files
committed
Removed __copyright__.
1 parent a097dbb commit 7c65017

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Modules/_multiprocessing/posixshmem.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -690,9 +690,6 @@ PyInit__posixshmem(void) {
690690
Py_INCREF(&SharedMemoryType);
691691
PyModule_AddObject(module, "_PosixSharedMemory", (PyObject *)&SharedMemoryType);
692692

693-
694-
PyModule_AddStringConstant(module, "__copyright__", "Copyright 2012 Philip Semanchuk, 2018-2019 Davin Potts");
695-
696693
PyModule_AddIntConstant(module, "O_CREAT", O_CREAT);
697694
PyModule_AddIntConstant(module, "O_EXCL", O_EXCL);
698695
PyModule_AddIntConstant(module, "O_CREX", O_CREAT | O_EXCL);

0 commit comments

Comments
 (0)