Exception when fcntl not availalbe on non Win32

Bug #143522 reported by Bug Importer
0
Affects Status Importance Assigned to Milestone
Zope 2
Invalid
Medium
Unassigned

Bug Description

The file zope/lib/python/ZODB/lock_file.py attempts to load the fcntl module. If this fails, and the machine is *NOT* Win32, then control flow will procede to statements that *require* the Win32 modules. The addition of a simple 'else' clause to the try statement that loads the win32 modules fixes theproblem.

Tags: bug zope
Revision history for this message
Hanno Schlichting (hannosch) wrote :

The fcntl module isn't used anymore in current ZODB3.

Changed in zope2:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.