mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Added :const:mmap.ACCESS_DEFAULT constant. (#4093)
This commit is contained in:
parent
c62f0cb3b1
commit
5a8a84b34f
3 changed files with 16 additions and 10 deletions
|
|
@ -1466,6 +1466,7 @@ PyInit_mmap(void)
|
|||
|
||||
setint(dict, "ALLOCATIONGRANULARITY", (long)my_getallocationgranularity());
|
||||
|
||||
setint(dict, "ACCESS_DEFAULT", ACCESS_DEFAULT);
|
||||
setint(dict, "ACCESS_READ", ACCESS_READ);
|
||||
setint(dict, "ACCESS_WRITE", ACCESS_WRITE);
|
||||
setint(dict, "ACCESS_COPY", ACCESS_COPY);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue