理解Python中mutable

    技术2022-07-11  93

    溯源

    From Chapter 19 : Operating System Services(Page 370) of*《Python Essential Reference》* writen by David M. Beazley:

    Furthermore, the contents of a memory-mapped file are mutable.

    This means that modifications can be made using index-assignment and slice-assignment operators.

    Unless a private mapping of the file has been made, such changes directly alter the contents of the underlying file.

    Processed: 0.014, SQL: 9