Changes between Initial Version and Version 1 of Ticket #34294
- Timestamp:
- Jan 25, 2023, 2:20:05 PM (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34294 – Description
initial v1 1 1 `django.core.files.locks` uses `ctypes.windll.kernel32` which is a global instance. If other code redefines `windll.kernel32.LockFileEx.argtypes` the function fails with an error. 2 I am not sure how to write a test since its global3 2 {{{#!python 4 3 import ctypes