mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
If *trackfd* is False, the file descriptor specified by *fileno* will not be duplicated. Co-authored-by: Erlend E. Aasland <erlend@python.org> Co-authored-by: Petr Viktorin <encukou@gmail.com> Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2 lines
144 B
ReStructuredText
2 lines
144 B
ReStructuredText
:class:`mmap.mmap` now has a *trackfd* parameter on Unix; if it is
|
|
``False``, the file descriptor specified by *fileno* will not be duplicated.
|