Message223586
The original wording in the PEP is this:
readonly
--------
an integer variable to hold whether or not the memory is readonly. 1
means the memory is readonly, zero means the memory is writable.
To me this means that a hypothetical compiler that could figure
out at compile time that the readonly flag is set would be allowed
to put the buffer contents into the read-only data section. |
|
| Date |
User |
Action |
Args |
| 2014-07-21 16:23:01 | skrah | set | recipients:
+ skrah, pitrou, scoder, benjamin.peterson, stutzbach, hynek, dw, serhiy.storchaka, kmike |
| 2014-07-21 16:23:01 | skrah | set | messageid: <[email protected]> |
| 2014-07-21 16:23:01 | skrah | link | issue22003 messages |
| 2014-07-21 16:23:01 | skrah | create | |
|