mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 18:07:12 +01:00
Better value for Utils.SIG_NIL
This commit is contained in:
parent
437bfda8d1
commit
6bbcce206b
@ -77,8 +77,8 @@ else:
|
||||
sys.excepthook(*sys.exc_info())
|
||||
threading.Thread.run = run
|
||||
|
||||
SIG_NIL = 'iluvcuteoverload'.encode()
|
||||
"""Arbitrary null value for a md5 hash. This value must be changed when the hash value is replaced (size)"""
|
||||
SIG_NIL = 'SIG_NIL_SIG_NIL_'.encode()
|
||||
"""Arbitrary null value for hashes. Modify this value according to the hash function in use"""
|
||||
|
||||
O644 = 420
|
||||
"""Constant representing the permissions for regular files (0644 raises a syntax error on python 3)"""
|
||||
|
Loading…
Reference in New Issue
Block a user