mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
execute_python is now safe + test
This commit is contained in:
@@ -11,7 +11,7 @@ def fixedpropety(f):
|
||||
except AttributeError:
|
||||
setattr(self, cache_name, f(self))
|
||||
return getattr(self, cache_name)
|
||||
return property(prop)
|
||||
return property(prop, doc=f.__doc__)
|
||||
|
||||
|
||||
def swallow_ctypes_copy(ctypes_object):
|
||||
|
||||
Reference in New Issue
Block a user