[issue37471] mmap module: add MAP_ALIGNED_SUPER FreeBSD constant

STINNER Victor report at bugs.python.org
Mon Jul 1 10:49:39 EDT 2019


STINNER Victor <vstinner at redhat.com> added the comment:

> Can this be backported to earlier 3.x's and 2.7?

No, a new constant is a new feature. If we add it to Python 3.7.4, it would mean that an application written with 3.7.4 will fail on 3.7.3 which would be surprising and bad.

----------
nosy: +vstinner
title: mmap module, add MAP_ALIGNED_SUPER FreeBSD constant -> mmap module: add MAP_ALIGNED_SUPER FreeBSD constant
type:  -> enhancement

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37471>
_______________________________________


More information about the Python-bugs-list mailing list