[issue9916] errno module is missing some symbols

2010-10-27 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: I'm not surprised -m doesn't work with extension modules. It would certainly be a new feature to implement such a thing, so it would only be possible for 3.2. It's not a priority for me to add this support. -- _

[issue9916] errno module is missing some symbols

2010-10-27 Thread Éric Araujo
Éric Araujo added the comment: You could ask python-ideas about -m support. This test seems to reveal that runpy does not support extension modules: $ python -m sys /usr/bin/python: No code object available for sys This may be another bug or feature request to open. -- nosy: +eric

[issue9916] errno module is missing some symbols

2010-09-22 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: r84966 -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list

[issue9916] errno module is missing some symbols

2010-09-21 Thread Barry A. Warsaw
New submission from Barry A. Warsaw : According to this message, Python's errno module is missing some symbols: https://lists.ubuntu.com/archives/ubuntu-devel/2010-August/031341.html ENOMEDIUM 123 /* No medium found */ EMEDIUMTYPE 124 /* Wrong medium type */ ECANCELED 12