Message371742
| Author |
vstinner |
| Recipients |
vstinner |
| Date |
2020年06月17日.14:00:50 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1592402450.3.0.452930537647.issue41006@roundup.psfhosted.org> |
| In-reply-to |
| Content |
My local changes removed the following imports from runpy:
- '_heapq',
- '_locale',
- '_sre',
- 'collections.abc',
- 'copyreg',
- 'enum',
- 'heapq',
- 'importlib.abc',
- 'itertools',
- 're',
- 'sre_compile',
- 'sre_constants',
- 'sre_parse',
- 'typing',
- 'typing.io',
- 'typing.re', |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2020年06月17日 14:00:50 | vstinner | set | recipients:
+ vstinner |
| 2020年06月17日 14:00:50 | vstinner | set | messageid: <1592402450.3.0.452930537647.issue41006@roundup.psfhosted.org> |
| 2020年06月17日 14:00:50 | vstinner | link | issue41006 messages |
| 2020年06月17日 14:00:50 | vstinner | create |
|