Issue1756
Created on 2008-01-07 18:58 by gvanrossum, last changed 2022-04-11 14:56 by admin. This issue is now closed.
| Messages (5) | |||
|---|---|---|---|
| msg59478 - (view) | Author: Guido van Rossum (gvanrossum) * | Date: 2008-01-07 18:58 | |
As of today, the -m option doesn't appear to work any more in the trunk. I get this error: $ ./python -m string Could not import runpy module $ However it seems to be confused: $ ./python -c 'import runpy' $ IOW the module imports just fine. Crys, I wonder if this has to do with your import-nolock changes? |
|||
| msg59479 - (view) | Author: Georg Brandl (georg.brandl) * | Date: 2008-01-07 18:59 | |
Seems to work here... |
|||
| msg59480 - (view) | Author: Guido van Rossum (gvanrossum) * | Date: 2008-01-07 19:09 | |
Bah. Environment error. Sorry! |
|||
| msg339693 - (view) | Author: Giampaolo Rodola' (giampaolo.rodola) * | Date: 2019-04-09 02:42 | |
New changeset 8702b67dad62a9084f6c1823dce10653743667c8 by Giampaolo Rodola in branch 'master': BPO-17561: set create_server backlog default to None (GH-12735) https://github.com/python/cpython/commit/8702b67dad62a9084f6c1823dce10653743667c8 |
|||
| msg339695 - (view) | Author: Giampaolo Rodola' (giampaolo.rodola) * | Date: 2019-04-09 02:46 | |
Sorry, I accidentally referenced this BPO issue in my commit. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:56:29 | admin | set | github: 46096 |
| 2019-04-09 02:46:55 | giampaolo.rodola | set | messages: + msg339695 |
| 2019-04-09 02:42:16 | giampaolo.rodola | set | nosy:
+ giampaolo.rodola messages: + msg339693 |
| 2008-01-07 19:09:36 | gvanrossum | set | status: open -> closed resolution: not a bug messages: + msg59480 |
| 2008-01-07 18:59:02 | georg.brandl | set | nosy:
+ georg.brandl messages: + msg59479 |
| 2008-01-07 18:58:01 | gvanrossum | create | |