Skip to content

Commit 6ec2152

Browse files
aiskZeroIntensity
andauthored
Update Lib/multiprocessing/shared_memory.py
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
1 parent 7e3242c commit 6ec2152

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/multiprocessing/shared_memory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def unlink(self):
254254
if self._track:
255255
resource_tracker.unregister(self._name, "shared_memory")
256256

257-
def rename(self, newname, flags = 0):
257+
def rename(self, newname, flags=0):
258258
"""Renames a shared memory block.
259259
260260
The policy how the operation is handled depends on the flag passed.

0 commit comments

Comments
 (0)