Track whether loading is underway
authorJeremy Stanley <fungi@yuggoth.org>
Mon, 31 Jul 2017 14:56:57 +0000 (14:56 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Mon, 31 Jul 2017 14:56:57 +0000 (14:56 +0000)
commit0d186d17647d956c9ffc7f36d4a250fa4d54a0f0
tree5aadbb7eb1c1ba8e7590509aa3b9bac4b19f7256
parentc9d0b133c1e83ba7396865cc690a0a84aba8ddc4
Track whether loading is underway

In preparation for safeguards preventing alteration of elements from
read-only backing files, we need a way to identify that loading
updated files is in progress; that's the only time elements from
read-only files should ever change.
mudpy/misc.py