[issue13226] Expose RTLD_* constants in the posix module

Martin v. Löwis report at bugs.python.org
Fri Oct 21 11:42:22 CEST 2011


Martin v. Löwis <martin at v.loewis.de> added the comment:

The patch looks fine to me. However, I don't think it meets Charles-François' requirement of moving the constants into an individual module. Rather than living in the unmanageable plat-XXX, they now live in the unmanageable posixmodule.c...

----------
nosy: +loewis

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13226>
_______________________________________


More information about the Python-bugs-list mailing list