Changes between Initial Version and Version 1 of Ticket #34294


Ignore:
Timestamp:
Jan 25, 2023, 2:20:05 PM (20 months ago)
Author:
Simon Sawicki
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34294 – Description

    initial v1  
    11`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 global
    32{{{#!python
    43import ctypes
Back to Top