This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2021年10月15日 14:58 by eric.snow, last changed 2022年04月11日 14:59 by admin.
| Messages (1) | |||
|---|---|---|---|
| msg404027 - (view) | Author: Eric Snow (eric.snow) * (Python committer) | Date: 2021年10月15日 14:58 | |
By design, _xxsubinterpretersmodule is not supposed to be a builtin module. As a regular extension module it should only use public (or private-but-not-internal) APIs. In fact, I was careful to not use any internal APIs in the implementation. However, some have crept in. The usage of internal API should be replaced with public (or private) API. If necessary, new API should be added. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:59:51 | admin | set | github: 89649 |
| 2021年10月15日 18:35:48 | FFY00 | set | nosy:
+ FFY00 |
| 2021年10月15日 14:58:34 | eric.snow | create | |