New submission from Marcel Plch:

Currently the -m switch does not work with extension modules:
    
    $ python3 -m math

    /usr/bin/python3: No code object available for math


In order to enable extension modules to behave like Python source modules,
the -m switch should be supported.

Please, see this proof of concept:
https://github.com/Traceur759/cpython/tree/main_c_modules

----------
components: Extension Modules
messages: 293954
nosy: Dormouse759
priority: normal
severity: normal
status: open
title: Running extension modules using -m switch
type: enhancement
versions: Python 3.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30403>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to