]> granicus.if.org Git - python/commit
Add support for restricting access based on restricted execution mode.
authorGuido van Rossum <guido@python.org>
Mon, 17 Sep 2001 19:28:08 +0000 (19:28 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 17 Sep 2001 19:28:08 +0000 (19:28 +0000)
commitc299fc16f2a8572780d2130ab9e55a6f22a93279
tree6087eb98f0bc194027bf913662f960f9a68ad545
parentbf80a033ee76487de30ea272a8c79346d26536ff
Add support for restricting access based on restricted execution mode.
Renamed the 'readonly' field to 'flags' and defined some new flag
bits: READ_RESTRICTED and WRITE_RESTRICTED, as well as a shortcut
RESTRICTED that means both.
Include/structmember.h
Python/structmember.c